svnのURL確認コマンド
.svn/ フォルダと同列のフォルダにcdして、
$ svn info
結果は以下の感じ。
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
パス: . | |
Working Copy Root Path: /LOCAL-DIR-PATH/trunk | |
URL: http://ADDRESS/PATH/trunk | |
Relative URL: ^/PATH/trunk | |
リポジトリのルート: http://ADDRESS/URL | |
リポジトリ UUID: b2398sdf-68e0-0310-se8f-we98sdsefji2 | |
リビジョン: 12345 | |
ノード種別: ディレクトリ | |
準備中の処理: 特になし | |
最終変更者: kuzuriman | |
最終変更リビジョン: 12345 | |
最終変更日時: 2020-08-18 13:12:54 +0900 (2020/08/18 (火)) |
コメント