I am trying to migrate cvs to git but the repository doesn't get migrated when the Attic folder in it. It's migrated README.txt file alone.
How to migrate properly even Attic folder in it?
CVS:
ls -ltr /home/user/cvs/myproject/
total 4
-r--r-----. 1 cvs cvs 374 Aug 24 2015 README.txt,v
drwxr-x---. 2 cvs cvs 25 Aug 24 2015 Attic
drwxr-x---. 3 cvs cvs 20 Aug 8 12:39 resource
drwxr-x---. 3 cvs cvs 16 Aug 8 12:39 src
After Migration:
ls -ltr myproject-cvs2git/
total 4
-rw-r--r-- 1 root root 86 Aug 13 12:42 README.txt