Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is the Subversion global config file for the Slik SVN client for Windows?

Tags:

windows

svn

slik

Does anyone know where the SVN global config file is for the Slik SVN client for Windows? Specifically 64 bit?

like image 811
Darren Avatar asked Jun 10 '11 18:06

Darren


3 Answers

Mine is located here (Windows 7 64-bit):

%USERPROFILE%\AppData\Roaming\Subversion\config
like image 56
Brandon Avatar answered Nov 11 '22 06:11

Brandon


It's usually located in %APPDATA%\Subversion.

like image 45
Stefan Avatar answered Nov 11 '22 06:11

Stefan


Paths:

C:\Documents and Settings\%USERNAME%\Application Data\Subversion\  --Windows XP   
C:\Users\%USERNAME%\AppData\Roaming\Subversion  -- Vista / 7

In Windows, If you can't see the config file. You can open it (without extension) if you paste the above selected path in your window explorer. And then will choose your IDE app.

Finally, you can read the README file located in the same route.

like image 4
uri Avatar answered Nov 11 '22 05:11

uri