Hey sysadmins. At least the beast SVN module import seems to be quite broken. The new git repository is missing branches from the beast SVN repo, and is missing files that were in beast SVN.
The beast SVN module has these branches: beast-0-3 GCONF_BRANCH2 sfk-launch TIM_JANIK beast-mingw post-migration-2006 The new git repo has just: beast-0-3 GCONF_BRANCH2 sfk-launch Also, old files reapeared in trunk, some files and some file revisions are missing. Here's the diffstat between a beast git-svn checkout and a new beast git checkout, the actual diff is attached: diff -rauNp --binary -x .git -x .svn beast-svn/trunk/ beast-newgit/ | diffstat README | 9 acbeast.m4 | 340 + acintltool.m4 | 204 beast-gtk/Makefile.am | 23 beast-gtk/bstxxutils.cc | 19 beast-gtk/bstxxutils.hh | 29 beast-gtk/gxk/Makefile.am | 14 birnet/acbirnet.m4 | 340 - birnet/birnet-zintern.c | 234 birnet/birnet.h | 38 birnet/birnetcore.c | 61 birnet/birnetcore.h | 191 birnet/birnetcpu.c | 300 birnet/birnetcpu.h | 48 birnet/birnetmsg.c | 821 ++ birnet/birnetmsg.h | 154 birnet/birnetring.c | 1180 +++ birnet/birnetring.h | 181 birnet/birnetthread.c | 1566 ++++ birnet/birnetthread.h | 364 + birnet/birnetthreadxx.cc | 356 + birnet/birnetthreadxx.hh | 237 birnet/birnetutils.c | 471 + birnet/birnetutils.h | 55 birnet/birnetutilsxx.cc | 281 birnet/birnetutilsxx.hh | 429 + birnet/tests/ring.cc | 231 bse/Makefile.am | 69 bse/bsefilter-ellf.c | 1607 ----- bse/bsefilter.cc | 125 bse/bsefilter.h | 110 bse/bseladspa.c | 731 ++ bse/bsemain.c | 673 ++ bse/bsenote.c | 205 bse/gslmathtest.c | 334 + bse/ldscript.map | 7 bse/tests/Makefile.am | 51 bse/tests/filtercatalog.cc |12311 --------------------------------------- data/bse.pc.in | 2 docs/architecture.doxi | 2 docs/beast-index.doxi | 2 docs/beast.1.doxi | 2 docs/bse.5.doxi | 2 docs/bsescm.1.doxi | 2 docs/coding-style.doxi | 2 docs/faq.doxi | 2 docs/plugin-devel.doxi | 2 docs/sfidl-manual.doxi | 2 docs/sfidl.1.doxi | 2 doxer/Code2Doxi.py | 86 doxer/HtmlGenerator.py | 21 doxer/docu-main.doxi | 2 doxer/qdoxygen.py | 3 drivers/bse-alsa/Makefile.am | 6 drivers/bse-alsa/NEWS | 9 intltool-extract.in | 899 -- intltool-merge.in | 1356 ---- intltool-update.in | 1089 --- launchers/Makefile.am | 2 launchers/suidmain.c | 7 library/demo/partymonster.bse | 2 plugins/Makefile.am | 57 plugins/Makefile.plugins | 245 plugins/freeverb/Makefile.am | 3 plugins/freeverb/allpass.cpp | 72 plugins/freeverb/allpass.hpp | 96 plugins/freeverb/comb.cpp | 96 plugins/freeverb/comb.hpp | 110 plugins/freeverb/denormals.h | 36 plugins/freeverb/readme.txt | 134 plugins/freeverb/revmodel.cpp | 504 - plugins/freeverb/revmodel.hpp | 174 plugins/freeverb/tuning.h | 120 plugins/icons/quantizer.png | 10 plugins/icons/quantizer.xcf | 44 po/Makefile.intltool | 225 po/POTFILES.skip | 8 po/intltool-scm-35.diff | 33 po/intltool-scm.diff | 123 r+d-files/bse-ellf.c | 2931 --------- sfi/testcxx.cc | 115 sfi/testidl.idl | 58 sfi/tests/Makefile.am | 50 sfi/testsfi.c | 1047 +++ sfi/testsfidl.cc | 164 tests/Makefile.am | 138 tests/audio/README | 130 tests/audio/adsrtest.bse | 101 tests/audio/adsrtest.ref | 63 tests/audio/balance.bse | 187 tests/audio/balance.ref | 1102 --- tests/audio/bse2wav.scm | 87 tests/audio/bseadder.bse | 101 tests/audio/bseadder.ref | 151 tests/audio/frowzy-drums.bsewave | 78 tests/audio/minisong.bse | 557 - tests/audio/minisong.ref | 1186 --- tests/audio/organsong.bse | 261 tests/audio/organsong.ref | 1546 ---- tests/audio/osctranspose1.bse | 79 tests/audio/osctranspose1.ref | 30 tests/audio/osctranspose2.bse | 83 tests/audio/osctranspose2.ref | 80 tests/audio/sum-diff-test.bse | 70 tests/audio/sum-diff-test.ref | 840 -- tests/audio/syndrum.bse | 130 tests/audio/syndrum.ref | 918 -- tests/audio/velocity.bse | 254 tests/audio/velocity.ref | 1360 ---- tests/bse/Makefile.am | 15 tests/filecheck/checkproject.scm | 43 web/about.doxi | 5 web/development.doxi | 4 web/documentation.doxi | 12 web/historic.doxi | 10 web/oldnews.doxi | 215 web/overview2003de.doxi | 2 web/related-links.doxi | 4 web/scanimages.sh | 4 web/webmenu.doxi | 3 120 files changed, 12032 insertions(+), 32175 deletions(-) Stefan, did you spot any additional differences? --- ciaoTJ _______________________________________________ gnome-infrastructure mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-infrastructure
