i am just trying to migrate a big CVS repository to Git with cvs2git (part of the cvs2svn 2.4.0 tooling). Therefore i migrate each project separately. The time consumption of each migration is still very high. The migration itself proceeds on a remote server to which i am connected via ssh. So the problem is if i disconnect from remote server without waiting for the end of the migration process, i have no idea whether the migration was successful or not.
Does cvs2git/cvs2svn log its migration status and error messages in a specific file? - I've already searched for it in the cvs2svn folder and also in /var/log...