I'd be glad to help with a move to git, though I don't know
anything about git.  And I don't have much time these days.
The "Importing from CVS" and "Converting from CVS to git"
sections of this page look like a start:

http://savannah.gnu.org/maintenance/UsingGit

Does this look right, to create a new project and import
the nmh cvs repository?

1) Create new project on Savannah named nmh2 (or?).
2) Activate git on the new project.
3) Import nmh cvs repo into git and push to new project:

   $ # create authors.txt:  do we want to use -A????
   $ project=nmh2
   $ myrepository="pserver:[email protected]"
   $ mkdir $project
   $ cd $project
   $ module=$project
   $ git-cvsimport -A ../authors.txt -p x -v 
-d:${myrepository}:/sources/$project $module
   $ git branch -d origin
   $ git push --tags -v ${[email protected]:/srv/git/${project}.git
   $ git push --all -v ${[email protected]:/srv/git/${project}.git

David

______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________

_______________________________________________
Nmh-workers mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/nmh-workers

Reply via email to