Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Authentication-Warning: slinky.cs.nyu.edu: pechtcha owned process doing -bs Date: Wed, 3 Mar 2004 14:39:03 -0500 (EST) From: Igor Pechtchanski Reply-To: cygwin AT cygwin DOT com To: Arindam Bhattacharya cc: cygwin AT cygwin DOT com Subject: Re: how to get an older version of cygwin In-Reply-To: Message-ID: References: <6 DOT 0 DOT 1 DOT 1 DOT 0 DOT 20040303140836 DOT 03ab5ad8 AT 127 DOT 0 DOT 0 DOT 1> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Scanned-By: MIMEDefang 2.39 1.3.2 is ancient history. It's dead. I doubt there's a mirror out there that carries it, and even if there was, most of the current packages won't work with it. What you want is to set your PS1 in bash properly. Something like export PS1='\h: `cygpath -w "$PWD"`> ' should do it. If you want to only display Win32 paths for /cygdrive/*, you'll need to go through some more contortions, but it's basically possible. Igor On Wed, 3 Mar 2004, Arindam Bhattacharya wrote: > Hi, > thanks for the response. I am currently running 1.5.7(0.109/3/2 on > XP. I also have 1.3.2(0.39/3/2) running on win 2000. in 1.3.2 if I do > cd c:/ the bash shows c:/ but if id cd c:/ in 1.5.2 it shows me > /cygdrive/c. ANy idea how to fix this or where I can download > 1.3.2(0.39/3/2) > > thanks > Arindam > > On Wed, 3 Mar 2004, Larry Hall wrote: > > > At 01:54 PM 3/3/2004, you wrote: > > >hi christopher, > > > I was wondering how I can get an older version of > > >cygwin. I neet the one which is CYGWIN_NT-5.0. the current release is > > >CYGWIN_NT-5.1. > > > > Actually, you're reporting what 'uname -s' provides, which just tells you > > which version of Windows you're running Cygwin on. You're apparently > > running XP. CYGWIN_NT-5.0 would indicate that the O/S is W2K. > > 'uname -r' would describe the Cygwin DLL release you're running. > > > > >If I do a cd c:/ in that it doesn't show c:/ but > > >/cygdrive/c which is causing a problem with perforce as perforce thinks > > >that it isn't in the root as it only recognises the c:/ version of path. > > > > > >If there is a workaround to get c:/depot/ instead of /cygdrive/c/depot on > > >the bash in cygwin then please do let me know that. > > > > Cygwin will not report DOS/Windows path formats. It reports POSIX-style > > instead. You can convert back to DOS/Windows from POSIX with 'cygpath'. > > Take a look at 'man cygpath' for details. -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu ZZZzz /,`.-'`' -. ;-;;,_ igor AT watson DOT ibm DOT com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "I have since come to realize that being between your mentor and his route to the bathroom is a major career booster." -- Patrick Naughton -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/