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

mstrap picture mstrap · May 16, 2012 · Viewed 116.9k times · Source

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)?

Answer

Baxter picture Baxter · May 16, 2012

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

for Mac/Linux

and

%appdata%\subversion\config

for Windows