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

Re: Recursive property setting fails for some(!) files..

From: Gert Kello <gert.kello_at_gmail.com>
Date: Tue, 11 Jan 2011 13:05:32 +0200

> Having some way of finding and fixing inconsistent line endings would
> be useful. I had a similar case recently where I was adding a bunch of
> source files from Atmel. They had conveniently added their own headers
> with LF ending to every file, most of which already had CRLF endings.
> The only way to find them was to see what failed to add in SVN, and
> the only way to fix the failures was to edit each file individually.

What about getting u2d from gnuwin32
(http://gnuwin32.sourceforge.net/packages/cygutils.htm) and then doing
something like

for /R c:\work\folder %i IN (*.h) do c:\path\to\gnuwin32\bin\u2d %i

Gert

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2697210

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-01-11 12:05:42 CET

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.