[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: 'svn log' lost an author name.

From: paptimusx <paptimusx_at_gmail.com>
Date: Mon, 3 Mar 2008 11:43:38 +0900

I am sorry. At last, I understood the meaning that you were said
to me. Even at time.

It was a problem when the repository by cvs2svn was converted.
The property 'svn:author' had come off in a revison on the way.

How can I restore it?
If it is possible, I do not want to change 'Last Changed Date:'.

% svn pg "svn:author" --revprop -r6994 http://server/svn/PROJECT

% svn pg "svn:author" --revprop -r6995 http://server/svn/PROJECT
myname

% svn pl --revprop -r6995 http://server/svn/PROJECT

% svn pl --revprop -r6994 http://server/svn/PROJECT
Unversioned properties on revision 6995:
  svn:log
  svn:date

svn pl --revprop -r6995 http://server/svn/PROJECT
% svn pl --revprop -r6994 http://server/svn/PROJECT
Unversioned properties on revision 6994:
  svn:log
  svn:author
  svn:date

% svn info -r6995 http://server/svn/PROJECT
Path: PROJECT
URL: http://server/svn/PROJECT
Repository Root: http://server/svn/PROJECT
Repository UUID: 4fe207a9-67fb-534b-a93f-28f524836101
Revision: 6994
Node Kind: directory
Last Changed Author: myname
Last Changed Rev: 6994
Last Changed Date: 2005-05-13 15:37:27 +0900 (Fri, 13 5 2005)

% svn info -r6995 http://server/svn/PROJECT
Path: PROJECT
URL: http://server/svn/PROJECT
Repository Root: http://server/svn/PROJECT
Repository UUID: 4fe207a9-67fb-534b-a93f-28f524836101
Revision: 6995
Node Kind: directory
Last Changed Rev: 6995
Last Changed Date: 2005-05-13 15:37:28 +0900 (Fri, 13 5 2005)

% svn log -r6994:6995 http://server/svn/PROJECT
------------------------------------------------------------------------
r6994 | myname | 2005-05-13 15:37:27 +0900 (Fri, 13 5 2005) | 2 lines

2.05.02

------------------------------------------------------------------------
r6995 | (no author) | 2005-05-13 15:37:28 +0900 (Fri, 13 5 2005) | 2 lines

This commit was manufactured by cvs2svn to create tag
'Ver205_02(REL2005++04++26+2)'.
------------------------------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-03-03 03:44:01 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.