Commit a8a872ea authored by Łukasz Nowak's avatar Łukasz Nowak

Explain repository.

parent af67d12f
zc.buildout side-by-side fork in order to play with all proposed patches
generated by SlapOS for zc.buildout package.
Before any work might appear in this repository zc.buildout bug needs to be
addedd in https://bugs.launchpad.net/zc.buildout . Then a branch basing on
upstream shall be created with name bug. Patches sent to zc.buildout shall be
generated using git diff upstream..bug
There is specific branch master, origins from upstream and have bug fixes
applied by merging them. This branch is used to generate SlapOS branded
zc.buildout package.
upstream is clone of all http://svn.zope.org/repos/main/zc.buildout/trunk
commits, it is updated from time to time by using (NOTE: Still work in progress):
git clone
Put in .git/config:
[svn-remote “svn”]
url = http://svn.zope.org/repos/main/zc.buildout/trunk
fetch = :refs/remotes/git-svn
git show origin/upstream | head -n 1 | cut -d ‘ ’ -f 2 > .git/refs/remotes/git-svn
git show origin/upstream | head -n 1 | cut -d ‘ ’ -f 2 > .git/refs/remotes/trunk
git svn rebase
git push
No other work is allowed on upstream.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment