On 29.03.2016 08:42, Niemann, Hartmut wrote:
> Hello!
>
> https://tortoisesvn.net/docs/nightly/TortoiseSVN_de/tsvn-dug-propertypage.html
>
> „Ab Subversion 1.8 sollten Sie die Eigenschaft svn:auto-props anstelle
> von tsvn:autoprops verwenden, da diese die selbe Funktionalität hat,
> aber mit allen Subversion Clients funktioniert und nicht
> TortoiseSVN-spezifisch ist.“
>
> „As of Subversion 1.8, you should use the property svn:auto-props
> instead of tsvn:autoprops since this has the very same functionality but
> works with all svn clients and is not specific to TortoiseSVN.”
>
> Is this a server-side or client-side thing? Do I need 1.8 on the server
> or on the client or on both for this to work?
That's a client-side feature.
But if you have an 1.8 server, that helps too:
The properties are inherited, i.e. a property set on the root folder is
also 'set' on all folders below.
So if you set such a property on the repository root, it affects all
checkouts, not just trunk but all branches as well. Of course, you
usually don't have root checked out but a subfolder like trunk. In that
case, svn has to contact the server and read the properties on root to
know which ones to inherit. With an 1.8 server, that's done a little bit
faster - but I guess most users won't even notice the difference.
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=3167398
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2016-03-29 08:47:54 CEST