Re: Adding imported objects to a branch
Michael Haggerty <[email protected]>
| Newsgroups | gmane.comp.version-control.subversion.cvs2svn.user |
|---|---|
| Message-ID | <[email protected]> |
On 01/13/2011 03:32 PM, Kevin Sheedy wrote: > 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. I assume that this is the same problem you reported on the git mailing list. For the record, Jonathan Nieder's suggestion was that you forgot to checkout the master branch (for performance reasons, "git fast-import" doesn't update the working copy while it is working). I just updated the cvs2git instructions to make this clearer. If this was *not* your problem, then please give us more information. What exactly did you do and what do you see that makes you believe that it failed? Michael -- Michael Haggerty [email protected] http://softwareswirl.blogspot.com/ ------------------------------------------------------ http://cvs2svn.tigris.org/ds/viewMessage.do?dsForumId=1670&dsMessageId=2698017 To unsubscribe from this discussion, e-mail: [[email protected]].