X-Recipient: archive-cygwin@delorie.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@cygwin.com
To: cygwin@cygwin.com
From: Gary <cygwin@garydjones.name>
Subject: Re: How to detect CygWin SVN?
Date: Thu, 10 Feb 2011 13:23:29 +0100
Lines: 22
Message-ID: <ij0lc2$tgm$1@dough.gmane.org>
References: <AANLkTi=xp284SRr2os-oySBv4JQ7dm6NpgUEnqAfkcAH@mail.gmail.com>	<AANLkTinXPdAsw4WXCPLq-LGWKpCqe9rhX1cOh7484LHU@mail.gmail.com>	<AANLkTinqztphHsgA5ABjYwhtfZsP7LfeWV4PyXeAn7ZR@mail.gmail.com>
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@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

Jochen Wiedmann wrote:
> On Wed, Feb 9, 2011 at 10:57 PM, Csaba Raduly <rcsaba@gmail.com> 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

