>>> >>> I would like to create a new branch there for my toolbar-settings patch >>> but >>> the repo is not up to date. As I am not familiar with git svn could you >>> please send your recipe to rebase git master from svn trunk?
Hmm.. the way I do it is not very difficult: git svn fetch git svn rebase git push origin However, I don't know how to sync with git svn when you have checked out the repository from Gitorious. There seems to be a way that "git help svn" mentions, but it just doesn't really work. At least not without synchronizing the whole svn history, and I really don't want to do that. >> >> If you have a little patience I will try to upload this repository to >> gitorious. I hope I will manage to do it correctly. > It's ready. > The process would be: > - trunk: run daily "git svn rebase" + "merge trunk to master" > - develop something in branch-X > - when ready merge branch-X to master > - when accepted in devel list merge master to trunk and commit to svn. > This seems the idea indeed of Git, but in practice it doesn't really work for me. Don't know why though :(. Vincent