Comments on: How to Install Apache Subversion (SVN) on RHEL 8 / Rocky Linux 8 https://www.linuxtechi.com/install-apache-subversion-svn-linux/ Sat, 25 Dec 2021 17:12:01 +0000 hourly 1 By: Tutan Ghosh https://www.linuxtechi.com/install-apache-subversion-svn-linux/#comment-21397 Mon, 17 Aug 2020 03:33:46 +0000 http://www.linuxtechi.com/?p=2945#comment-21397 permission denied
svn: commit fail
please run this command for this error

chown apache.apache /var/www/svn -R

]]>
By: rim https://www.linuxtechi.com/install-apache-subversion-svn-linux/#comment-7913 Wed, 06 Mar 2019 14:29:54 +0000 http://www.linuxtechi.com/?p=2945#comment-7913 chmod -R 700 * work better for me

]]>
By: Christian Pedreros https://www.linuxtechi.com/install-apache-subversion-svn-linux/#comment-4935 Tue, 19 Jun 2018 04:24:09 +0000 http://www.linuxtechi.com/?p=2945#comment-4935 In reply to Josef Chmel.

Thanks Josef!!! thanks for sharing!

]]>
By: JC https://www.linuxtechi.com/install-apache-subversion-svn-linux/#comment-1684 Mon, 16 Oct 2017 19:19:02 +0000 http://www.linuxtechi.com/?p=2945#comment-1684 Hi there,

I am currently moving from Windows SVN to CentOS 7

I have a folder which contains the all the users designated to each repo.

I have imported it into CentOS.

My question is, where do i put this file? I checked “svn-auth-accounts” and I just have the one user which i created, and the password is hashed.

Where is the file that contains the groups?

]]>
By: Angel Dávila https://www.linuxtechi.com/install-apache-subversion-svn-linux/#comment-1457 Mon, 02 Oct 2017 21:16:57 +0000 http://www.linuxtechi.com/?p=2945#comment-1457 Excellent article

]]>
By: Suresh Kamrushi https://www.linuxtechi.com/install-apache-subversion-svn-linux/#comment-1213 Wed, 13 Sep 2017 06:35:02 +0000 http://www.linuxtechi.com/?p=2945#comment-1213 In reply to Josef Chmel.

Thanks Josef. It solved my problem too. thanks for sharing solution

]]>
By: Chetana https://www.linuxtechi.com/install-apache-subversion-svn-linux/#comment-774 Tue, 09 May 2017 06:59:26 +0000 http://www.linuxtechi.com/?p=2945#comment-774 Hi ,

I followed the same procedure . I have not got any error while doing .

After runnig this commnand — > systemctl enable httpd.service
Got this output
Created symlink from /etc/systemd/system/multi-user.target.wants/httpd.service to /usr/lib/systemd/system/ httpd.service.

but still am not able to access svn repo

am getting this error

Not Found
The requested URL /svn/repo was not found on this server.

Can someone suggest me what needs to be changed . if there problem with my machine .

]]>
By: Pradeep Kumar https://www.linuxtechi.com/install-apache-subversion-svn-linux/#comment-754 Fri, 05 May 2017 02:13:49 +0000 http://www.linuxtechi.com/?p=2945#comment-754 In reply to Praveen S. Kumar.

Hi Parveen,

We have not tested these steps on ClearOS 7.3, For the basic troubleshooting make sure required permissions are set on the Project, SELinux rules should be properly set in case it is enabled and check the Apache logs for errors

]]>
By: Praveen S. Kumar https://www.linuxtechi.com/install-apache-subversion-svn-linux/#comment-750 Thu, 04 May 2017 13:12:46 +0000 http://www.linuxtechi.com/?p=2945#comment-750 Excellent writeup. We were using subversion in ClearOS 6.8. Recently we upgraded to ClearOS 7.3. Ran into an issue and while looking it up came across your article. We are able to follow the steps and checkout and commit changes. However not able to connect from TortoiseSVN client on windows. When we try to connect to repo, it prompts for the password, and after that its waits for a while before finally giving an error “Error running context. The server unexpectedly closed the connection”. Any thoughts as to what might be going on?

]]>
By: Harvey https://www.linuxtechi.com/install-apache-subversion-svn-linux/#comment-245 Thu, 14 Jul 2016 16:52:25 +0000 http://www.linuxtechi.com/?p=2945#comment-245 In reply to Harvey.

svn import is giving me this error:
svn: E175011: Repository moved permanently to ‘http://MYSERVER/svn/repo’; please relocate

]]>