Revision of Branches from Thu, 06/25/2009 - 16:44

Revisions allow you to track differences between multiple versions of your content, and revert back to older versions.

How to branch a project to work on a fork of your code.

Creating a branch

svn copy http://<your.svn.server>/svn/project/trunk \
http://<your.svn.server>/svn/project/branches/branchname \
-m "Creating branch of /project/trunk"

Merging a change from Trunk into the Branch
http://nedbatchelder.com/text/quicksvnbranch.html

http://www.orcaware.com/svn/wiki/Svnmerge.py
http://www.technoids.org/svnmerge.html
http://cheat.errtheblog.com/s/svnmerge
http://research.mosuma.com/faq/howto/svn_branch_merge

See what the changes are:

svn diff -r 60:75 http://trac.example.com/svn/project/trunk

Merge it:

svn merge -r 60:75 http://trac.example.com/svn/project/trunk

Recent Updates

  • 8 months 3 weeks ago
    1.27.2 update
  • 9 months 4 days ago
    Drupal 10/11 config
  • 9 months 6 days ago
  • PHP
    9 months 6 days ago
    PHP 8.3.11 and AlmaLinux
  • 9 months 6 days ago
    New version of Pound