[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: Robert <robertLinux_at_gmx.de>
Date: 2003-05-15 21:14:24 CEST

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

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.