[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: Branko Čibej <brane_at_xbc.nu>
Date: 2003-05-17 12:50:30 CEST

R. Welz wrote:

> 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

I can't reproduce this. Both propdel and propset of existing and
nonexistent revision property work for me, using either a WC path or an
URL. Can you show us your pre-revprop-change hook script?

(BTW, I tested this on Windows with a hook program, not a hook script).

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
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:51:16 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.