[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Determining TrotoiseSVN version from a script.

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2007-08-06 19:58:13 CEST

Bob Cunningham wrote:
> Huh? "svn:native" is EXACTLY what we do, and it works FINE for us using
> both TortoiseSVN and Cygwin svn (both at 1.4.3). Using anything other
> than Native ensures our cross-platform builds will have problems.
>
> SVN's use of properties was one of the many factors that led us to
> choose svn instead of cvs when switching from MS VSS.

And that's EXACTLY your problem (as we mentioned before):
Cygwin will checkout/handle the files with LF lineendings, while native
SVN clients will checkout/handle the files with CRLF lineendings.
If you use both clients, everything gets mixed up and your working copy
gets broken.

But that's just one incompatibility which arises (the most obvious one).
The working copy format is handled a little bit different on Linux and
Windows. And they are not compatible. That's a fact which won't get
changed (you can try asking on the Subversion mailing list, but you will
discover that they gave up trying to keep them compatible long ago).

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Mon Aug 6 19:56:27 2007

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.