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

Re: Checking out To Unix over Mapped Drive CR/LF

From: Nathan Kidd <nathan-svn_at_spicycrypto.ca>
Date: 2007-04-19 18:35:56 CEST

Rob Hudson wrote:
>
>> * explicitly setting svn:eol-style=LF for specific files like your
>> Ksh example, since these files aren't needed on windows anyway
>
> This is the bit that will cause a few problems. We need it to
> dynamically switch for a variety of files (License files,
> configurations files, and we have a ksh environment on our PCs etc).

What I do is have a separate /image tree that contains any non-compiled
files (fonts, config files, etc.). When I go to generate my installer
tarballs I will:

svn export /image --native-eol=<EOL_I_WANT> /staging/dir

then add in the compiled binaries.

This way svn takes care of any conversions for you (and you can control
what is converted or not via svn:eol-style)

> Added to that we have a load of tags on the product (over 2,000 - 50+
> active) so it would be a bit of an overhead to do this on all the
> files :-(

Well, if you already have svn:eol-style=native set then using the export
method means you don't need to change anything if a global case change
is sufficient.

-Nathan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Thu Apr 19 18:32:15 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.