I'm running a "Get" from the command line and for someone reason it only partially seems to work.
The vault client still says "Old", but the file is actually refreshed on my local hard drive. Here's
the command line that I'm using:
Code: Select all
vault Get -host vaultSvr -user MyId -password MyPwd -verbose -merge overwrite -setfiletime modification -performdeletions removeworkingcopy -makereadonly -repository "MyRepository" -destpath "C:\MainDirectory\Trunk\" "$/MainDirectory/Trunk"
Another somewhat related question:
When I use the "-backup yes" option on the command line, it backs up EVERY file to the _sgbak directories even if the file hasn't changed. Is this the way it works or am I doing something wrong?
Your help is greatly appreciated!