On Mon, Aug 11, 2008 at 4:49 PM, Michael Harris <[EMAIL PROTECTED]> wrote: > ok, so if all filesystems are configured to be some sort of dbfilesystem, > what does repo home mean? In other words, does one need to define repo.home > and does it need to exist on disk?
yes. it's the physical root of the repository. it's required because some code in jr uses the 'native' file system (e.g. lucene & the repository .lock file). however, the lucene index can be rebuild and the repository .lock file us used during runtime only and doesn't need to be backup'ed. > > On Mon, Aug 11, 2008 at 10:36 AM, Stefan Guggisberg < > [EMAIL PROTECTED]> wrote: > >> On Mon, Aug 11, 2008 at 4:20 PM, Michael Harris >> <[EMAIL PROTECTED]> wrote: >> > Can the Filesystem element at the root of the Repository configuration be >> an >> > OracleFileSystem? >> >> yes >> >> cheers >> stefan >> >> > >> > >> > -- >> > --------------------- >> > Michael Harris >> > >> > > > > -- > --------------------- > Michael Harris >
