OK I have a problem with SourceGear Vault and the Nant Tasks the problems is this:
Currently we have an automated build process that gets latest and builds. The problem has to do with getting latest using the Nant Task provided by SourceGear it dosent seem to be getting latest on all files which is what I need I have followed the exact specs in the documentation and it takes time saying its getting latest but when I compare certain files to the ones in the repository there are many differences from what I have and last check in. I thought I could just delete these folders every time and get latest from sratch but that causes many problems with refrences etc.
So in short my q is do I need to add anything to the nant task to overwrite all files and get latest?
Im using this task
<vaultgetfile url="http://localhost"
username="username"
password="password"
repository="repository"
path="$/Project/Directory/File.cs"
destination="C:\Directory\File.cs"/>
Please Help
Get Latest
Moderator: SourceGear
Check the arguments in this Nant user's getlatest command:
http://support.sourcegear.com/viewtopic.php?t=7664
http://support.sourcegear.com/viewtopic.php?t=7664
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager