On 9/17/07, Nathan Nobbe <quickshiftin@gmail.com> wrote:
> Erik,
>
> i believe you must be right regarding this program setting the modification
> date of the files.
> i think i will still try to change all the files in the source to a unix
> style convention and then
> get our developers to use the svn:eol-style property.
> can you answer some questions about the property. if i set the property in
> the root directory
> of a working copy of the source, will it be applied to all files in the wc?
I'm not sure, but I believe that when you do 'svn -R propset
svn:eol-style native .', then, yes, it will be set on all files, but
also on all directories. (The latter may not be what you want)
> and if i then commit
> the wc w/ the property applied, will it be set when other developers check
> out those files?
When they check out or update, yes. Also, the eol style convention
will be changed in their files too.
HTH,
Erik.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Sep 17 16:00:03 2007