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

RE: Re: pre-revprop-change

From: Reedick, Andrew <jr9445_at_ATT.COM>
Date: Thu, 28 Feb 2008 09:12:42 -0600

> From: Nathan Nobbe [mailto:quickshiftin_at_gmail.com]
> Sent: Thursday, February 28, 2008 9:54 AM
> To: Ryan Schmidt
> Cc: subversion-users
> Subject: Re: pre-revprop-change
>
>
> i dont see anything here that specifically says, svn:eol-style
> cannot be used as a revision property
> http://svnbook.red-bean.com/en/1.0/ch07s02.html
 
Even if you add it as a revision property, I doubt it would have any effect on anything.

> i must have some disconnect regarding usage of these
> properties.. is there no way to say, i want all files
> in this repository, beneath this directory to have their
> eol managed by the subversion?

Checkout the dir in question and run 'svn setprop svn:eol-style native' on the desired files, followed by a check-in.

It would be nice to have a 'svn propset' that works on URLs (with an implicit commit) in much the same way that 'svn mv' or 'svn copy' do.

> what about new files? if i create a file and add it to
> the repository, without specifying the svn:eol-style
> property on it, will the eol style on the file not be
> managed by the repository? thats ridiculous, considering
> users may be creating files on their own.. that’s asking
> users to get involved in administration tasks; eww.

You can set the config file in ~/subversion/.config or %userprofile%\application data\subversion\config to automatically set the svn:eol-style for _newly_ created files.

However, it's left as an exercise to the reader to actually push a standardized config file to all your subversion clients. So you might want to make friends with your unix/windows system admin. =/

*****

The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential, proprietary, and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from all computers. GA621

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-02-28 16:13:53 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.