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

Re: config auto-props in separate file

From: Ryan Schmidt <subversion-2008b_at_ryandesign.com>
Date: Fri, 6 Jun 2008 16:34:03 -0500

On Jun 6, 2008, at 14:13, Ann Chin wrote:

> 1) Is it possible to modify the user ~/.subversion/config file so that
> [auto-props] section references a separate file?

I don't think there's any such feature.

> I.e. I'm trying to find a way where users can customize their config
> files,
>
> but be able to reference a common shared auto-props section that is
> kept
> in a separate file.
>
>
>
> For example, different users on the same project want different
> global-ignores.
>
> But they should all use the same auto-props, in particular, keyword
> properties.

You could write a short build script to create a combined config file
out of two parts -- the user's part and the shared part.

> 2) Is it also possible to have users link their ~/.subversion/config
> file to another file? I.e.
>
> config -> ../shared/config

I don't see why not. Just make a symlink.

On systems without symlinks (Windows) I don't know if a shortcut
would work the same. You'd have to try it out.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-06 23:34:41 CEST

This is an archived mail posted to the Subversion Users mailing list.

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