RE: [Nant-users] VSSGET and Security
configuration bit holding you back… --Edwin From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stuart Shay Sent: Sunday, November 21, 2004 7:01 PM To: [EMAIL PROTECTED] Subject: [Nant-users] VSSGET and Security Hello All In my Nant Script I am using VSSGET to get
[Nant-users] VSSGET and Security
Hello All In my Nant Script I am using VSSGET to get the latest copy of my Source Code from VSS. user="${vssuser}" password="${vsspass}" localpath="${deploy.dir}\source" recursive="true" replace="true" writable="t