close Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_repos.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.

Changes between Version 2 and Version 3 of jazz/09-01-14


Ignore:
Timestamp:
Jan 14, 2009, 2:38:44 PM (15 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/09-01-14

    v2 v3  
    44{{{
    55sqlite> update wiki set name='BOINC/Server' where name='BOINC_Server';
     6}}}
     7 * 如果有附件(Attachment)的話,比較麻煩 (1) 改 wiki (2) 改 attachment (3) 必須到 attachments/wiki/ 目錄去搬檔案
     8{{{
     9sqlite> update wiki set name='FlyCircuit/2008-03-26' where name='2008-03-26';
     10sqlite> update attachment set id='FlyCircuit/2008-03-26' where id='FlyCircit/2008-03-26';
     11sqlite> update wiki set name='FlyCircuit/2008-06-24' where name='FlyCircit/2008-06-24';
     12sqlite> update attachment set id='FlyCircuit/2008-06-24' where id='FlyCircit/2008-06-24';
    613}}}
    714