sourceforgeにあるソースで久しぶりにcommitしたところ以下のようにエラーになった。
bash-3.2$ svn commit -m "fixed"
svn: Commit failed (details follow):
svn: Repository moved permanently to 'https://svn.code.sf.net/p/ubsa-osx/svn/avrir'; please relocate
snv infoで元のパスを確認
bash-3.2$ svn info
Path: .
URL: https://himori@ubsa-osx.svn.sourceforge.net/svnroot/ubsa-osx/avrir
Repository Root: https://himori@ubsa-osx.svn.sourceforge.net/svnroot/ubsa-osx
Repository UUID: c0ceaddf-8823-4bce-a8de-5f6b89fa8458
Revision: 260
Node Kind: directory
Schedule: normal
Last Changed Author: himori
Last Changed Rev: 260
Last Changed Date: 2012-05-19 07:47:49 +0900 (Sat, 19 May 2012)
元のパスと、エラーで表示されたパスでsvn switch --relocateする。
bash-3.2$ svn switch --relocate https://himori@ubsa-osx.svn.sourceforge.net/svnroot/ubsa-osx/avrir https://svn.code.sf.net/p/ubsa-osx/svn/avrir
これでcommitできるようになった。