Dear Sir/Madam,

I am getting in a problem using VSS get. Can someone help me here ?!

I want to retreive only latest versions of files from two separate
directories in VSS using ANT.

It right away finds the writable version on the local machine for the
1st directory and sends a notification. Then it retrieves all the files
for the 1st Directory without errors. That's when it quits and throws an
error without going in for 2nd dirrctory!

So i want to retrieve/pull the missing files from the VSS without
replacing my writable versions[i am working on these files and don't
want to overwrite these]

Do you have an idea if I can specify some paramters with vssget? I shall
appreicate your response at the earliest.
Regards,
-Gaurav

-----------------------------------------------------------------------
<vssget recursive="true"
autoresponse="Y"
vsspath="First/fir/*.java"
/>
<vssget recursive="true"
autoresponse="Y"
vsspath="Second/sec/*.java"
/>


_________________________________________________________________
Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963


_______________________________________________
Gossip mailing list
[EMAIL PROTECTED]
http://jab.org/cgi-bin/mailman/listinfo/gossip

Reply via email to