Re: createrepo future
seth vidal <[email protected]>
| Newsgroups | gmane.linux.rpm.metadata |
|---|---|
| Message-ID | <1186605120.712.53.camel@cutter> |
On Wed, 2007-08-08 at 22:22 +0200, Hans-Peter Jansen wrote: > Am Mittwoch, 8. August 2007 20:51 schrieb seth vidal: > > > > 2. I've made a 'maintenance' branch of createrepo in that git > > repository. That's where all the work for 0.4.X's will go, so we can > > apply patches to the existing code base while working on a new one. (git > > checkout -f maintenance) > > Hmm: > > ~> git clone http://linux.duke.edu/createrepo/git/createrepo.git createrepo > [..] > ~> cd createrepo > ~> git checkout -f maintenance > git checkout: updating paths is incompatible with switching branches/forcing > Did you intend to checkout 'maintenance' which can not be resolved as > commit? > yes, it means my instructions were wrong b/c I'm dumb and git is confusing to me after you clone do: git branch –track maintenance origin/maintenance sorry. -sv