Changes between Initial Version and Version 1 of FAQ/svk

Show
Ignore:
Timestamp:
01/01/08 20:17:41 (16 years ago)
Author:
naoya_t (IP: 220.104.227.95)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ/svk

    v1 v1  
     1= SVK = #svk 
     2== 使い方 == #howtouse 
     3=== チェックアウト === #checkout 
     4{{{ 
     5svk mirror http://lambdarepos.svnrepository.com/svn/share //mirror/lambdarepos 
     6svk sync -s HEAD //mirror/lambdarepos 
     7svk co //mirror/lambdarepos/lang/Language/Whatever/trunk Whatever 
     8}}} 
     9 
     10=== 最新に追随 === #sync 
     11{{{ 
     12cd Whatever 
     13svk up -s 
     14}}} 
     15 
     16=== ファイルを追加 === #add 
     17{{{ 
     18cd Whatever 
     19svk add foo.c 
     20}}} 
     21 
     22=== コミット === #commit 
     23{{{ 
     24svk ci 
     25}}} 
     26 
     27コミットログの書き方は http://svn.lambdarepos.org/share/wiki/WikiStart#commit-messege-rules を参照。 
     28 
     29=== MIME Typeを設定する === #propset 
     30{{{ 
     31svk propset svn:mime-type "text/html; charset=utf-8" docs/example/hoge/*.html 
     32}}} 
     33 
     34=== 実行属性 === #executable 
     35{{{ 
     36svk propset svn:executable Whatever/trunk/bin/foobar 
     37}}} 
     38 
     39== エラーが出たら == #error 
     40{{{ 
     41svk admin verify //mirror/lambdarepos 
     42}}} 
     43を試す。 
     44 
     45=== Cannot find the path which !'' copied from === 
     46下位ディレクトリでpushしようとすると出る。チェックアウトしたルートでpushする。 
     47 
     48=== RA layer request failed === 
     49SVN::Mirror::Raのバージョンをチェック 
     50 
     51=== Filesystem has no item === 
     52> Filesystem has no item: File not found: revision ''nnnn'', path '/mirror/lambdarepos/lang/scheme/honyarara/trunk' 
     53と言われたら 
     54{{{ 
     55svk sync -s nnnn //mirror/lambdarepos 
     56}}} 
     57  
     58== See also == #link 
     59 * [http://svk.bestpractical.com/view/HomePage SVK] 
     60 * `svk help intro`