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

Re: committing changes to file metadata

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2007-09-17 15:43:26 CEST

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

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.