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

Re: Using tsvn:autoprops

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Sat, 07 Feb 2009 08:37:27 +0100

lesterw wrote:
> The documentation on the tsvn:autoprops property is unclear. What
> value does the property require? Is it just true/false or is it the
> name of the file containing the autoprops? If the property does not
> specify the autoprops file, then is there a magic file name (such as
> svn-config_autoprops)?
>
> I would like to apply a set of properties to a particular project so
> that TortoiseSVN users always pick up those properties when they check
> out the project.

From the docs for tsvn:autoprops :
"The format is the same as for subversion autoprops, e.g. *.sh =
svn:eol-style=native;svn:executable sets two properties on files with
the .sh extension."

So, you set the tsvn:autprops property to e.g.
*.build = svn:eol-style=native;svn:mime-type=text/xml
*.c = svn:eol-style=native
*.cpp = svn:eol-style=native
*.cur = svn:mime-type=image/x-icon
*.cxx = svn:eol-style=native

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=1117637
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].

Received on 2009-02-07 08:37:39 CET

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

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