[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 20:01:35 CEST

No I typed:

svn propset --revprop -r HEAD svn:author "welz"
http://localhost:65535/svn/repos/trunk/Hallo_Welt/perl/hallo_welt
and got the answer:
property `svn:author' set on repository revision '40'
svn log
http://localhost:65535/svn/repos/trunk/Hallo_Welt/perl/hallo_welt
------------------------------------------------------------------------
rev 8: (no author) | 2003-05-08 16:20:48 +0200 (Thu, 08 May 2003) | 1
line
------------------------------------------------------------------------
If I type:
svn propset --revprop -r COMITTED svn:author "welz"
http://localhost:65535/svn/repos/trunk/Hallo_Welt/perl/hallo_welt
subversion/clients/cmdline/main.c:620: (apr_err=205000)
svn: Client error in parsing arguments
svn: Syntax error in revision argument "COMITTED"

or

svn propset --revprop -r BASE svn:author "welz"
http://localhost:65535/svn/repos/trunk/Hallo_Welt/perl/hallo_welt
subversion/libsvn_client/revisions.c:82: (apr_err=195000)
svn: A path under revision control is needed for this operation
svn: svn_client__get_revision_number: need a version-controlled path to
fetch local revision info.

I simply search for a way to set the author for some dozends of files.

Robert

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 15 20:02:39 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.