First page Back Continue Last page Overview Graphics
Merging (4/4)
When you are ready to commit, scroll back up to your svn merge command in your shell's history (the up arrow in Bash, or Ctrl-r for a reverse history search):
svn merge -r 13:16 \
file:///home/jmglov/svnroot/\
test-new-project/branches/BLEEDING_EDGE
Edit it into a svn commit command:
svn commit \
-m 'merged branches/BLEEDING_EDGE'\
' (-r 13:16) into trunk'
Notes: