Re: [fossil-users] Repo extension in "fossil cgi" when used with "directory:"

2018-02-22 Thread Richard Hipp
On 2/22/18, Tino Lange  wrote:
> (Local checkouts on that machine itself need to point to the changed file
> then as well, so it might be more fallout than renaming)

The "fossil info $REPO" command will tell you about all the check-outs
for a repository.  You can then use the "fossil test-move-repository"
command in each active checkout.

-- 
D. Richard Hipp
d...@sqlite.org
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Repo extension in "fossil cgi" when used with "directory:"

2018-02-22 Thread Tino Lange
Hi Richard,

ok, understood. I'll try to rename them.
(Local checkouts on that machine itself need to point to the changed file 
then as well, so it might be more fallout than renaming)

Thanks for looking at that!

As I had a quick (non-deep) look I thought it is only a matter of making 
a static hardcoded string in main.c
db_multi_exec("DELETE FROM sfile WHERE pathname NOT GLOB '*[^/
].fossil'");
configurable. But as it turns out to be non-trivial, please leave it as 
it is. I'll change my setup.

Maybe the wiki cookbook recipe should be changed, though, so that it also 
uses *.fossil instead of *.fsl or to simply mention that this recipe is 
not needed at all anymore.

Thanks

Tino

---

Am Wed, 21 Feb 2018 12:01:55 -0500 schrieb Richard Hipp:

> I tried to do this.  It turns out to be non-trivial.  Can you not simply
> rename your repositories to use the standard ".fossil" suffix?


___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users