-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Yevgen <[EMAIL PROTECTED]> writes:
> i am not able to access the cvs server on a windows machine from my > linux system. The Windows Path cause cvs to fail: > > > cvs -d:pserver:[EMAIL PROTECTED]:"D:/Projekt03/src" login Try cvs -d :pserver:[EMAIL PROTECTED]:/D//Projekt03/src login and you may find happier results. The trick is separating the drive-letter and the rest of the pathname by two slashes. > cvs login: CVSROOT may only specify a positive, non-zero, integer port > (not `D:'). > cvs login: Perhaps you entered a relative pathname? > cvs [login aborted]: Bad CVSROOT: `:pserver:[EMAIL PROTECTED]:D:/Projekt03/src'. > > > > And if i put slash before "D:", so i get "/D:/Projekt03/src: no such > repository" :( It is impossible to reconfigure the server or set the > prefix for cvs-root on the server side. What can i do on the my side? According to the manual: http://www.cvshome.org/docs/manual/cvs-1.11.14/cvs_2.html#SEC26 the general syntax for CVSROOT is [:method:][[user][:[EMAIL PROTECTED]:[port]]/path/to/repository So you might also be able to use :pserver:[EMAIL PROTECTED]:2041/D:/Projekt03/src and have it work, but I have not tried it. Enjoy! -- Mark -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQFAe6Gf3x41pRYZE/gRApjrAJ49Si5SKrdsJIMG+Xj76Yy3YrWMZwCgmV/F +s0BBCz4ChPhzqKjpa8FSOw= =cOlO -----END PGP SIGNATURE----- _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs