Feature #879
Simplified z2-git operations
Start date:
21.08.2012
Due date:
% Done:
100%
Estimated time:
(Total: 0.00 h)
origin:
Subtasks
Updated by Redmine Admin over 12 years ago
The z2-git scenario needs to be simplified.
The golas are:
The golas are:
- no need for a git-setup script anymore
- z2-git component repos should refer to the remote origin (i.e. http://git.z2-environment.net/z2-base.*)
- Eclipsoid should offer the possibility to create a local clone for a given gitcr for development purposes.
Updated by Henning Blohm over 12 years ago
Just came across
http://stackoverflow.com/questions/1209999/using-git-to-get-just-the-latest-revision
Wouldn't it make sense to only clone the latest revision when nothing is there and go from there with pulls?
In terms of eclipsoid features: When cloning from eclipsoid, you would actually clone using a remote ref of the
working dir repo clone (that may be incomplete in this case).
Updated by Udo Offermann over 12 years ago
JGit doesn't support shallow clones as of today - see http://stackoverflow.com/questions/11475263/shallow-clone-with-jgit