Repository

How to take Subversion backup

These all time i was using Rsync to take the backup of my Repository. Its a bad idea to use rsync  to take subversion backup. The best way to use svnadmin dump command. This command Dump the contents of the repository, bounded by a given set of revisions, using a portable dump format. svnadmin dump [...]

How to stat Subversion – SVN Server

Subversion is a code repository.In software development, Subversion (SVN) is a version-control system initiated in 1999 by CollabNet Inc. Developers use Subversion to maintain current and historical versions of files such as source code, web pages, and documentation. Its goal is to be a mostly-compatible successor to the widely used Concurrent Versions System (CVS). Some [...]

How to Set up and run Subversion and Tortoise SVN with Visual Studio and .NET

This document describes the steps to install and configure Subversion, create a new repository and then walks through the basic steps required to set up local Visual Studio projects using Tortoise SVN. This isn’t meant to be an all comprehensive tutorial on Subversion, but rather a quick step by step of the essential things to [...]

How to Set up a Subversion Server under Windows

A) Download Subversion You’ll need the latest version of.. the Windows binaries the “run Subversion as a windows service” wrapper the TortoiseSVN shell integration utility B) Install Subversion Unzip the Windows binaries to a folder of your choice. I chose c:\program files\subversion\ as my path. Now, add the subversion binaries to the path environment variable for [...]