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