ユーザ用ツール

サイト用ツール


software:subversion

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

次のリビジョン
前のリビジョン
software:subversion [2013/08/28 02:54] – 作成 dotsoftware:subversion [2015/06/17 05:21] (現在) – 外部編集 127.0.0.1
行 1: 行 1:
-trunk +  trunk 
-├── hoge +  ├── hoge 
-│   ├── fuga +  │   ├── fuga 
-│   │   └── test.txt +  │   │   └── test.txt 
-branches/b10 +  branches/b10 
-├── hoge +  ├── hoge 
-│   ├── fuga +  │   ├── fuga 
-│   │   └── test.txt+  │   │   └── test.txt 
 +  (b10の10はブランチを切ったときのリビジョン番号) 
 +   
 + 
 +====== branchにtrunkをマージ ====== 
 + 
 +  $ cd branches/b10/hoge/fuga 
 +  $ svn merge -r 10:HEAD ../../../trunk/hoge/fuga 
  
  
  
software/subversion.1377658453.txt.gz · 最終更新: 2015/06/17 05:12 (外部編集)