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

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

← newer • 249 of 636older →