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

Strange behaviour with propdel PROPNAME --revprop -r REV [TARGET]

From: <ian.cusden_at_ubs.com>
Date: Tue, 2 Dec 2008 16:07:26 -0000

Using subversion 1.5.4, I am able to run the following command without
any reported error against a remote repository.

>svn propdel svn:author --revprop -r 1
https://svnserver/dev/pre_revprop_change_tests-2
>property 'svn:author' deleted from repository revision 1

However despite the command apparently returning success the property is
still present

>svn pget --revprop -r 1 svn:author
https://svnserver/dev/pre_revprop_change_tests-2
>cusdenia

I must admit I expected the first command to fail, as there is no
pre_revprop_change hook on the repo. Am I doing anything wrong or is
this a known issue?

NB: I got the same result using Subversion 1.4.3 and with a simple
pre_revprop_change hook that returns 1.

Cheers

Ian

Ian Cusden
UBS AG
Component Engineering - Developer Services

www.ubs.com

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=544089

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].

Using subversion 1.5.4, I am able to run the following command without
any reported error against a remote repository.

>svn propdel svn:author --revprop -r 1
https://svnserver/dev/pre_revprop_change_tests-2
>property 'svn:author' deleted from repository revision 1

However despite the command apparently returning success the property is
still present

>svn pget --revprop -r 1 svn:author
https://svnserver/dev/pre_revprop_change_tests-2
>cusdenia

I must admit I expected the first command to fail, as there is no
pre_revprop_change hook on the repo. Am I doing anything wrong or is
this a known issue?

NB: I got the same result using Subversion 1.4.3 and with a simple
pre_revprop_change hook that returns 1.

Cheers

Ian

Ian Cusden
UBS AG
Component Engineering - Developer Services

www.ubs.com

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=544089

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2008-12-02 17:09:29 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.