X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-5.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,TW_SV,TW_YG X-Spam-Check-By: sourceware.org Message-ID: <5020E3CB.8070609@gmail.com> Date: Tue, 07 Aug 2012 11:45:47 +0200 From: marco atzeri User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120713 Thunderbird/14.0 MIME-Version: 1.0 To: jochen DOT wiedmann AT softwareag DOT com, cygwin AT cygwin DOT com Subject: Re: CygWin SVN should identify as CygWin References: <5020CEC7 DOT 3010703 AT softwareag DOT com> In-Reply-To: <5020CEC7.3010703@softwareag.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 On 8/7/2012 10:16 AM, Jochen Wiedmann wrote: > > Hi, > > I apologize if I didn't pick the proper mailing list, but "discussion > about packages" sounded right to me... wrong mailing list. Packages is for discussion between package managers, not for bugs or help. Forwarded to the right one: cygwin > from what I can tell, a user of CygWin SVN has no possibilities to be > aware of the fact that it is indeed CygWin SVN, and not another program. $ which svn /usr/bin/svn I guess is very clear > This is the root cause for problems like > > http://jira.codehaus.org/browse/SCM-213 > > (This is about an Apache Maven plugin, that uses a file list to specify > files being committed. Of course, for CygWin SVN the files in the list > must have a suitable format. Which they have not, as the plugin has no > idea about the svn binary it is using, apart from the path.) Currently, > svn --version emits the message below: This should insted be something > like "svn, version 1.7.5 (CygWin, r1336820)". I do not understand why you need different file for cygwin. Commit on cygwin should follow cygwin rules (unix like), so something like svn co your_server /cygdrive/c/TomTom/tmp/release/myapp should be fine. See also the cygpath usage for conversion between cygwin and MS path styles $ cygpath -u "c:\temp" /cygdrive/c/temp $ cygpath -u "c:\TomTom\tmp\release\myapp" /cygdrive/c/TomTom/tmp/release/myapp > Thanks, > > Jochen Regards Marco -- 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