RE: Help with Microsoft visual source safe ant task

2006-02-13 Thread Jon Skeet
> We learned the same lesson. If files are checked out of vss, > then getting the files will either not get the file or will > get an older version of the file (i do not recall which is true). Doing a "get latest" will get the latest version which has been checked into the VSS database. It (ob

Re: Help with Microsoft visual source safe ant task

2006-02-13 Thread glenn opdycke-hansen
We learned the same lesson. If files are checked out of vss, then getting the files will either not get the file or will get an older version of the file (i do not recall which is true). So has anyone created a utility to list which files have been checked out from vss? That would be helpful to r

RE: Help with Microsoft visual source safe ant task

2006-02-13 Thread Jon Skeet
> I am new to Microsoft visual source ant task. I am trying to > checkout using ant.There is also get for vss.what is the > difference ? . what is the right syntax Under VSS, check out means "get the file and acquire a lock on it". It fetches it read-write instead of read-only, and locks it so t

Help with Microsoft visual source safe ant task

2006-02-10 Thread Srikrishna_Parthasarathy
I am new to Microsoft visual source ant task. I am trying to checkout using ant.There is also get for vss.what is the difference ? . what is the right syntax C:\cvssource>ant -debug -f cc-build.xml buildvss Apache Ant version 1.6.2 compiled