nmh-workers
[Top] [All Lists]

[Nmh-workers] git

2010-11-21 11:09:04
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:$LOGNAME(_at_)cvs(_dot_)savannah(_dot_)nongnu(_dot_)org"
   $ 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 
${LOGNAME}(_at_)git(_dot_)sv(_dot_)gnu(_dot_)org:/srv/git/${project}.git
   $ git push --all -v 
${LOGNAME}(_at_)git(_dot_)sv(_dot_)gnu(_dot_)org:/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
Nmh-workers(_at_)nongnu(_dot_)org
http://lists.nongnu.org/mailman/listinfo/nmh-workers

<Prev in Thread] Current Thread [Next in Thread>