Hi

I'm trying following code to recursively get labeled versions from vss. I'm
labeling before the get operation and I've checked in VSS that files are
getting labeled correctly. My labels are of the assembly version format
x.x.x.x.

<vssget
  username="${username}"
  password="${password}"
  localpath="${project.path}"
  recursive="true"
  replace="true"
  writable="false"
  removedeleted="true"
  dbpath="${db}"
  path="${branch.path}Source/Library/eciswebsolution.root/${extract}"
  version="${label}"
    />

but I'm noticing that only the root level files are getting brought down to
build machine.

I'm seeing people having similar issues (
http://www.mail-archive.com/nantcontrib-develo...@lists.sourceforge.net/msg01459.html),
but solution is not clearly stated anywhere.

I'm using VSS 6.0 and NAnt 0.86.
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to