Adding imported objects to a branch
Kevin Sheedy <[email protected]>
| Newsgroups | gmane.comp.version-control.subversion.cvs2svn.user |
|---|---|
| Message-ID | <[email protected]> |
I'm trying to import a cvs repository into a git repository, following the instructions here: http://cvs2svn.tigris.org/cvs2git.html I have just run the following commands to import the data into the Git repository: git init cat cvs2svn-tmp/git-blob.dat cvs2svn-tmp/git-dump.dat | git fast-import My problem is that there are no branches. If I create a new branch, I don't see any of the files that were previously in CVS. Anyone know how to add these objects to a branch? ------------------------------------------------------ http://cvs2svn.tigris.org/ds/viewMessage.do?dsForumId=1670&dsMessageId=2697850 To unsubscribe from this discussion, e-mail: [[email protected]].