Well,
here is a dump from the log:
cmd sent:
cvs -d :pserver:cvs:cvs@localhost:2401:d:\cvs-repository/ checkout -d "D:\sandbox\SIS" "SIS" >C:\temp/out.txt 2>C:\temp/err.txt
server's out:
cvs checkout: CVSROOT (":pserver:cvs:cvs@localhost:2401:d:\cvs-repository/")
cvs checkout: may only specify a positive, non-zero, integer port (not "2401:d:\cvs-repository").
cvs checkout: perhaps you entered a relative pathname?
cvs [checkout aborted]: Bad CVSROOT.
Like I said, Eclipse works fine with the settings. By the way, CVSROOT is not the / but the /CVSROOT/ directory. Maybe the tool uses wrong settings by default? |