X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Fri, 30 Apr 2010 22:41:19 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: 1.7: svn/bash can't find $EDITOR after 1.7 upgrade Message-ID: <20100430204119.GA29539@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <27D7F4C907BCB14FAF95CC4E25AB1FE601E4BF AT ex2 DOT AdBriteInc DOT local> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <27D7F4C907BCB14FAF95CC4E25AB1FE601E4BF@ex2.AdBriteInc.local> User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 Note-from-DJ: This may be spam On Apr 30 13:29, Bill Ross wrote: > Svn was working ok just before I upgraded to 1.7, e.g. 'svn status' showed paths in unix form (forward slashes), and on commit vi opened ok. > Now svn status shows paths with backslashes: > > M       test\xls\qa1\ZonePos.xls > > And on commit: > > -bash-3.2$ svn commit file.txt > The system cannot find the path specified. > svn: Commit failed (details follow): > svn: system('/usr/bin/vi svn-commit.tmp') returned 1 > > This is after 'export EDITOR=/usr/bin/vi' (it was vim before, same error but no vim per se w/ 1.7). > > Svn used to have problems like this with the first version of cygwin I installed, but after an update it all started working. 1.7 seems to have reverted that improvement. > > -bash-3.2$ svn --version > svn, version 1.6.2 (r37639) ^^^^^^^^^^^^^ Here's your problem. Cygwin Configuration Diagnostics Current System Time: Fri Apr 30 12:19:26 2010 Windows XP Professional Ver 5.1 Build 2600 Service Pack 3 Path: C:\Program Files\CollabNet Subversion Client ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ and here. You're using a native Win32 version of subversion instead of the Cygwin version, which, btw., you have installed and is much newer: subversion 1.6.11-1 Also keep in mind that /usr/bin/vi as well as /usr/bin/vim are Cygwin *symlinks*, pointing to /usr/bin/vim-nox.exe. I doubt that the native subversion in C:\Program Files\CollabNet Subversion Client actually understands Cygwin symlinks. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple