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

config, configuration-files, svn

Solution

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

for Mac/Linux

and

`%appdata%\subversion\config`

for Windows

Problem

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

Original source

Related problems