Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] Jetty Git Repositories

and I buggered the eclipse urls :(

c -> gitroot

c is the browser, to clone you need to hit gitroot

jesse

--
jesse mcconnell
jesse.mcconnell@xxxxxxxxx



On Wed, Jul 13, 2011 at 09:19, Jesse McConnell
<jesse.mcconnell@xxxxxxxxx> wrote:
> Jetty7 and Jetty8 are now backed entirely by git repositories.
>
> Eclipse Code: (svn repos are not read-only)
>
> browse at - http://git.eclipse.org/c/jetty/
>
> ssh://<username>@git.eclipse.org/c/jetty/org.eclipse.jetty.project.git
> - Jetty Project Repository
> ssh://<username>@git.eclipse.org/c/jetty/org.eclipse.jetty.parent.git
> - Administrative pom.xml file
> ssh://<username>@git.eclipse.org/c/jetty/org.eclipse.jetty.toolchain.git
> - Build related artifacts that release separately, common assembly
> descriptors, remote resources, etc.
> ssh://<username>@git.eclipse.org/c/jetty/org.eclipse.jetty.sandbox.git
> - Non-mainline project development, working area for experimentation,
> etc
> ssh://<username>@git.eclipse.org/c/jetty/org.eclipse.jetty.releng.git
> - Project definition for generating an eclipse p2 update site
> ssh://<username>@git.eclipse.org/c/jetty/org.eclipse.jetty.admin.git -
> Files associated with the development of Jetty -- code styles,
> formatting, etc.
> ssh://<username>@git.eclipse.org/c/jetty/org.eclipse.jetty.wtp.git -
> jetty wtp plugin
>
> Note: make sure you have your global settings correct when committing to eclipse
>> git config --global user.email my_committer_email@xxxxxxxxxxx
>> git config --global user.name "John Doe"
>
> Another Note: these repos will be mirrored to github under
> http://github.org/eclipse once it is setup, which is being pursued.
>
>
>
> Codehaus Code: (svn repos will be rejiggered a bit to prevent
> confusion, jetty6 is remaining in svn)
>
> browse at - http://git.codehaus.org/gitweb.cgi?p=jetty-project.git
>
> ssh://git@xxxxxxxxxxxxxxxx/jetty-project.git - hightide project repository
> ssh://git@xxxxxxxxxxxxxxxx/jetty-parent.git - jetty-parent
> administrative pom file
> ssh://git@xxxxxxxxxxxxxxxx/jetty-sandbox.git - sandbox for goop
>
> Note: use the git here since they use gitosis and make sure your using
> your ssh key and it is registered in xircles.
>
>
> Questions? just ask.
>
> cheers,
> jesse
>
>
> --
> jesse mcconnell
> jesse.mcconnell@xxxxxxxxx
>


Back to the top