Hello, I have branched desktop-data and kdebase4-opensuse repos for 11.2, branch openSUSE_11_2_BRANCH. I have also updated the update_rpm scripts to check out from the proper branch, so this should work automagically (I tested it, I hope it's ok). The 11.2 branch script should be still updated to use branches as soon as translations lcn repo has 11.2 branch and I find out where to branch kio_sysinfo in KDE SVN. Additionally, since both of the repos have become quite large and the full checkout from gitorious can take a while, I have added $MY_KDEBASE4_OPENSUSE_CHECKOUT and $MY_DESKTOP_DATA_CHECKOUT, working the same way like $MY_LCN_CHECKOUT. Moreover I tried to make update_rpm work properly even if the checkout has modifications or points to another branch, so you can make these two point to your working checkouts. And, for those for who this would be a bit of a problem like for me, git branch checking out for dummies: - checkout also the openSUSE_11_2_BRANCH from gitorious: $ git branch openSUSE_11_2_BRANCH origin/openSUSE_11_2_BRANCH - actually make the branch active: $ git checkout openSUSE_11_2_BRANCH - switch back to main branch $ git checkout master Things like 'git pull', 'git push' should work on all branches that you have locally. 'git branch' gives local branches, 'git branch -r' lists remote ones ('origin/' prefix means something like that it's from the gitorious main repo). Make sure you have the proper branch active when you commit, run update_rpm, etc. -- Lubos Lunak KDE developer -------------------------------------------------------------- SUSE LINUX, s.r.o. e-mail: l.lunak@suse.cz , l.lunak@kde.org Lihovarska 1060/12 tel: +420 284 084 672 190 00 Prague 9 fax: +420 284 028 951 Czech Republic http://www.suse.cz -- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kde+help@opensuse.org