This patch allows specify path with ':' in it to access windows repositories such as ':pserver:[EMAIL PROTECTED]/c:\cvsroot'
--- ccvs/src/root.c Thu Jul 5 23:11:39 2001 +++ ccvs-stingr/src/root.c Sat Jan 26 19:35:53 2002 @@ -524,6 +524,8 @@ /* restore the '/' */ cvsroot_copy = firstslash; *cvsroot_copy = '/'; + if (strchr (cvsroot_copy, ':') != NULL) + cvsroot_copy++; } /* parse the path for all methods */ -- Paul P 'Stingray' Komkoff 'Greatest' Jr // (icq)23200764 // (irc)Spacebar PPKJ1-RIPE // (smtp)[EMAIL PROTECTED] // (http)stingr.net // (pgp)0xA4B4ECA4 _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs