LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   svn configuration (https://www.linuxquestions.org/questions/linux-software-2/svn-configuration-4175516486/)

piyush.sharma 08-27-2014 01:28 AM

svn configuration
 
how to change path of svnserve ?

Code:

svnserve: Root path '/var/svn' does not exist or is not a directory

TB0ne 08-27-2014 09:39 AM

Quote:

Originally Posted by piyush.sharma (Post 5227915)
how to change path of svnserve ?
Code:

svnserve: Root path '/var/svn' does not exist or is not a directory

Did you try to read the svn documentation, which tells you how to configure the paths when you're doing the installation????
https://wiki.archlinux.org/index.php...p#Installation
http://queens.db.toronto.edu/~nilesh...version-howto/
http://www.howtoforge.com/setting-up...itory-on-linux

The config file is often found in /etc/subversion/config. Did you look for/in that file??? Similar question to your other thread:
http://www.linuxquestions.org/questi...on-4175514788/

..and again, with your posting signature reading "Avoid asking questions blindly, post your efforts, help others to help you.", that would seem like good advice to start with.

piyush.sharma 08-27-2014 11:08 PM

Thanks for your suggestions, I finally solved it via removing old rpm backup files.

This link helped me to do correct settings
http://www.howtoforge.com/how-to-ins...vn-on-centos-7

bts145 04-26-2017 01:35 AM

svn server file not found
 
Change the directory name in the below file

root@test1> cat /etc/sysconfig/svnserve
# OPTIONS is used to pass command-line arguments to svnserve.
#
# Specify the repository location in -r parameter:
OPTIONS="-r /var/www/svn"


All times are GMT -5. The time now is 06:20 AM.