[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: lesterw <lesterw1_at_gmail.com>
Date: Sat, 7 Feb 2009 16:00:57 -0800 (PST)

Ahhh, so the actual VALUE of the tsvn:autoprops is the set of
properties themselves!?

tsvn:autoprops VALUE="*.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 "

Ah, I get it! A screen shot of the dialog inthe documentation would
have made this clear. It would be cool if the tsvn:autoprops could
simply point to a config filename that would get propogated. :-)

Thanks for the help!

On Feb 6, 11:37 pm, Stefan Küng <tortoise..._at_gmail.com> wrote:
> 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&dsMessa...
>
> To unsubscribe from this discussion, e-mail: [dev-unsubscr..._at_tortoisesvn.tigris.org].
>
>  signature.asc
> < 1KViewDownload

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=1121315

To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-02-08 05:57:20 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.