i'm trying to import our old cvs repository into a git repo by following these instructions: http://www.gromacs.org/Developer_Zone/Git/Migrating_a_CVS_repository_to_GIT
i'm using windows, so i tried to use msysgit. i could log in to my cvs repository, but when running the git-cvsimport command, it tries to execute cvsps which is apparently missing in the msysgit installation. where can i get it, and why is it missing?