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

Bug#459729: ITP: pyglet -- a cross-platform windowing and multimedia library for Python



On Mon, Feb 11, 2008 at 11:40:01AM +0100, Ondrej Certik wrote:
<snip>
> > > OK, I'll take over it. The only problem is that DPMT uses svn for all
> > > it's packages.
> > > So I just start initialize it with your latest git version, is that ok?
> > Sure, please go on.
> >
> > Could you please drop me a note when you checked it into SVN. I will
> > remove the git repository when it is done.
> 
> I am sorry for a stupid question - am I doing something wrong, or is
> the git repository corrupted?
> 
> ondra@fuji:/tmp/p$ git clone git://git.debian.org/git/pkg-exppsy/pyglet.git
> Initialized empty Git repository in /tmp/p/pyglet/.git/
> remote: Generating pack...
> remote: Done counting 1440 objects.
> remote: Deltifying 1440 objects...
> remote:  100% (1440/1440) done
> remote: Total 1440 (delta 945), reused 1315 (delta 828)
> Receiving objects: 100% (1440/1440), 4.10 MiB | 391 KiB/s, done.
> Resolving deltas: 100% (945/945), done.
> ondra@fuji:/tmp/p$ cd pyglet/
> ondra@fuji:/tmp/p/pyglet$ ls
> ondra@fuji:/tmp/p/pyglet$ la
> .git
> ondra@fuji:/tmp/p/pyglet$ git branch
> ondra@fuji:/tmp/p/pyglet$ git log
> fatal: bad default revision 'HEAD'
> ondra@fuji:/tmp/p/pyglet$
> 
> 
> I am not seeing any files, and "git log" fails, so does gitk. Could
> you please send me the debian dir, maybe it will be easier.
This repos does not utilize a 'master' branch. In your clone do:

	git branch -a

After a

	git checkout -b master origin/release

also gitk and git log will work.



Cheers,

Michael


-- 
GPG key:  1024D/3144BE0F Michael Hanke
http://apsy.gse.uni-magdeburg.de/hanke
ICQ: 48230050



Reply to: