If you have followed my previous article on "Installing subversion and trac on linux", you might want to periodically backup your SVN repos and trac instances.
svn
Installing SVN-Trac on Media Temple (dv) 3.5 running on CentOS 5.3
Recently I had to move my Media Temple's (dv) server to new (dv) server. Their migration manager only migrated domain and database related datas, but not my previous installation of SVN+Trac. So, unfortunately I had no choice but to install them again. So, let's get to the point - How to install SVN & Trac on new (mt) dv-3.5 running linux CentOS 5.3
svn: OPTIONS request failed on /project/path - 500 Internal Server Error
Setting CVS $Id$ tag equivalent in SVN through Eclipse
In CVS, $Id$ tag is probably most used tag/keyword. You can have similar effect in svn using keyword property.
Here is how you can do it:
Setting up through command-line/shell:
svn propset svn:keywords "Id" [file-name]
Dealing with SVN PROPFIND failed - 301 Moved Permanently error
svn: PROPFIND request failed on '/projectpath'
svn: PROPFIND of '/projectpath': 301 Moved Permanently
It means your httpd.conf is misconfigured. Usually this error happens when you've defined the Subversion virtual "location" to exist within two different scopes at the same time.
Trac SVN : Insufficient permissions to access /
I'm chasing this "Insufficient permissions to access /" error for hours in my trac project.
I've googled but so far didn't find any solution yet.
I'll update as soon as I resolve this problem.
UPDATE
