Home »
Public Forums »
archive »
Re: Version control for IDL software
Re: Version control for IDL software [message #46301] |
Sat, 19 November 2005 13:53 |
Kenneth P. Bowman
Messages: 585 Registered: May 2000
|
Senior Member |
|
|
In article <BFA4F79C.CD7%rfrench@wellesley.edu>,
"Richard G. French" <rfrench@wellesley.edu> wrote:
> If these tools don't do the job, I'd like advice on other ways to make sure
> that I have a record of the exact versions of program files called by a
> given large IDL program. I'm less worried about two users editing the same
> file at the same time, and more concerned with coming up with a sensible
> scheme whereby we can 'freeze' a given version of a routine and feel fairly
> confident that we know which version is used at any given time.
A very simple minded way to do this is to put all of your "final" code
into a single directory tree and then put that tree at the beginning of
everyone's IDL search path.
!path = !path + $
':' + EXPAND_PATH('+/Home/Shared/final/idl') + $
':' + EXPAND_PATH('+~/idl') + other directories
You have ownership of final and move things manually into the final tree
once they are finished.
Ken Bowman
|
|
|
Current Time: Fri Oct 10 05:33:45 PDT 2025
Total time taken to generate the page: 0.87887 seconds