<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jul 24, 2015 at 7:21 PM, John Keeping <span dir="ltr"><<a href="mailto:john@keeping.me.uk" target="_blank">john@keeping.me.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Fri, Jul 24, 2015 at 09:35:05AM +1000, Matt Hevern wrote:<br>
> I'd like to be able to specify a number of existing git repositories, and<br>
> associated descriptions, sections etc, so that they show up orderly via the<br>
> web interface - but I'd also like to set up scan-path so that if anyone<br>
> pushes new repositories up, then they will be listed as well. This is<br>
> because those<br>
> pushing up new repositories may not have access (or inclination) to update<br>
> the "/etc/cgitrepos" file, but want to be able to access the new repository<br>
> via cgit.<br>
> Currently when I do this, I get duplicates of the static configured<br>
> repositories I have listed via "include=/etc/cgitrepos", and the<br>
> repositories scanned via "scan-path=/home/git/repositories".<br>
><br>
> Is there any way to do something like - tell scan-path to only pull in<br>
> repositories which are not already listed - or something similar ?<br>
<br>
</span>You would need to change shared.c::cgit_add_repo() to check whether the<br>
repository already exists, but I worry that it could be a bit expensive<br>
with a large number of repositories.<br>
<br>
Have you considered just using scan-path and storing the configuration<br>
in the individual repositories?  CGit will read extra configuration for<br>
each repository from a "cgitrc" file in the repository or from the Git<br>
config file (if "enable-git-config" is set).<br></blockquote><div><br></div><div>Thanks - I'll try this. As long as I can pull in new repositories after any existing described ones, that should be fine.<br><br></div><div>Cheers,<br></div><div>Matt <br></div></div><br></div></div>