Re: ^M Appends to every line?
From: David Chapman <dcchapman_at_acm.org>
Date: Wed, 23 Feb 2011 08:35:00 -0800
On 2/23/2011 8:19 AM, Christopher D Haakinson wrote:
Look up "propset" and "eol-style". In particular, in the [auto-props]
*.c = svn:eol-style=native
I do this both in Windows and in Linux so that I don't have files with
You can also add this property manually after the files are committed:
svn propset svn:eol-style=native file1 file2 ...
Since you are seeing ^M now, you will need to do this manually for the
Other useful commands:
svn proplist file
where "file" is the name of the file you are looking at.
-- David Chapman dcchapman_at_acm.org Chapman Consulting -- San Jose, CAReceived on 2011-02-23 17:35:51 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.