Re: [AD] switching to git, 2012 edition |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On Sun, 1 Jul 2012 16:18:16 +0200, Elias Pschernig <elias.pschernig@xxxxxxxxxx> wrote:
> On Sun, 1 Jul 2012 14:32:37 +0200
> Elias Pschernig <elias.pschernig@xxxxxxxxxx> wrote:
>
> > On Sun, 1 Jul 2012 12:53:09 +1000
> > Peter Wang <novalazy@xxxxxxxxxx> wrote:
> >
> > > It's done now.
> > >
> >
> > Yay. So I guess we can now officially declare the switch.
>
> There is also 3 additional repositories now:
>
> http://alleg.git.sourceforge.net/git/gitweb-index.cgi
dallegro and dallegrogl still have SVN structure.
>
> And I installed a post-receive hook to send a patch to the commits list
> for each commit.
Cool.
> (I'll try to also add a CIA hook again for those in #allegro-dev, but
> apparently git only allows a single hook so this needs some
> investigation.)
>
> > >
> > > The server repository contains some unwanted branches and remotes
> > > and tags. To be deleted.
> > >
> >
> > Probably due to the --mirror I used instead of pushing each branch...
> > I guess "git push --delete <branch>" can be used to remove branches.
> > Not sure how the server can have any remotes, I didn't think push
> > would transfer those. (I also don't know how to even view them.)
>
> Ok, to find the remote remotes I used "git ls-remote origin". Then I
> deleted them all with "git push --delete refs/remotes/..."
>
> About branches and tags, I suppose all the ones with @<number> at the
> end should go? I can delete them in the same way.
Yeah, I guess they came from the import process.
Peter