桜、抹茶、白、日記

名古屋市在住のC++使いのcoderの日記だったもの。

Subversionでトラブル

何だか今日Eclipse経由でソースコードをコミットしたら、svn updateするとエラーが出るようになったorz
CollabNet版からTigris.org版にSubversionのコマンドを入れ替えても一緒だった。同じプロジェクトの皆さんの環境でも発生してしまうようで往生しました。結局チェックアウトのし直しで解決しましたが。

Assertion failed: window->sview_len == 0 || (window->sview_offset >= ab->sbuf_offset && (window->sview_offset + window->sview_len >= ab->sbuf_offset + ab->sbuf_len)), 
file C:\Projects\subversion-1.5.2\subversion\libsvn_delta\text_delta.c, line 609

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.

先日も別のプロジェクトのリポジトリのバックアップを取ろうと、svnsync syncしても同じようなエラーが出ていたな・・・。
確認してみたら同じですね。

Assertion failed: window->sview_len == 0 || (window->sview_offset >= ab->sbuf_offset && (window->sview_offset + window->sview_len >= ab->sbuf_offset + ab->sbuf_len)), 
file C:\Projects\subversion-1.5.2\subversion\libsvn_delta\text_delta.c, line 609

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.

原因調査する暇がない・・・。