RE: [Nant-users] Multiple SourceSafe DataBases

2005-03-16 Thread Bill.Martin
Paul,   Try something like this:           password="${vss.get.password}"     localpath="${local.file}"     recursive="false"     writable="true"     dbpath="${vss.get.archive}"  

RE: [Nant-users] multiple SourceSafe databases

2005-03-16 Thread Foster, Richard - PAL
Paul,   Felice's answer is correct if you're using NAntContrib.   If not, set the SSDIR environment variable to the VSS data directory in your NAnt script before calling ss.exe.   Regards, Richard

RE: [Nant-users] multiple SourceSafe databases

2005-03-16 Thread Felice Vittoria
Yes ... you just need to make sure you specify the dbpath in the vss tasks.   Felice -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Paul CowanSent: Wednesday, March 16, 2005 8:26 AMTo: nant-users@lists.sourceforge.netSubject: [Nant-users]