Configure SVN Client in CentOS 7 from CLI

397 Views Asked by At

I want to configure a svn client(location, servers, proxy, and authentication) in CentOS from CLI.

I searched but I found info only related to svn server.

1

There are 1 best solutions below

0
uzsolt On BEST ANSWER

I think you want know about ~/.subversion. Check svnbook:

The first time the svn command-line client is executed, it creates a per-user configuration area. On Unix-like systems, this area appears as a directory named .subversion in the user's home directory.