From: "Tim Van Holder" To: Subject: MS-DOS path support in CVS Date: Mon, 11 Dec 2000 19:21:47 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id NAA20500 Reply-To: djgpp-workers AT delorie DOT com I've been looking into (re-)adding clean support for DOS-style paths into CVS. Would it be acceptable to turn the path I get from the user (through $CVSROOT, -d or CVS/Root) into a /dev-style path internally (i.e. X:/Foo/Bar -> /dev/X/Foo/Bar)? This would have the side effect that a) Any messages from CVS regarding the root would include the /dev-style path, and b) CVS/Root will contain the /dev-style path for newly made sandboxes. The reason I'd do this is that it would require minimal changes to the code without dropping actual support for DOS-style paths (yes, I'm lazy; so sue me :-P).