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