cvs を git に移行しようとしていますが、Attic フォルダーが含まれているとリポジトリが移行されません。README.txt ファイルのみを移行したものです。
その中の Attic フォルダも適切に移行するにはどうすればよいですか?
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
移行後:
ls -ltr myproject-cvs2git/
total 4
-rw-r--r-- 1 root root 86 Aug 13 12:42 README.txt