On 2/16/07, Shareef Jalloq <Shareef.Jalloq@lightblueoptics.com> wrote:
> Hi there,
>
> We have a Subversion server running on Linux and access the repositories
> using both Windows and Linux clients.
>
> When using TortoiseSVN, there doesn't seem to be a way of enabling
> keyword substitution globally on a per repository basis. We need to
> update every user's Windows machine. I can do it easily on Linux so am
> I missing something with TSVN or is it not possible?
It's not possible, even on the Linux clients. The "global"
configuration in /etc/subversion is only applied to users which don't
already have their own config file - think of it as a template rather
than an actual config file (at least from what I understand).
There is currently no method in Subversion available for
setting/enforcing global properties. The closest one can get is to
install a pre-commit hook which checks for properties on files as
they're being committed, and rejects the commit if the rules aren't
met.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Fri Feb 16 18:37:02 2007