Greetings all!
We're in the middle of our Vault evalutation, and I just ran into a problem with a get in my build script. Here's my command line:
"C:\Program Files\SourceGear\Vault Client\vault.exe" -host engvault -user jdav -repository NewTest get $\8.0\8.01.maint\NetSource\Costguard\Applications\CustomerManagement -setfiletime current
I receive an invalid repository path error, but if I flip all the -repository param to $/8.0/8.01.maint/NetSource/Costguard/Applications/CustomerManagement
all is well.
While I'm pretty sure the use of forward slashes is more or less an industry standard for version control software, SourceSafe has accepted backslashes in project paths for all of its command line arguments.
Is there a setting I can flip somewhere to allow backslashes, or do I need to do some find/replace activity in my project path string before passing it to both Vault and the Windows Explorer?
Thanks!
--jdavidi
Can backslashes be used in Repository paths?
Moderator: SourceGear