I'm assuming that can't even run either "cmd /c /d d:\ cvs
-d:pserver:user@host:/home/cvs/dir co -c" or "cvs
-d:pserver:user@host:/home/cvs/dir co -c" from the Windows 2000 CMD prompt. So don't
you think it's not an Ant problem?
If you give more info, such as whether you have CVS working at all, which version of
client CVS you're using, and what
kind of network you're on, that would help somebody on this mail list analyze this
problem. Otherwise, you may need help
from your network manager, CVS administrator, or the CVS folks.
C Santosh Kumar wrote:
> Ant uses cvs.exe from within java to run cvsupdate.
>
> When I do the same thing:
> Runtime.exec ("cvs -d:pserver:user@host:/home/cvs/dir co -c", envp)
> it gives
> Error: cvs [checkout aborted]: cannot create socket: Unknown socket error:
> 10106
>
> Ant's Execute.java suggests, for windows 2000, the following command:
>
> cmd /c /d d:\ cvs -d:pserver:user@host:/home/cvs/dir co -c
> it also gives the same error.
>
> Any suggestions how I can get away with this error?
>
> thanks
> Santosh
>
> --
> To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>