Re: Change prevprops in pre-commit

2014-10-13 Thread Philip Martin
Philip Martin philip.mar...@wandisco.com writes: Sergey Azarkevich azarkev...@gmail.com writes: I see in pre-commit hook template that changing revisions properties in transaction are allowed. But I can't find way for it (I want change svn:author to more readable). Is here way for this

Re: Change prevprops in pre-commit

2014-09-09 Thread Branko Čibej
Changing svnlook from its current read-only behaviour would be a bad idea, IMO. I vote for adding -t to svnadmin set/delrevprop, this matches svnlook's option, IIRC. -- Brane On 8 Sep 2014 15:27, Philip Martin philip.mar...@wandisco.com wrote: Sergey Azarkevich azarkev...@gmail.com writes:

Re: Change prevprops in pre-commit

2014-09-08 Thread Philip Martin
Sergey Azarkevich azarkev...@gmail.com writes: I see in pre-commit hook template that changing revisions properties in transaction are allowed. But I can't find way for it (I want change svn:author to more readable). Is here way for this with svn, svnadmin, svnlook ... or other standard

Re: Change prevprops in pre-commit

2014-09-08 Thread Kim Gräsman
On Mon, Sep 8, 2014 at 3:26 PM, Philip Martin philip.mar...@wandisco.com wrote: I think we should provide command line support for setting txnprops. The code is simple enough, the iterface is a bit harder. There was was some debate on IRC as to whether it should be svnlook propset -t txn

Re: Change prevprops in pre-commit

2014-09-08 Thread C. Michael Pilato
On 09/08/2014 09:26 AM, Philip Martin wrote: Sergey Azarkevich azarkev...@gmail.com writes: I see in pre-commit hook template that changing revisions properties in transaction are allowed. But I can't find way for it (I want change svn:author to more readable). Is here way for this with

Re: Change prevprops in pre-commit

2014-09-08 Thread Julian Foad
Philip Martin wrote: Sergey Azarkevich azarkev...@gmail.com writes:   I see in pre-commit hook template that changing revisions properties in   transaction are allowed.   But I can't find way for it (I want change svn:author to more readable).   Is here way for this with svn, svnadmin,

Re: Change prevprops in pre-commit

2014-09-08 Thread Philip Martin
C. Michael Pilato cmpil...@collab.net writes: Why not just 'svnadmin setrevprop -t txn' ? New option, but not a new subcommand. I don't think it all that important to distinguish between transaction props and revision props once we get outside our API space and into user command space. Our