I'm having trouble using the vaultbranch task in nant. Everything looks like it's going to work but then I get the error "Commitment of change set failed!". I had gotten something similar when I was using the vault command line 'move' function so I had to add a 'commit' option to automatically commit the operation. I can't find anything similar using vault tasks.
The following is the target that I'm using:
<target name="BranchTest">
<vaultbranch
url="http://localthost"
username="username"
password="password"
repository="default"
sourcepath="$/BACKUP_July_19_2005/Test1"
destinationpath="$/Test1" />
</target>
Any help with this problem is greatly appreciated.
k.
Problems with Vault NAnt Tasks, VaultBranch and commit
Moderator: SourceGear
Not sure if you retyped or cut and pasted your command, but there's a typo:
url="http://localthost"
Should be "localhost"
url="http://localthost"
Should be "localhost"
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager