[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-16 11:49:28 CEST

Michael Wood wrote:

>On Thu, May 15, 2003 at 09:14:24PM +0200, Robert wrote:
>
>
>>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/
>>
>>
> ^^^^^
>
>You set the prop on .../svn/repos/root, but you're looking for it on
>.../svn/repos/
>
>I think the BUG here is that svn propset --revprop returns success when
>the item mentioned does not exist. (I have not tested this. It just
>seems likely based on the messages in this thread.)
>
He's setting revision properties, not file properties. You can't change
file properties with --revprop.

-- 
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 Fri May 16 11:50:22 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.