Hi there,
quick question. Totally new the Vault program (more experienced with CVS)
Anyways, am creating a script and part of this is to do checkouts.
Now I can use the command line tool and it works all fine and well.
However, I may want to have multiple instances running of this script (with different parameters) however, the WorkingFolder would want all GETLATEST code to go to the same folder.
I came accross the destpath option by accident, and just curious if, when I specify this, it will override the working folder and place the fectched files in another named directory.
Thanks in advance,
J./
-destpath
Moderator: SourceGear
destpath is used to put files into a non working folder, meaning the state of the files will be unknown after the Get, because state is only determined when using a working folder.
Using destpath to go to a working folder won't produce the results that you probably want, since it won't update the state of the files. Use destpath if you just want the files to get retrieved somewhere else without wanting to keep them up to date.
Also, you should not be doing Get Latests from different repository folders to the same working folder, as the state files will get into an inconsistent state and cause all sorts of problems. Not sure if you are doing this or not, but thought I'd mention it.
Using destpath to go to a working folder won't produce the results that you probably want, since it won't update the state of the files. Use destpath if you just want the files to get retrieved somewhere else without wanting to keep them up to date.
Also, you should not be doing Get Latests from different repository folders to the same working folder, as the state files will get into an inconsistent state and cause all sorts of problems. Not sure if you are doing this or not, but thought I'd mention it.