Diana,
CVS port number is specified as part of CVSROOT like
this:
method:[EMAIL PROTECTED]:port:/path_to_repository
See [1] for more info.
You can also specify the port as an attribute of
task[2].
HTH
Ivan
[1]https://www.cvshome.org/docs/manual/cvs-1.12.12/cvs_2.html#SEC26
[2]http://ant.apache
Hi,
I want to check out some files from CVS. My client OS is Win XP. I followed
steps provided by Jay
(http://marc.theaimsgroup.com/?l=ant-user&m=111703729921054&w=2), which used
command line CVS in conjunction with Putty to directly access CVS from Win XP,
without the need for CYGWIN.
My qu