Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is the user's Subversion config file stored on the major operating systems?

For Subversion 1.7, where is the SVN "config" file located on the various major operating systems (specifically on Windows, Mac OS X and Linux)?

like image 828
mstrap Avatar asked May 16 '12 11:05

mstrap


People also ask

Where is subversion config file?

under Windows: open the file "C:\Documents and Settings\‹username›\Application Data\Subversion\config" (if you use TortoiseSVN then you can also open this file via the TortoiseSVN UI) under Linux: open the file "~/. subversion/config"

Where are system config files usually located?

Generally system/global config is stored somewhere under /etc. User-specific config is stored in the user's home directory, often as a hidden file, sometimes as a hidden directory containing non-hidden files (and possibly more subdirectories).


1 Answers

~/.subversion/config or /etc/subversion/config

for Mac/Linux

and

%appdata%\subversion\config

for Windows

like image 129
Baxter Avatar answered Sep 18 '22 02:09

Baxter