On Fri, Nov 4, 2011 at 10:31 AM, Zeev Pekar <[email protected]> wrote:
> 1) if I have 2 projects do I have to a) create 2 separate repositories > or do I b) put both source trees in one repository? It's personal personal preference. i keep everything separate (which means have 50 little fossil repos) while some prefer one mega-repo for everything. > if a), how do I run > fossil server to make both repositories accessible at the same time from > outside? > If i'm not mistaken (but i have never tried this): - name all of your fossil files *.fossil and put them in one directory - run 'fossil server .' from that directory @Everyone else: please correct that if it's wrong. > 2) is it possible to deny access to folders of the source tree to > certain users and grant access to the rest of the folders? (like in > gitolite) > Not within a single repo. Access rights are per-repo, so you can selectively give users access only to a whole repo at once, not specific directories of a project. -- ----- stephan beal http://wanderinghorse.net/home/stephan/
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

