We Recommend

Version Control with Subversion Version Control with Subversion
Written by members of the Subversion open source development team, Version Control with Subversion introduces the powerful new versioning tool designed to be the successor to the Concurrent Version System or CVS. CVS users will find the "look and feel" Subversion comfortably familiar, but under the surface it's far more flexible, robust, and usable, and more importantly, it improves on CVS's more notable flaws.


Posted By

edwinjanmoss on 10/19/07


Tagged


Versions (?)


Who likes this?

1 person has marked this snippet as a favorite

shovanjoshi


Merge branch back into the trunk


Published in: SVN 


where 686 is revision when the branch was created and 725 is the HEAD, into the working copy of the trunk


  1. svn merge -r 686:725 svn+ssh://edmoss@lqr.boston.com/svn/branches/1.1

Report this snippet 

You need to login to post a comment.