Ok.
I wrote:
#! /usr/bin/perl
for($count = 1; $count <= 40; $count++)
{
system ("svn propset --revprop -r $count svn:author 'welz'
http://192.168.1.10:65535/svn/repos/root");
}
It gave me:
property `svn:author' set on repository revision '1'
...
property `svn:author' set on repository revision '40'
but svn log http://localhost:65535/svn/repos/
...
rev 2: (no author) | 2003-05-08 15:44:14 +0200 (Thu, 08 May 2003) | 1
line
------------------------------------------------------------------------
rev 1: (no author) | 2003-05-08 15:43:31 +0200 (Thu, 08 May 2003) | 1
line
???
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 15 21:15:34 2003