Linux Sysadmin Blog

Linux Sysadmin Blog header image 4

Entries Tagged as 'svn'

Setup Subversion (SVN) and mod_dav_svn on Cpanel Server

October 18th, 2010 · 4 Comments · Centos, cpanel, Installation, svn

Quick install guide for SVN with mod_dav_svn (http/https) repository access on Cpanel server running CentOs5. Configure Cpanel for SVN Recompile Apache/PHP (WHM -> Software -> EasyApache) and enable support for the following: Dav (Among other things mod_dav can be used by DAV enabled Frontpage clients instead of FP extensions) BerkeleyDB. Note: BerkeleyDB support (“–with-berkeley-db“) is [...]

[Read more →]

Tags: ···

svnadmin: can’t open file ‘svn/db/fsfs.conf’: No such file or directory

June 13th, 2010 · 24 Comments · svn, Tips and Tricks

While working on setting up a backup script for a subversion repository I encountred an interesting problem. I’ve done this before many times, on different repos, and haven’t seen any issues, but in this case the backup command that is using the built-in svnadmin hotcopy command was failing with this error: svnadmin hotcopy –clean-logs /svn/repo/ [...]

[Read more →]

Tags: