we needed to convert CVS to GIT yesterday. Everything went fine except that I didn't had modules in my CVS therefore I didn't know what module to check out as descibed here.
With the help of another tutorial everything worked fine.
I sued CVSROOT (immediate direcotry under $CVSROOT) as module name and everything worked fine.
After cloning the git repository now, I can see all the files in Eclipse (Egit).
But when I look in the created git folder I only see the following folders/files
braches (folder)
config
description
HEAD
hooks (folder)
index
info (folder)
logs (folder)
objects (folder)
refs (folder)
where can I find the actual files that in the git repository e.g. (PHP/CSS/Javascript files).
Is there eventually a link somewhere in the Git files to my "old" CVS files?
Hope somebody can help.
Regards
Jeremy