I'm keeping my hardware design in a version control system. Therefore I'd like Eagle to find my schematics, boards, etc. in my project's repository. In keeping with good version control habits, I's also like to keep tool support (in Eagle's case, that means libraries, scripts, etc.) in my project's repository
However, I see no easy way to configure Eagle to use the files in my project repository. Sure, you can use the Options/Directories dialog to point Eagle there, but what if you're working on multiple projects? That's really not very convenient.
When I initially saw the "$EAGLEDIR" I thought (granted I should have read the help first!) Eagle used this environment variable in the search path. This would be the ideal way (IMO) to manage such a scenario - then all you have to do is change the $EAGLEDIR variable to point where you want it. Alas, that's not the way Eagle and $EAGLEDIR works.
So, is there a good way to accomplish this startup configuration? I just started using Eagle, so I very well may be missing something obvious.
--Randy