I am trying to checkout just a directory of files that are included in
our VSS repos. So what I have been trying to do is this

 

<vsscheckout 

                              username="xxxx" 

                              password="xxxxx" 

                              localpath="${local.path}"

                              recursive="false"

                              writable="true"

 
dbpath="\\boron\Engineering\SourceSafe\Source\srcsafe.ini"

 
path="$/WindowsBranches/Producer_3.3/Producer/Audio Fimrware/"

                              verbose="true"

                />

 


Where "/WindowsBranches/Producer_3.3/Producer/Audio Fimrware" is
directory of files that change quite often. What I want to do is run a
NANT task to check the files out from this VSS directory into a specific
folder, then copy the new files (with the same names) in there over the
old ones and then check those files in that directory back into VSS. But
it seems like I can only checkout a whole project or just one file at a
time. Is this true? If so that is very limiting. Does anyone else do
this? If so how do you do it?

 

Also why is there no parameter for vsscheckout to say not get a local
copy of the file? This seems really strange and would be quite useful. 

 

Thanks,

Scott

 

 

--

Scott Mitchell

Engineering

 

Colorado vNet

 

direct 970 203 3756

main 970 203 3700

fax 970 203 3701

 

email [EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> 

web www.coloradovnet.com <http://www.coloradovnet.com> 

 

255 East Sixth Street

Loveland, Colorado 80537

 

 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
NAntContrib-Developer mailing list
NAntContrib-Developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer

Reply via email to