X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00,DKIM_ADSP_NXDOMAIN,SPF_HELO_PASS,TW_YG,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Mail-Followup-To: cygwin AT cygwin DOT com To: cygwin AT cygwin DOT com From: Gary Subject: Re: How to detect CygWin SVN? Date: Thu, 10 Feb 2011 13:23:29 +0100 Lines: 22 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (cygwin) X-No-Archive: Yes Mail-Copies-To: never X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Jochen Wiedmann wrote: > On Wed, Feb 9, 2011 at 10:57 PM, Csaba Raduly wrote: > >> Question is, why do you think you need to detect it ? > > Assuming that I'd like to use the -f option of SVN (commit a list of > files, which are present in the file given by -f), the contents of the > file in question are quite different for CygWin SVN (/cygdrive/c/...) > and a native SVN. (C:\...) cygpath. Works from the Windows command line as well as bash and its friends. If you're lucky, cygpath -f does exactly what you want, but it appears to be undocumented... >> How about this: >> cygcheck `which svn` | grep cygwin1.dll > > That's another solution that works excellent, if I know that CygWin is > present ... which I don't. So use a shell script for Cygwin, and a batch/command file for non-Cygwin. Set paths accordingly. Done. -- 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