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

Re: path specific autoprop patterns

From: Ryan Schmidt <subversion-2008a_at_ryandesign.com>
Date: Fri, 7 Mar 2008 13:36:50 -0600

On Mar 7, 2008, at 11:07, Ernst Hansmair wrote:

> is there a way to include paths in the autoprop patterns?
>
> We have .php files in certain directories which are obfuscated/
> scrambled. I am looking for a method to specify for these the auto-
> props as binary files. All other .php files should be handled as
> ordinary text files.

No, autoprops doesn't have anything to support that.

Just set "svn:ignore" manually for those particular directories.

Or if there are many, or more will be added later and you want them
automatically handled, consider using a different extension for these
files. ".phps" would of course be a bad choice since that's already
used for PHP source.

---------------------------------------------------------------------
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-07 20:37:30 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.