Petr Ferdus decĂ­a, en el mensaje "Re: [fossil-users] fossil repolist argument
with winsrv" del 3/3/2015 18:15:56:

> BTW fossil server could  serve *.fossil files from any subdirectory of 
> directory it was
> invoked with.

In order to do what you want, "fossil server" should iterate all the
directories under the one specified to search for *.fossil files.

I don't know if that's a generally needed/desired feature, of if Dr. Hipp is
willing to entertain the notion. The list of repositories is generated, I
understand, when the user requests the "/" directory of the host where "fossil
server" is running, and not before, so this can take a very long time if it
has to recurse a whole file system.

I think a better solution is create a structure where all repositories reside
in the same directory. The source have no such limitation, after all, and the
_FOSSIL_ file contains the path to the repo so there's no need of having them
in several places.

For what is worth, -1 from me for your suggested feature, in any case.


_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to