You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Charles Duffy <cd...@spamcop.net> on 2007/02/17 23:18:59 UTC

[PATCH] mucc setprop, delprop subcommands

The attached patch implements setprop and delprop subcommands for mucc. 
These operate on both files and directories.

Is posting this here adequate for inclusion, or do I need to find 
someone to provide consensus for opening a bug against the application 
of this patch?

Re: [PATCH] mucc setprop, delprop subcommands

Posted by Charles Duffy <cd...@spamcop.net>.
The patch has bitrotted significantly, so I've built another version 
which applies against HEAD and includes test cases (and updated the bug 
at http://subversion.tigris.org/issues/show_bug.cgi?id=2758).

Anything I can do to help get this in before it bitrots again?

Re: [PATCH] mucc setprop, delprop subcommands

Posted by "Hyrum K. Wright" <hy...@mail.utexas.edu>.
C. Michael Pilato wrote:
> Charles Duffy wrote:
>> The attached patch implements setprop and delprop subcommands for mucc.
>> These operate on both files and directories.
>>
>> Is posting this here adequate for inclusion, or do I need to find
>> someone to provide consensus for opening a bug against the application
>> of this patch?
> 
> Posting here is fine.  If no one fields the patch in a reasonably amount of
> time, our patch manager will open a new issue to track the patch's inclusion
> (so it doesn't get buried in mail archives).

I've added it as issue 2758.

-Hyrum


Re: [PATCH] mucc setprop, delprop subcommands

Posted by "C. Michael Pilato" <cm...@collab.net>.
Charles Duffy wrote:
> The attached patch implements setprop and delprop subcommands for mucc.
> These operate on both files and directories.
> 
> Is posting this here adequate for inclusion, or do I need to find
> someone to provide consensus for opening a bug against the application
> of this patch?

Posting here is fine.  If no one fields the patch in a reasonably amount of
time, our patch manager will open a new issue to track the patch's inclusion
(so it doesn't get buried in mail archives).

-- 
C. Michael Pilato <cm...@collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: [PATCH] mucc setprop, delprop subcommands (revised for style; log message included)

Posted by Charles Duffy <cd...@spamcop.net>.
Per subject -- this version has been revised to more closely conform to 
the appropriate code style, and adds a log message. [I wasn't sure where 
to go on verbosity, and so decided to err on the side of excess; let me 
know if this was inappropriate].