Changes between Version 7 and Version 8 of TipAndDoc/scm/svn


Ignore:
Timestamp:
Oct 27, 2010 1:15:58 PM (14 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/scm/svn

    v7 v8  
    4646 * [http://blog.dealforest.net/2008/11/svn-propset-%E3%81%AB%E3%81%A4%E3%81%84%E3%81%A6%E8%AA%BF%E3%81%B9%E3%81%A6%E3%81%BF%E3%81%9Fsvnexternal-svnignore-svnexecutable/ svn propset について調べてみた(svn:external, svn:ignore, svn:executable) | Supernova] 
    4747 
    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{{{ 
     51Fetching external item into '/path/to/workingcopy/trunk/fuga/libhoge' 
     52A    /path/to/workingcopy/trunk/fuga/libhoge/piyo.php 
     53Updated 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 
     59X       /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 
     65Performing 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}}}