RE: setting the EOL property throughout a repo?
From: Robert P. J. Day <rpjday_at_crashcourse.ca>
Date: Tue, 25 Nov 2008 08:18:55 -0500 (EST)
On Tue, 25 Nov 2008, Giulio Troccoli wrote:
> I've done a little test. I used dos2unix to change the EOL of a text
i just did a test as well, and it does what i was hoping for.
1) take a non-propertied text file, "unix2dos" it to get <CR><LF> EOL
2) use "svn cat" on the repo itself to verify that, yes, it got
3) check my working copy and, not surprisingly, the <CR><LF> EOLs are
4) "svn propset svn:eol-style LF" that file in my working copy, verify
5) "svn cat" the file in the repo to see that, sure enough, the EOLs
6) note, with some surprise, that the file in my working copy has
does all of that make sense?
rday
-- ======================================================================== Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry: Have classroom, will lecture. http://crashcourse.ca Waterloo, Ontario, CANADA ======================================================================== --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org For additional commands, e-mail: users-help_at_subversion.tigris.orgReceived on 2008-11-25 14:20:04 CET |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.