[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: R. Welz <r_welz_at_gmx.de>
Date: 2003-05-17 12:31:22 CEST

Am Freitag, 16.05.03 um 20:32 Uhr schrieb kfogel@collab.net:

> Ben Collins-Sussman <sussman@collab.net> writes:

> I think you might be misunderstanding the bug, Ben.
>
> This is 'log --revprop'. The issue is not that nothing happened in
> that revision (maybe many things happened), but rather that he used a
> non-existent URL and it still succeeded -- because the URL still
> "encompassed" the right repository, even though the path within the
> repository doesn't exist.
>
> So if it's a bug, it's a rather mild one.

Hi.
... but the result was the same even if I excecuted and gave root as
URL:
#! /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/");
        # or
        # system ("svn propset --revprop -r $count svn:author 'welz'
http://192.168.1.10:65535/svn/repos");
}

svn reports

property `svn:author' set on repository revision '1'
<snip> property `svn:author' set on repository revision '40'

but the log still shows no athor:
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

But have a nice weekend!
Robert

>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat May 17 12:32:18 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.