vaultgetfile and acting on folders recursively
Moderator: SourceGear
vaultgetfile and acting on folders recursively
I'm currently setting up automated builds with nAnt, and I'm using the 3.1.9 nAnt tasks. What I would like to know is how do I set up the vaultgetfile task to act recusively on a folder.
I just verified the recursive behavior this using the 3.1.9 NAnt tasks hitting the our public vault repository with the following:
(Because this repository is public, you can also use this to see the recursive get in action.)
Code: Select all
<vaultgetfile
url="http://vaultpub.sourcegear.com"
username="guest"
password="guest"
repository= "Build_Tool_Integration"
path="$/latest"
destination= "c:\temp\NAnt-latest" />
Ian Olsen
SourceGear
SourceGear