48 | | * ex) svn ps svn:externals 'libhoge !https://example.jp/path/to/svn/outerrepos/trunk/libhoge' /path/to/innerrepos/trunk/fuga/ |
| 48 | * ex) svn ps svn:externals 'libhoge !https://example.jp/path/to/svn/outerrepos/trunk/libhoge' /path/to/workingcopy/trunk/fuga/ |
| 49 | * svn up /path/to/workingcopy/trunk/fuga/ |
| 50 | {{{ |
| 51 | Fetching external item into '/path/to/workingcopy/trunk/fuga/libhoge' |
| 52 | A /path/to/workingcopy/trunk/fuga/libhoge/piyo.php |
| 53 | Updated external to revision 275. |
| 54 | }}} |
| 55 | * /path/to/workingcopy/trunk/fuga/libhoge/に幾つかファイルを追加後 |
| 56 | * svn st /path/to/workingcopy/trunk/fuga/ |
| 57 | {{{ |
| 58 | M /path/to/workingcopy/trunk/fuga |
| 59 | X /path/to/workingcopy/trunk/fuga/libhoge |
| 60 | ? /path/to/workingcopy/trunk/fuga/libfuga.txt |
| 61 | ? /path/to/workingcopy/trunk/fuga/readme.txt |
| 62 | ? /path/to/workingcopy/trunk/fuga/fuga.php |
| 63 | ? /path/to/workingcopy/trunk/fuga/favicon.ico |
| 64 | |
| 65 | Performing status on external item at '/path/to/workingcopy/trunk/fuga/libhoge' |
| 66 | ? /path/to/workingcopy/trunk/fuga/libhoge/hoge |
| 67 | ? /path/to/workingcopy/trunk/fuga/libhoge/hoge.php |
| 68 | ? /path/to/workingcopy/trunk/fuga/libhoge/docs |
| 69 | }}} |