Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 457842 - Please migrate the javatoolkit repository to git
Summary: Please migrate the javatoolkit repository to git
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Gentoo Overlays (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Overlays Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 457818
  Show dependency tree
 
Reported: 2013-02-16 15:43 UTC by Ralph Sennhauser (RETIRED)
Modified: 2013-05-11 18:38 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ralph Sennhauser (RETIRED) gentoo-dev 2013-02-16 15:43:06 UTC
Please convert overlays.gentoo.org/proj/java/projects/javatoolkit to git and make the repo available on git.overlays.gentoo.org as proj/javatoolkit.git. 

As stated in bug 457818 the initial list of who will have access is.

  Gentoo Java Members:
    betelgeuse caster elvanor fordfrog sera serkan

Thanks.
Comment 1 Sebastian Pipping gentoo-dev 2013-05-07 22:38:26 UTC
Ready for review:
http://git.overlays.gentoo.org/gitweb/?p=proj/javatoolkit.git;a=summary
Comment 2 Sebastian Pipping gentoo-dev 2013-05-07 23:41:08 UTC
PS: If you cloned/reviewed before this writing, be sure to run

  $ git remote update

so you don't miss branch "kasun".
Comment 3 Ralph Sennhauser (RETIRED) gentoo-dev 2013-05-10 11:08:32 UTC
git remote update doesn't help me getting kasuns branch.

What I have is the following extra tags

backups/kasun@8362
backups/layout_refactor_branch@6318
backups/master@2489
Comment 4 Sebastian Pipping gentoo-dev 2013-05-11 00:25:24 UTC
(In reply to comment #3)
> git remote update doesn't help me getting kasuns branch.

Weird, it really is there, see <http://git.overlays.gentoo.org/gitweb/?p=proj/javatoolkit.git;a=shortlog;h=refs/heads/kasun>.  Maybe try again or try "git remote update ${REMOTE}" with the name you picked for the remote, e.g. "origin"


> What I have is the following extra tags
> 
> backups/kasun@8362

Branch "kasun" was initially mis-created as

  /projects/javatoolkit/branches/kasun/trunk

rather than

  /projects/javatoolkit/branches/kasun/ .

So it got deleted and re-created and that's what the backup tag is for.  Can be deleted.


> backups/layout_refactor_branch@6318

That branch got deleted.  Since there is a later merge commit in Git, deletion would not cut away other commits.  Keep or delete it, either is fine.


> backups/master@2489

That's the move from /javatoolkit/ to /projects/javatoolkit/ .  Removing the tag does not cut away commits --> safe to delete.
Comment 5 Ralph Sennhauser (RETIRED) gentoo-dev 2013-05-11 16:26:30 UTC
The branch is now there :/. All well.

As for the tags, I would prefer deleting them if not cutting history.

Thanks.
Comment 6 Sebastian Pipping gentoo-dev 2013-05-11 18:38:03 UTC
(In reply to comment #5)
> The branch is now there :/. All well.

Cool.  I would like to mention that branch "kason" has content more recent than "master".  I guess it would be good to review that branch (and merge or drop it) before continuing work on master.


> As for the tags, I would prefer deleting them if not cutting history.
> 
> Thanks.

Done.  Closing, please re-open as needed.