On Wed, Apr 20, 2011 at 04:11:23PM -0400, Richard Hipp wrote:
> On Wed, Apr 20, 2011 at 4:00 PM, Tomek Kott <tkott.s...@gmail.com> wrote:
> >
> > So, to the crux of the matter. I set up a new fossil repository (in
> > ~/fossil/) using "fossil new site.fossil". I then cd to my mounted drive (cd
> > /cygdrive/c/htdocs/) and then try to open a local fossil repository via
> > "fossil open ~/fossil/site.fossil" The result is the following error:

I imagine you meant '/cygdrive/not_c/hydocs'.

In any case, I'm not any sure that webDAV supports random access at all. It may
be that it is up to the client whether to give that API to the programs using
the filesystem. Maybe Windows offers read-only random access, but not for
writing. Maybe it is up to the webDAV server.

I imagine fossil requires random access for both reading and writing. Could it
be so? I don't know if there are particular checks about this file capability.

Regards,
Lluís.
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to