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

Re: Syntax for tsvn:autoprops with svn:ignore

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Tue, 18 Aug 2009 10:57:50 +0200

On 18.08.2009 08:03, Ryan J Ollos wrote:
> Hello,
>
> I have done a bit of trial and error testing and have read some mailing list archives, but have no luck with the following issue.
>
> I'd like to apply the following svn:ignore pattern via tsvn:autoprops. The documentation [1] is clear on how this is done in a typical case, but in this case I have a newline separated list of arguments to svn:ignore.
>
> When I set the svn:ignore property through TortoiseSVN, I specify the following newline separated list:
>
> bin
> Bin
> obj
> Obj
>
> I've tried specifying the tsvn:autoprops property as follows:
>
> * = svn:ignore="bin Bin obj Obj"
>
> I'd like the svn:ignore property to apply to every sub-directory though tsvn:auto-props. I've tried various methods of quoting and without quotes, but nothing seems to work.

The tsvn:autoprops values are merged with the autoprops configuration of
the svn library and therefore work the very same way.
It's not possible to apply autoprops to folders, only to files. That
means that the svn:ignore property won't work with autoprops since that
property must be added to folders.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2384671
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-08-18 10:58:19 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.