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

Re: Setting svn:eol-style=native

From: Chris Stankevitz <cstankevitz_at_toyon.com>
Date: 2006-12-13 17:19:14 CET

Chris Stankevitz wrote:
> Q3: Can I tell SVN "all files in this repo, if not otherwise marked,
> have svn:eol-style=native"?

Add a cron job that runs every 5 minutes:

svn propset -R svn:eol-style native file:///var/svn/repo/trunk

That command does not set eol-style on binaries.

Chris

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Dec 13 17:21:00 2006

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.