home ‣ Subversion basics

03 Jan 2006 · Tags: svn ← newer • 201 of 588older →

Installing subversion under Apache:

Backup and restore a repo:

Recreate a repo:

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

Mark conflict as resolved: svn resolved $file

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."

blog comments powered by Disqus