complex CVS merge equivalents

k-dub
k-dub
I finally convinced my friend to try Subversion. He is a Linux/Java programmer who spent some time managing a huge project in CVS.    I'm trying to dispell his FUD about merging, but I haven't needed to merge anything yet. So far, he doesn't like revision numbers and can't figure out the equivalent to cvs -j BRANCH_POINT_TAG -j MERGE_POINT_TAG co myproject I never used CVS that way either, so I don't understand what he is trying to do.    Does anyone know the translation of his sample code? Is it possible to use tags instead of revision numbers?

Last updated

SteveKing
SteveKing
The subversion equivalent would be:    svn merge BRANCH_POINT_URL MERGE_POINT_URL myproject

1-2 of 2

Reply to this discussion

You cannot edit posts or make replies: You should be logged in before you can post.