[Kde-games-devel] git conversion tonight
Wolfgang Rohdewald
wolfgang at rohdewald.de
Sat Sep 8 20:48:08 UTC 2012
Am Samstag, 8. September 2012, 23:15:18 schrieb Ian Wadham:
> Luckily I just got to a major milestone in development on that branch
> yesterday.
everything in svn right now is also in the git repository.
> But how will it look on GIT? Where will I find it? And how
> will I merge it back into trunk?
things will be easier than you think, after getting used to it.
configure git as described here:
http://community.kde.org/Sysadmin/GitKdeOrgManual#Let_Git_rewrite_URL_prefixes
(the latest git 1.7.12 prefers .git/config over .gitconfig)
git clone kde:kgoldrunner
git branch -a
shows you all branches
git checkout qgv
will set your working directory to head of qgv branch
> It will be a massive merge. All of the graphics of KGoldrunner has been
> re-written. There will be several large source-files to delete and new files
> to add. I have not yet deleted the obsolete files on the branch.
you can find more info here:
http://git-scm.com/course/svn.html
http://techbase.kde.org/Development/Git/Recipes
--
Wolfgang
More information about the kde-games-devel
mailing list