Re: merging cvs branch to svn branch
Michael Haggerty <[email protected]>
| Newsgroups | gmane.comp.version-control.subversion.cvs2svn.user |
|---|---|
| Message-ID | <[email protected]> |
madhu shakelli wrote: > We migrated a repository from CVS to SVN. > > Now I need to merge a private branch in CVS to a branch in SVN. > > Is there a way to do it? Your question makes no sense. There is no such thing as a "private branch" in CVS. I suppose you mean that you have changes in your local CVS working copy that you didn't check in before the conversion to SVN. The easiest way to get these changes into SVN is to create a diff of your working copy relative to the CVS version that you checked out, and apply it to an SVN working copy using the "patch" command. Michael ------------------------------------------------------ http://cvs2svn.tigris.org/ds/viewMessage.do?dsForumId=1670&dsMessageId=2433730 To unsubscribe from this discussion, e-mail: [[email protected]].