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

Re: author of a file

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-05-15 20:20:15 CEST

Robert <robertLinux@gmx.de> writes:

> Am Donnerstag, 15.05.03 um 20:06 Uhr schrieb Ben Collins-Sussman:
> > The log isn't showing you r40, it's showing you r8, which is the last
> > rev in which hallo_welt changed. Try running 'svn log -r40' to see
> > your new author.
> >
>
> svn log -r 40
> http://localhost:65535/svn/repos/trunk/Hallo_Welt/perl/hallo_welt
> ------------------------------------------------------------------------
> is empty.

Stop running 'svn log' on hallo_welt. It didn't change in r40, so
'svn log' returns nothing. This is covered in the subversion book.

Run 'svn log' on the *root* of your repository. That will always
display a log message, because '/' always contains changes for every
commit.

> Can I somehow set the author for all revisions except deleting and
> re-adding the item?

Write a shell loop from 0 to 40.
Run 'svn propset --revprop -r $N svn:author joe http://host/repos/root'.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 15 20:22:09 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.