subversion

Shell script to backup all of your SVN repositories

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.

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

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]
If you are using command-line only, then jump to final instruction

Syndicate content
© Hossain Khan - Some rights reserved.
Creative Commons License This site is licensed under a Creative Commons Attribution-Noncommercial 2.5 License.