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