Posts tagged with ‘svn’

How to backup svn server

advertisement

linuxJust notice i didnt do any backup on my svn server. To ensure continuity, I need to teach my colig on how to backup the svn server. To make things more simple, i’ve written a script to backup my svn server everynight. But here, i’ll show u the basic of how to backup svn server.

To backup svn server, follow the steps below:

Continue reading How to backup svn server »

How to install SVN 1.6 on CentOS 5

advertisement

linuxJust installed the SVN 1.6 on my CentOS 5.2 server. I’m migrating my svn repo from another server which running svn 1.5.2. So i need to install svn that has a version higher than 1.5.2. To install SVN 1.6 you need to install RPMForge and run a few commands.

To install svn 1.6 on CentOS 5.2, follow the steps below:-

Continue reading How to install SVN 1.6 on CentOS 5 »

How to exclude/ignore a directory from SVN?

advertisement

I’m new to SVN and learning how to exclude a directory from svn for my project. If you have cache or session directory in your project, you might want to exclude those directory from SVN repo. SVN allow you to exclude directory from your repo by using the command “svn propset”.

To exclude a directory from SVN, follow the steps below:-

Continue reading How to exclude/ignore a directory from SVN? »