Submitted by gl3ny on Tue, 07/27/2010 - 08:32
Subversion documentation says that it should be in /etc/subversion/config but it doesn't exist. Do you know where it should be located?
Thanks!
Status:
Active
Subversion documentation says that it should be in /etc/subversion/config but it doesn't exist. Do you know where it should be located?
Thanks!
Comments
you can do a: ' locate subversion ' in a shell.
mine is on a centos: /etc/httpd/conf.d/subversion.conf
Submitted by JamieCameron on Wed, 07/28/2010 - 08:18 Comment #2
SVN has a lot of different config files for different purposes .. what do you want to configure exactly?
Submitted by JamieCameron on Wed, 07/28/2010 - 08:20 Comment #3
SVN has a lot of different config files for different purposes .. what do you want to configure exactly?
Submitted by gl3ny on Fri, 07/30/2010 - 15:23 Comment #4
I am looking to set global ignore patterns.
Submitted by JamieCameron on Fri, 07/30/2010 - 20:08 Comment #5
This would probably be better asked of the SVN developers then, as I've never used that option ..
Submitted by gl3ny on Fri, 07/30/2010 - 20:54 Comment #6
hmm ok, I do have the /etc/subversion on my system but it is empty. I was thinking that virtualmin might have handled subversion in a different way which is why I was asking. I do some more research.
Thanks
Submitted by JamieCameron on Sat, 07/31/2010 - 02:59 Comment #7
Not really .. Virtualmin puts some config files for permissions in the
svn
directory under each domain's home, but that's all.Submitted by gl3ny on Sat, 07/31/2010 - 14:37 Comment #8
I found out that what I wanted to do is for client side only, however you can make a config file on the server in /etc/subversion for other operations.
Thanks