Hi Angela, in a more abstract way, I don't really understand how to realize a WebDAV access, through a servlet, to an already existent filesystem/storage/database (in this case a Subversion repository).
I've discovered the FileSystem interface, and tried to play a little with it, but without success. Best regards, Daniel On 12/5/07, Angela Schreiber <[EMAIL PROTECTED]> wrote: > hi daniel > > not sure whether i understand your requirements. > can you explain in other words what you want to > achieve? > > angela > > Daniel wrote: > > Hi to everyone, > > > > I'm developing a Java Servlet which should give the ability to > > interact via WebDAV with a Subversion repository. The problem is that > > the framework is quite complex and I got lost. > > > > I've successfully subclassed the SimpleWebdavServlet class and I'm > > able to create a TransientRepository (using a XML configuration file). > > I've also started to work on a custom FileSystem, but I'm quite unsure > > which components I've to "touch" in order to get everything working > > correctly. > > > > I've the need to create a "virtual" filesystem (based on some > > temporary property of the Subversion repository) and the only data > > source for the data should be the repository itself. > > > > I hope someone can give me some hints. > > > > Thanks in advance, > > Daniel > > > >
