Re: [WARNING - NOT VIRUS SCANNED] CVS2GIT
Michael Haggerty <[email protected]>
| Newsgroups | gmane.comp.version-control.subversion.cvs2svn.user |
|---|---|
| Message-ID | <[email protected]> |
Алексей Егоров wrote: > I executed > git reset --hard HEAD > after fast import all files, that was in the repository was created in my > current dirrectory, but all files in my dir has size 0 bytes. > after git checkout I see the same files with size 0 bytes. > How can I resolve my problem? The CVS repository that you included in your last email looks like it has been processed by destroy_repository.py, which deletes all of the text in all of the revisions of every file. So of course when the repository is converted the resulting files are empty. Try converting a fresh copy of your original repository. Michael ------------------------------------------------------ http://cvs2svn.tigris.org/ds/viewMessage.do?dsForumId=1670&dsMessageId=2650336 To unsubscribe from this discussion, e-mail: [[email protected]].