nmh-workers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nmh-workers] git


From: David Levine
Subject: [Nmh-workers] git
Date: Sun, 21 Nov 2010 12:08:52 -0500

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:address@hidden"
   $ 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 address@hidden:/srv/git/${project}.git
   $ git push --all -v address@hidden:/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 
______________________________________________________________________



reply via email to

[Prev in Thread] Current Thread [Next in Thread]