So on 3.5.1 of Vault we use to use this nant snipit to label our project after every successful build on our build server...
<vaultlabel
repository="Evolution"
path="${RepositoryFolderPath}"
labelstring="${version}"
username="SomeUser"
password="SomePassword"
url="OurVaultServer" />
But it appears that with Vault 4.1.0, the vaultlabel has changed dramatically. Can anyone point me in a direction as to how I should re-write our nant script?
Thanks,
Chris
VaultLabel 4.1.0
Moderator: SourceGear
Over in our Development Tips area is where some 4.0.1 examples are: NAnt Examples
Check those out first. If you have more questions after seeing those, then you can let me know here, or post in the Development Tips Questions area.
Check those out first. If you have more questions after seeing those, then you can let me know here, or post in the Development Tips Questions area.
-
- Posts: 30
- Joined: Tue Aug 15, 2006 6:17 pm