2
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.

Subversion で 413 Request Entity Too Large が出ちゃってサーバーの設定も変えられない時の対応

Posted at

サーバーの設定が変更できないんだったらコマンドライン版SVNで解決だ!

svn update [PATH...]
svn cleanup [PATH...]

これを好きなだけコピペしてshellでもbatでも書くだけ!

この話すると結構鼻で笑われるけど個人的には至って真面目な解決法だと思ってます。

ちなみに先にエクスポートしておいてそこにupdate(?)かけるのでもいい(らしい)。
これをやっていたときに上司が教えてくれたけど、自分はその方法は使わなかったので分からないです。

2
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
2
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?