[Kde-graphics-devel] Re: kdegraphics git: Repositories ready

Albert Astals Cid aacid at kde.org
Mon Feb 28 23:52:56 CET 2011


Hi guys, can you please also remove the code from 4.6 branch in svn?

Otherwise it'll be a bit confusing for people.

Thanks,
  Albert

A Dissabte, 19 de febrer de 2011, Marcel Wiesweg va escriure:
> Hi,
> 
> The repositories created last night are available to all interested
> parties:
> fish://git@dewey.kde.org/home/git/mwiesweg/modules-new/KDE/kdegraphics/
> generated from SVN revision 1221530.
> 
> A short summary of the steps to be done to push project xy:
> 
> cd xy
> # visually inspect the history, branch merges etc.:
> gitk --all
> # ensure the initial commit of the project is also the initial commit
> # reachable from current master - ensures continuous history again:
> git log
> # are there any backup refs created by svn2git?
> grep backup packed-refs
> # if there are, delete each one:
> git update-ref -d refs/backups/r<...>/...
> # push all branches. (assumes you have the kde: prefix set up)
> git push --all kde:xy
> # push tags
> git push --tags kde:xy
> # enable hooks
> ssh git at git.kde.org hooks-enable xy
> # remove source from SVN
> svn rm
> svn+ssh://yourloginname@svn.kde.org/home/kde/trunk/KDE/kdegraphics/xy
> 
> Log in to projects.kde.org, go to your project, Settings -> Repository.
> Fill in the correct i18n branch (master), save. Add any more developers in
> the Members tab.
> 
> Go to your sysadmin request and reopen.
> That's it!
> 
> If you notice any last-minute problems with the repository with gitk or git
> log, we can them. The time for fixing is before the initial push.
> 
> If you get the push of any branch rejected by audit scripts, you need to
> request audit exemption in the sysadmin report.
> 
> Marcel
> _______________________________________________
> Kde-graphics-devel mailing list
> Kde-graphics-devel at kde.org
> https://mail.kde.org/mailman/listinfo/kde-graphics-devel


More information about the Kde-graphics-devel mailing list