[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: Tue, 4 Mar 2008 14:45:31 +0900

It's good!

I will write the script set in all revision to lack 'svn:author'
and execute it.

and.. because it is temporary. I thought that there only had to
be an option to bypass the hook script. for instance of
'svnadmin setlog --bypass-hook' It is possible to execute it only
with svn on the client side if it does so.

thank you Lieven, thank you Ryan.
I am happy.

-pa*x

--
% svn ps "svn:author" --revprop -r6995 newname http://server/svn/SRC
svn: DAV request failed; it's possible that the repository's
pre-revprop-change hook either failed o
r is non-existent
svn: At least one property change failed; repository is unchanged
# vim xxx/hooks/pre-revprop-change.bat
# cat xxx/hooks/pre-revprop-change.bat
echo I am a dummy.
% svn ps "svn:author" --revprop -r6995 newname http://server/svn/SRC
property 'svn:author' set on repository revision 6995
% svn pg "svn:author" --revprop -r 6995 http://server/server/svn/SRC
newname
=> succeed!
--
% svn ps "svn:author" --force --revprop -r6995 atushi http://server/svn/SRC
svn: DAV request failed; it's possible that the repository's
pre-revprop-change hook either failed o
r is non-existent
svn: At least one property change failed; repository is unchanged
% svn ps "svn:author" --bypass-fook --revprop -r6995 atushi
http://server/svn/SRC
svn: invalid option: --bypass-fook
Type 'svn help' for usage.
---------------------------------------------------------------------
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-04 13:21:02 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.