Subversion

The following are some useful subversion commands

A useful reference is http://svnbook.red-bean.com/en/1.4/svn.branchmerge.commonuses.html

Merge changes from trunk onto a branch

  • Find the revision in which the branch was created:
> svn log -v --stop-on-copy
------------------------------------------------------------------------
r4048 | ChrisPhillips | 2011-12-08 08:00:08 +1100 (Thu, 08 Dec 2011) | 1 line
Changed paths:
   A /mpifxcorr/branches/askap (from /mpifxcorr/trunk:4029)

askap branch
------------------------------------------------------------------------
  • Find out what the most recent version of the repository is
> svn update
At revision 4152.
  • Merge trunk changes onto the current branch
> svn merge -r 4029:4152 https://svn.atnf.csiro.au/difx/mpifxcorr/trunk
difx/subversion.txt · Last modified: 2011/12/14 12:07 by chrisphillips
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki