I just migrated the following modules to git:

libwpg-www
perfectspot
wpgtest

I think this completes everything, because as far as I know we didn't
want to move the other (obsolete) modules over from CVS. Just in case
I'm wrong, here's the procedure I used to do this, so someone else can
finish the work if I'm busy (obviously substitute your sourceforge
username for mine):

aubergine:perfectspot wlach$ ssh -t
lachancew,lib...@shell.sourceforge.net create
...
-bash-3.2$
-bash-3.2$ cd /home/scm_git/l/li/libwpg
-bash-3.2$ mkdir <module> # e.g. perfectspot
-bash-3.2$ git --git-dir=<module> init --shared=all --bare

Then, on the client end of things:

aubergine:libwpg-www wlach$ cvs
-d:pserver:anonym...@libwpg.cvs.sourceforge.net:/cvsroot/libwpg login
aubergine:libwpg-www wlach$ git cvsimport -A
~/Documents/libwpg-authors.txt -o master -d
:pserver:anonym...@libwpg.cvs.sourceforge.net/cvsroot/libwpg <modulen>

Where libwpg-authors.txt is a text file containing author info for
libwpg. Here's the one I used for perfectspot, libwpg-www, and
wpgtest:

strbafridrich = Fridrich Strba <fridrich.st...@bluewin.ch>
ariya = Ariya Hidayat <ar...@kde.org>

When you've done that, you're ready to push:

git remote add origin
ssh://lachan...@libwpg.git.sourceforge.net/gitroot/libwpg/<module>
git push --mirror origin

And that's it! If there's no further action required, I'll probably be
turning off CVS on sourceforge for libwpd/libwpg in the next week or
so.
-- 
William Lachance
wrl...@gmail.com

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
Libwpd-devel mailing list
Libwpd-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libwpd-devel

Reply via email to