The command line client returns an unspecified error trying to set the working folder if there is a trailing backslash in the working folder value.
- C:\Program Files\SourceGear\Vault Client>vault SETWORKINGFOLDER "$/LOCAL/" "H:\" -repository "Repository Name" -user MyUser -password MyPwd -host MyServer
<vault>
<error>
usage: SETWORKINGFOLDER repository_folder local_folder
</error>
<result success="no" />
</vault>
- C:\Program Files\SourceGear\Vault Client>vault SETWORKINGFOLDER "$/LOCAL/" "H:" -repository "Repository Name" -user MyUser -password MyPwd -host MyServer
<vault>
<listworkingfolders>
<workingfolder reposfolder="$/LOCAL" localfolder="H:" />
</listworkingfolders>
<result success="yes" />
</vault>