On Mon, Aug 01, 2011 at 04:12:41PM +0200, Markus Schaber wrote:
> Can subversion cope with repositories and working-copies on read-only media?
> 
> Maybe some Live-Demo CD bringing an example SVN repository?
 
No.

If you want to make a live CD, put the repository and working copies
on a ramdisk or some other solution that allows writes (such as overlay
filesystems that cache written data in RAM).

> And can the V1.7 sqlite database be opened read-only?

With sqlite itself, yes. Subversion however will want to open the db for
writing pretty often, and will also want to create files in .svn/.

Reply via email to