home » knowledge base » Subversion basics (2006-01-03)

Tags: subversion (1) svn (1)

Subversion basics

Installing subversion under Apache:

Backup and restore a repo:

Recreate a repo:

This assumes Apache2 and a particular setup found on RedHat Enterprise.

Resolve conflicts: svn resolved $file (begs a question: why subversion doesn't do automatic conflict resolution?)

Update to a version in the past: svn update -r {2004-04-04}

Create a tag:

svn copy https://sumatrapdf.googlecode.com/svn/trunk/ https://sumatrapdf.googlecode.com/svn/tags/release-0.7 -m "Tagging release 0.7."

Tags: subversion (1) svn (1)


Krzysztof Kowalczyk