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

Re: How to fill (modify) the author field

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-03-18 18:15:26 CET

On Thu, 2004-03-18 at 11:11, Solt Kemecsei wrote:
> Hi all,
>
> After a few weeks of testing we decided to use Subversion as our revision
> controll system. Unfortunately during the tests we used it in anonymous
> mode, so the author field is empty for all files in all revisions.
> Is there a way to fill the author field with one specific value (user
> name) in the whole repository?

You'll have to write a shell-loop that runs 'svn propset -rX --revprop
svn:author NAME' on each revision. Read about unversioned props in
chapter 7, section 2. There's a grey sidebar about it.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 18 18:17:29 2004

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.