<br>&gt; &gt;&gt; The problem with a restricted-access repository is we would&nbsp;&nbsp; <br>&gt; &gt;&gt; probably have the same issues we have now: you need to ask for&nbsp;&nbsp; <br>&gt; &gt;&gt; access, which would not be granted to you until you are&nbsp;&nbsp; <br>
&gt; &gt;&gt; &quot;well-known&quot; and/or you&#39;ve got some really interesting&nbsp;&nbsp; <br>&gt; &gt;&gt; contribution. Not a big improvement, IMHO.<br>&gt; &gt;&gt;<br>&gt; &gt;<br>&gt; &gt; You don&#39;t know how git works, don&#39;t you? You can send a patch or let<br>
&gt; &gt; the maintainer pull from YOUR repository. It&#39;s much easier than svn or<br>&gt; &gt; cvs.ep<br>&gt; <br>&gt; I know how git works (and mercurial, too, by the way) but I don&#39;t see&nbsp; <br>&gt; people setting up their own git repositories just for other people to&nbsp; <br>
&gt; pull two FindWhaterEver.cmake.<br>&gt; <br>&gt; * Search: while searching for a FindXXXX.cmake, you would visit a lot&nbsp; <br>&gt; of repositories one by one<br>&gt; <br>&gt; * Quality: as you don&#39;t know how many people downloaded that&nbsp; <br>
&gt; particular finder, you&#39;ve got no way to know if that particular&nbsp; <br>&gt; FindXXXX.cmake is good or bad because you would not know how many&nbsp; <br>&gt; people downloaded it.<br>&gt; <br><br>Another option is to use Gitorious.&nbsp; <a href="http://gitorious.org/">http://gitorious.org/</a><br>
<br>You do not have to put the effort in making your own repository-- just sign up for<br>an account.&nbsp; We can put all the modules in one place, but the &#39;lead&#39; repository<br>will stay with the person giving the most time and effort. The &#39;lead&#39; repository<br>
can easily change<br>at any time.<br><br>It takes away the burden and faults of reviewing modules.&nbsp; Sometimes a central<br>source doesn&#39;t make good review decisions, but more often they just don&#39;t have<br>the time.&nbsp; Code will get validated if it get used and pulled in.&nbsp; If it is<br>
not all that good, it is trivial to make improvements and immediately share<br>those improvements with the world.<br>