Posted By:
Vincent_Perrier
Posted On:
Monday, January 24, 2005 05:06 AM
Hello.
Did you solve your problem?
I'm having the same issue with JBuilder 9...
I tried several formats for specifying the path to my repository (on my Win XP machine running CVSNT):
/my/path/to/CVS: JBuilder hangs
C:/my/path/to/CVS: same result
C:mypath oCVS: same result
/C:/my/path/to/CVS: seems to work but I get the following error message (with CVSROOT=:pserver:mylogin@mycomputer/C:/my/path/to/CVS)
cvs.exe checkout: CVSROOT requires a path spec:
cvs.exe checkout: :(gserver|kserver|pserver):[[user][]@]host[:[port]]/path
cvs.exe checkout: [:(ext|server):][[user]@]host[:]/path
cvs.exe checkout: warning: skipping invalid entry in password file at line 1
cvs.exe checkout: CVSROOT may only specify a positive, non-zero, integer port (not `C:').
cvs.exe checkout: Perhaps you entered a relative pathname?
cvs.exe checkout: warning: skipping invalid entry in password file at line 2
Thanks!