> 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
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
> 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
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