-
Notifications
You must be signed in to change notification settings - Fork 0
Importing Repositories on Windows
This project does not fully support Windows for importing repositories other than Git. Below are some of the attempts we made to run our converter scripts on Windows.
-
Get Cygwin to get "git cvsimport" and "cvsps" into git-core package: Install Cygwin then get git packages (Dont install everything from Cygwin, JUST the git stuff) http://techblogging.wordpress.com/2008/04/11/compiling-and-installing-git-on-windows-under-cygwin/ http://stackoverflow.com/questions/2265221/can-we-use-git-cvs-on-windows
-
Add Cygwin bin to your PATH (C:\cygwin\bin)
-
Open cmd, try to run git cvsimport -p -x -v -d :pserver:[email protected]:/web/url -C myCVS2Git url
-
Might need to create new Environment Variable "CVSROOT" you will likely get cvsps errors about can't create ".cvsps" or Cannot create the cvsps directory '.cvsps': git cvsimport: fatal: cvsps reported error
-
???? (Goodluck)
-
Profit
Refs: some cvsps errors http://mschrag.blogspot.ca/2008/03/git-cvsimport-failure.html