~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to doc/man/faq.rst

  • Committer: Matt Giuca
  • Date: 2010-02-18 03:57:33 UTC
  • Revision ID: matt.giuca@gmail.com-20100218035733-d4v0iy4hq0wbjas6
ivle.fileservice_lib.listing: Previously assumed any SVN client error meant the directory was not versioned, and silently dropped SVN metadata. Now checks the error message, and for any unexpected errors, raises the exception rather than assuming unversioned. Fixes Launchpad Bug #523592.

Show diffs side-by-side

added added

removed removed

Lines of Context:
144
144
 
145
145
Look for ``PythonOption mod_python.file_session.database_directory``. Make
146
146
sure it is set to the place you want. Then, you need to manually make sure
147
 
that directory exists.
 
147
that directory exists. If you have multiple slaves, this directory will
 
148
need to be shared between them all.
148
149
 
149
150
The default is :file:`/var/lib/ivle/sessions`.
150
151