3
2

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.

backlogでsubversionを使った際の記録

Posted at

backlogでsubversionを使った際の記録

Basic認証がかかったチェックアウト

svn co http://<url>/<repo> <local_dir> --username user --password password

参考 認証がかかったチェックアウト方法 (stackoverflow)

ファイルを変更して、コミットするとそのままサーバーに反映される。

git commit -m メッセージ
3
2
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
3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?