Re: CVS2GIT
Michael Haggerty <[email protected]>
| Newsgroups | gmane.comp.version-control.subversion.cvs2svn.user |
|---|---|
| Message-ID | <[email protected]> |
Алексей Егоров wrote:
> Good day. I conversed cvs repository into git and created new
> directory. Then I turned to git, changed current dirrectory and
> executed commands: git init cat cvs2svn-tmp/git-blob.dat
> cvs2svn-tmp/git-dump.dat | git fast-import git status
>
> and git shows that all files in my repository are deleted. What
> should I do to create my git repository?
Everything is OK; it is just that the files haven't been checked out
into the working copy. Something like this should fix the problem:
git reset --hard HEAD
Michael
------------------------------------------------------
http://cvs2svn.tigris.org/ds/viewMessage.do?dsForumId=1670&dsMessageId=2648789
To unsubscribe from this discussion, e-mail: [[email protected]].