Re: Working with Git and CVS in a team.

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Mirko Stocker <m1stocke@...>
Cc: Git Mailing List <git@...>
Date: Friday, June 13, 2008 - 4:55 pm

On Fri, Jun 13, 2008 at 10:47:03PM +0200, Mirko Stocker wrote:


Ah, I hadn't thought of that. Apparently git-cvsimport doesn't
understand bare repos. There is even a Debian bug reported:

  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=472873

You might be able to hack around it with:

  mkdir bare.git && (cd bare.git && git init)
  mkdir cvsimport-hack && ln -s ../bare.git cvsimport-hack/.git
  git cvsimport -C cvsimport-hack

-Peff
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Working with Git and CVS in a team., Mirko Stocker, (Fri Jun 13, 10:33 am)
Re: Working with Git and CVS in a team., Jeff King, (Fri Jun 13, 12:09 pm)
Re: Working with Git and CVS in a team., Mirko Stocker, (Fri Jun 13, 4:47 pm)
Re: Working with Git and CVS in a team., Jeff King, (Fri Jun 13, 4:55 pm)
Re: Working with Git and CVS in a team., Mirko Stocker, (Sun Jun 15, 4:22 pm)
Re: Working with Git and CVS in a team., Jeff King, (Sun Jun 15, 4:48 pm)
Re: Working with Git and CVS in a team., Mirko Stocker, (Mon Jun 16, 9:39 am)
Re: Working with Git and CVS in a team., Miklos Vajna, (Fri Jun 13, 10:50 am)
Re: Working with Git and CVS in a team., Mirko Stocker, (Fri Jun 13, 4:43 pm)
Re: Working with Git and CVS in a team., John J. Franey, (Mon Jun 16, 12:04 pm)
Re: Working with Git and CVS in a team., Miklos Vajna, (Fri Jun 13, 4:47 pm)
Re: Working with Git and CVS in a team., Mirko Stocker, (Sun Jun 15, 4:20 pm)
Re: Working with Git and CVS in a team., Miklos Vajna, (Sun Jun 15, 4:34 pm)