Re: [PATCH] Support command line options in svn_apply_autoprops.py

2010-09-28 Thread Gavin Beau Baumanis
As a result of no comments for this patch , I have logged it into the issue tracker so that it doesn't get lost. http://subversion.tigris.org/issue-tracker.html Issue Number : #3723 Gavin "Beau" Baumanis On 04/09/2010, at 11:43 PM, Wei-Yin Chen wrote: > Sorry, don't know why the attachment

Re: [PATCH] Support command line options in svn_apply_autoprops.py

2010-09-09 Thread Gavin Beau Baumanis
Ping. This patch has received no comments. Gavin "Beau" Baumanis On 04/09/2010, at 11:43 PM, Wei-Yin Chen wrote: > Sorry, don't know why the attachment was removed again. Does this > mailing list have a strict "Content-Type" filter? I'm trying > text/x-patch this time from my linux box. Type >

Re: [PATCH] Support command line options in svn_apply_autoprops.py

2010-09-04 Thread Hyrum K. Wright
Try renaming the file as a .txt ? -Hyrum On Sat, Sep 4, 2010 at 8:43 AM, Wei-Yin Chen wrote: > Sorry, don't know why the attachment was removed again. Does this > mailing list have a strict "Content-Type" filter? I'm trying > text/x-patch this time from my linux box. Type > application/octet-str

Re: [PATCH] Support command line options in svn_apply_autoprops.py

2010-09-04 Thread Wei-Yin Chen
Sorry, don't know why the attachment was removed again. Does this mailing list have a strict "Content-Type" filter? I'm trying text/x-patch this time from my linux box. Type application/octet-stream doesn't seem to pass through. >From web interface of the mailing archive, the format of the inlined

[PATCH] Support command line options in svn_apply_autoprops.py

2010-09-04 Thread Wei-Yin Chen
Hi, This patch makes trunk/contrib/client-side/svn_apply_autoprops.py take command line options. The usage would be: svn_apply_autoprops.py [-c config_file] [paths to process...] The -c option specifies the configuration file name, and it overrides the setting in environment variable SVN_CONFIG_F