denemo-devel
[Top][All Lists]
Advanced

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

Re: [Denemo-devel] Git is up to date with cvs


From: Jeremiah Benham
Subject: Re: [Denemo-devel] Git is up to date with cvs
Date: Tue, 13 May 2008 11:01:29 -0500

On Sat, 2008-05-10 at 18:34 +0200, Jean-René Reinhard wrote:
> On Thu, May 08, 2008 at 09:12:41AM -0500, Jeremiah Benham wrote:
> > The git repository is not up to date (AFAIK) with cvs. Feel free to play
> > around with it. I learned how to do a few things and after using it a
> > little bit it really resonates with me.  To check out:

I am still learning git. I can't figure out how to import cvs history
into it. Everytime I try it gives me this error after running this
command:

git-cvsimport -A ./authors.txt -p x -v
-d :pserver:address@hidden:/sources/denemo denemo

fatal: Needed a single revision
Branch 'origin' does not exist.
Either use the correct '-o branch' option,
or import to a new repository.

Do you know enough about git to know what is going on. I rsynced a copy
of the entire CVSROOT tree. I have access to the history file. 

Jeremiah

> > 
> > git clone ssh://address@hidden/srv/git/denemo.git
> > 
> > replace $USERNAME with your username.
> > 
> 
> how do I get a username? I don't need push access, but it would be nice to 
> work
> with git. For one thing, maintainers could be pulling from my public 
> repository,
> which would be cleaner as sending patches.
> 
> Cheers,
> Jean-René
> 
> > git commit -a -m "update with cvs Thursday, May 08 2008"
> > 
> > The checks every file for change and select the changed files for
> > committing.  The -m is the message. -a means everything. 
> > 
> > The after the files are marked for commitment then you do this:
> > 
> > git push
> > 
> > Jeremiah
> > 
> > 
> > 
> > _______________________________________________
> > Denemo-devel mailing list
> > address@hidden
> > http://lists.gnu.org/mailman/listinfo/denemo-devel





reply via email to

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