Re: [sqlite] sylinks to db files?

2013-08-22 Thread Stephan Beal
On Thu, Aug 22, 2013 at 4:46 PM, Richard Hipp wrote: > See http://www.sqlite.org/howtocorrupt.html#alias for the explanation of > why this leads to database corruption. > Thank you :). i turned out i just needed to symlink the repo dir at fs/apache level and change my CGI

Re: [sqlite] sylinks to db files?

2013-08-22 Thread Richard Hipp
On Thu, Aug 22, 2013 at 9:53 AM, Stephan Beal wrote: > Hi, all, > > i'm renaming a fossil repository db and i'm wondering if it's legal to use > a symlink to point the old db to the new one while i get all the docs/URLs > rewritten? > See

[sqlite] sylinks to db files?

2013-08-22 Thread Stephan Beal
Hi, all, i'm renaming a fossil repository db and i'm wondering if it's legal to use a symlink to point the old db to the new one while i get all the docs/URLs rewritten? e.g. mv old.fsl new.fsl ln -s new.fsl old.fsl where my "old" CGI would then point to 'old.fsl'. Or am i just asking for