info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Allow pserver access to windows-based repositories


From: Paul P Komkoff Jr
Subject: [PATCH] Allow pserver access to windows-based repositories
Date: Sat, 26 Jan 2002 21:01:47 +0300
User-agent: Agent Tanya

This patch allows specify path with ':' in it to access windows repositories
such as ':pserver:address@hidden/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)address@hidden // (http)stingr.net // (pgp)0xA4B4ECA4



reply via email to

[Prev in Thread] Current Thread [Next in Thread]