-1

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.

user3541631
  • 3,686
  • 8
  • 48
  • 115

1 Answers1

2

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.

uzsolt
  • 5,832
  • 2
  • 20
  • 32