You are not logged in.

#1 2008-04-30 13:07:15

birdspider
Member
From: Vienna
Registered: 2007-12-29
Posts: 30
Website

In need of Subversion global conf file

Hi,

I am sucessfully running svn several months and I want to add some things to the svn global-ignore (like no *.class files) which should be possible in i.e. /etc/subversion/subversion.conf.


since i can't 'find' any global config file, I'm not sure if I understand this right.

Any clues where this mysterious conf would be located on Arch since pacman did install it.

Thanks,

Offline

#2 2008-04-30 13:58:47

dcraven
Member
Registered: 2008-04-27
Posts: 11

Re: In need of Subversion global conf file

If the file /etc/subversion/config doesn't exist, you may need to create it. The line you are interested in looks like this:

global-ignores = *.o *.class *.whatever

It's just a whitespace delimited set of file globs.

I'd personally consider it a bug if the Arch subversion package doesn't include this file. By default, most everything should be commented out, but it should be installed regardless.

Cheers,
~djc

Offline

Board footer

Powered by FluxBB