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

RE: Removing property from repository for all files

From: Kevin Puetz <puetzk_at_puetzk.org>
Date: 2005-04-29 15:29:50 CEST

McKenna, Simon (RGH) wrote:

>
> -> So, we'd like to remove/clear
> -> "svn:keywords" from
> -> *all files* in the repository and set "enable-auto-props =
> -> yes" in the /etc/subversion instead.
> ->
> -> What would be the best way to do that?
>
> How about:
>
> svn propdel svn:keywords --recursive
>
> (checkout from repository root)
>
> peace
> si

I wouldn't do this in a big repository though. I did, and then ended up
having to munge the dumpfile to undo things, as having a commit that
touched every file in the repository made svn log incredibly slow. After a
bit more thought, that was understandabe, since it would get returned as
part of the log for every file, and would would cause that log entry to
contain the list of every filename in the repository....

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Apr 29 15:56:49 2005

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.