0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

svnのURLの変更

Posted at

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できるようになった。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?