Git guide
...
The "blessed" IzPack repository is available from https://xirclesgithub.codehaus.orgcom/projectsizpack/izpack/repos/primary/repo.
- Anonymous access:
- via the Git protocol: gitgit@github.com:izpack//git.codehaus.org/izpack.git
- via HTTP: httphttps://git.codehaus.org/gitweb.cgi?p=izpack.gitgithub.com/izpack/izpack
- via the Git protocol: gitgit@github.com:izpack//git.codehaus.org/izpack.git
- Developer access:
ssh://git@git.codehaus.orggit@github.com:izpack/izpack.git
(you will need to upload a SSH DSA2 public key to your account details).
The following is a list of official IzPack developers forks:
- http://github.com/jponge/izpack (Julien Ponge, project leader, project founder and tyrannic despot)
- http://github.com/bonnefoa/izpack-refactoring (Anthonin Bonnefoy, project despot and hazardous merges master)
- http://github.com/dduponchel/IzPack (David Duponchel, project developer)
...
- )
...
- https://sourceforge
- .
Info | ||
---|---|---|
| ||
A quick and efficient way to collaborate with an IzPack developer that has a repository on GitHub is to:
Pull requests on GitHub are really useful as they make code reviews painless! |
...
A complete Git conversion of the old Subversion repository can be found at http://github.com/jponge/izpack-full-svn-history-copy (keep in mind that because it is based on the full repository, there are no branches and tags informations, just a linear branch which maps the Subversion revisions).
IzPack first used CVS, then switch in 2004 it switched to Subversion. It switched again, this time to Git, in 2010.