SourceForgeからBerliOSへ

When filing bugs for BMPx, please use in future the seperate BMPx component, and not BMP itself. Their codebases are totally different, and it creates sort of a mess mixing up bug reports for both in a single Bugzilla component. Also at this occasion apologies for not having created a seperate Bugzilla component for those bug reports earlier.

On another note, the BMPx resources, except for the Bugzilla and the wiki home page, which will both still reside on sosdg.org, are moving from SourceForge to BerliOS. At this occasion we're moving from the CVS versioning system to Subversion. Until further notice the SVN at BerliOS is not yet active, so please keep using the SF CVS for the meanwhile as described below. However, feel free to browse our new project page at BerliOS anytime and watch for updates: http://developer.berlios.de/projects/bmpx

BMPxのバグレポートを提出する際、将来はBMPコンポーネントではなく、分離されたBMPxのコンポーネントを使用して欲しい。BMPxのコードベースは完全にBMPとは異なる。そして、一つのバグジラでBMP、BMPx双方のバグレポートを混同し、めちゃくちゃな状態になっている。また、この状況の中で早い段階で分離されたバグジラを作らなかったことは、私達がお詫びしなければならないことである。

他方では、バグジラとwiki(これらはまだsosdg.orgに存在している)を除いたBMPxのリソースは、SourceForgeからBerliOSへ移行中である。この状況下で、バージョン管理システムCVSからSubversionへ移行中である。更なる知らせがあるまで、BerliOSのSubversionはまだ有効になっていないのだ。だから、しばらくは下記のSourceForgeCVSを使い続けて欲しい。しかしながら、BerliOSの新しいプロジェクトページを閲覧することはいつでも自由である。アップデートをチェックするために、 http://developer.berlios.de/projects/bmpx を参照のこと。

The SCM for BMPx is now Subversion, and the repository is located at svn://svn.berlios.de/bmpx/trunk.

To make a checkout of current bmpx and build it, run:

# svn co svn://svn.berlios.de/bmpx/trunk/bmpx
# cd bmpx
# ./autogen.sh
# ./configure --prefix=

BMPxのためのSCMは現在Subversionであり、ソノレポジトリーは svn://svn.berlios.de/bmpx/trunk である。

現在のBMPxのチェックアウト及びそのビルドのためには、以下のようにする。

# svn co svn://svn.berlios.de/bmpx/trunk/bmpx
# cd bmpx
# ./autogen.sh
# ./configure --prefix=<プリフィックスを指定>

WebSVNはなかなか便利そうだな。*1RSSで更新を取得できるし。Cなんてほとんど分からないわけで、開発者では決してない人の感想。でも、バージョン管理システムは必要なんだよな。いつの間にか、フランス語のpoファイルがアップされていて、翻訳も徐々にではあるが進んでいる模様。0.10.2と書いてある箇所があるが、tarボールは0.10-2となっていたりするので、個人的には0.10.2に統一して欲しい。RPM作る時に面倒だし。移行で嬉しかったのは、スクリーンショットが早く見れることだ。サーバーがずいぶんと軽くなった。SCMは、何の略語なんだろう。ソースコード管理ツール、ソフトウェア構成管理システムあたりで良いのだろうか。

*1:最初SVNSubversionの略語だとは気付かなかった。