Open main menu

Changes

Git branch creation

6 bytes added, 18:51, 18 May 2014
no edit summary
# To keep up to date, simply type
svnmerge.py merge
</source>
<source lang="bash">
svn ci -F svnmerge-commit-message.txt
</source>
== Merging the branch back into the main line ==
# or update a previously checked out version,
svn up
</source>
#Then commit the change
svn ci -F svnmerge-commit-message.txt
</source>
To merge the branch and commit the changes, type
svnmerge.py merge -bidirectional
svn ci -F svnmerge-commit-message.txt
</source>
Finally the merge properties need to be removed
# and your private branch deleted
svn rm svn+ssh://$RUSER@svn.gna.org/svn/relax/branches/$BRANCH
</source>
== See also ==
[[Category:git]]