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 3 years have passed since last update.

SVN 基本コマンド

Last updated at Posted at 2021-03-01

【SVN 基本コマンド】

SVNの基本コマンドを予習する必要があるためまとめました。
(SVNは極力使いたくない。。Gitと相違しているところもあるし。。)

今後、使いそうなSVNコマンド

追加 svn add

削除 svn rm

移動 svn mv

更新 svn update

詳細確認 svn cat

状態確認 svn status

差分確認 svn diff

ログ確認 svn log

コミット svn commit

マージ svn merge

リポジトリ複製 svn checkout

ブランチ切替 svn switch

変更取消 svn revert

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?