delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT sources DOT redhat DOT com |
Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
Date: | Thu, 31 Aug 2000 08:45:50 -0400 |
From: | Jason Tishler <Jason DOT Tishler AT dothill DOT com> |
To: | =?iso-8859-1?Q?Gunnar_Bostr=F6m?= <Gunnar DOT N DOT Bostrom AT telia DOT se> |
Cc: | cygwin AT sources DOT redhat DOT com |
Subject: | Re: can't use cvs in cygwin 1.1.4 |
Message-ID: | <20000831084550.A1023@DP> |
References: | <200008170024 DOT UAA08251 AT ns4 DOT bfg DOT com> <AF23E0495047D4118DD900508B9529FE053676 AT proexc01 DOT han DOT telia DOT se> |
Mime-Version: | 1.0 |
User-Agent: | Mutt/1.2.4i |
In-Reply-To: | <AF23E0495047D4118DD900508B9529FE053676@proexc01.han.telia.se>; from Gunnar.N.Bostrom@telia.se on Thu, Aug 31, 2000 at 01:54:47PM +0200 |
Organization: | Dot Hill Systems Corp. |
Gunnar, On Thu, Aug 31, 2000 at 01:54:47PM +0200, Gunnar Boström wrote: > I'm using cygwin-1-1-4 and have some trouble using the cvs program in this > relase. > I can't check out a moudule from my local server. > I've renamed the cvs program in the cygwin-1-1-4 release to cvss. > I can checkout the module nebi with cvs 'Halibut' but not with cvss! > Any suggestions? > My setup follows! > :-) > > > $ echo $CVSROOT > :local:P:\RE_BIPS_Projekt\NEBI\cvsroot I believe that the above CVSROOT will only work for the native Win32 cvs version. Although I have never tried, I suspect that is will be difficult (or impossible) to get the Cygwin cvs version to deal with Windows style paths (that include a drive letter). My suggestion is to use Cygwin style paths. For example, one way to specify the an equivalent CVSROOT to the above is the following: $ export CVSROOT=/cygdrive/p/RE_BIPS_Projekt/NEBI/cvsroot Note: 1. the above assumes that you have not changed the cygdrive path prefix (with mount --change-cygdrive-prefix) 2. :local:" is optional in CVSROOT (unless you are using drive letters in the Win32 version) Alternately, you can mount P: or one of its subdirectories via mount and then set your CVSROOT as appropriate. For example: $ mount -f -b P:/RE_BIPS_Projekt/NEBI/cvsroot /cvsroot $ export CVSROOT=/cvsroot $ cvss co nebi ... Jason -- Jason Tishler Director, Software Engineering Phone: +1 (732) 264-8770 x235 Dot Hill Systems Corporation Fax: +1 (732) 264-8798 82 Bethany Road, Suite 7 Email: Jason DOT Tishler AT dothill DOT com Hazlet, NJ 07730 USA WWW: http://www.dothill.com -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |