Get Latest

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
AdamL3024
Posts: 6
Joined: Wed Apr 18, 2007 9:21 am

Get Latest

Post by AdamL3024 » Wed Apr 18, 2007 9:25 am

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

:?:

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Post by lbauer » Wed Apr 18, 2007 1:57 pm

Check the arguments in this Nant user's getlatest command:

http://support.sourcegear.com/viewtopic.php?t=7664
Linda Bauer
SourceGear
Technical Support Manager

Post Reply