[kgraphviewer-devel] Re: Moving kgraphviewer from svn to git

Gaël (aka Kleag) kleag at free.fr
Sun Oct 17 21:30:59 CEST 2010


Hello Andreas,

Le lundi 11 octobre 2010 22:10:05, Andreas Pakulat a écrit :
> On 11.10.10 21:19:43, Milian Wolff wrote:
> > On Monday 11 October 2010 20:53:51 Gaël (aka Kleag) wrote:
> > > Hello,
> > > 
> > > Now that kgraphviewer 2.1 is released (announce to come soon), it is
> > > possible to think at the moving from svn to git. I had a look at the
> > > page pointed out by Tom Albers:
> > > http://techbase.kde.org/Projects/MoveToGit/UsingSvn2Git
> > > 
> > > I tried to follow it but then discovered that it needs around 65 GB of
> > > disk space... But I have no machine with so much place.
> > > 
> > > Could anyone of you do it for me ? We could then contact the sysadmin
> > > to create the git repository.
> > 
> > CCing Andreas  Pakulat, as he did that for me back then.
> > 
> > Andreas, could you help us?
> 
> Well, I can do this, as long as the svn->git conversion rules are done.
> I'm ok with redoing it once or twice in case errors show up in the final
> git repo, but I don't have time to fix any larger issues that come up
> with the svn to git rules.
> 
> I'll have to update my copy of the svn repo and can then do a run of the
> conversion. That usually takes 2-4 hours (depending on my disk-caching),
> provided there are no bigger errors. Let me know if you want me to start
> on that or rather want to find someone else who's also able to fix any
> problems coming up with the conversion rules.
Thanks for your help proposal. Well, I think the very simple rules attached 
should be enough as kgraphviewer is young in svn. It does not have brances nor 
tags and was not moved at all... So, if you can run them, I would be very 
happy.

Regards, 

Gaël

> 
> Andreas

-- 
KsirK - a world domination strategy game 
http://techbase.kde.org/Projects/Games/Tactic_and_Strategy/KsirK

KGraphViewer - a GraphViz dot graphs viewer and editor based on a reusable 
part
http://extragear.kde.org/apps/kgraphviewer
-------------- next part --------------
#                                                                                           
# Created by Gaël de Chalendar <kleag at free.fr>
#                                                                                           

#
# Create the kgraphviewer repository
#                      
create repository kgraphviewer
end repository         

# Import master
match /trunk/extragear/graphics/kgraphviewer/
  repository kgraphviewer
  branch master                                                      
end match                                                            

# Ignore everything else
match /
end match



More information about the kgraphviewer-devel mailing list