On Tue, Mar 15, 2011 at 3:39 PM,  <tr...@tekwissusa.com> wrote:
> In “/myprj/ip” I ‘d like to execute something like
> fossil extract VERSION|—latest ip.fossil
> which would not open the repo, but just extract the files. Doing it that way
> will of course never allow to make changes to /myprj/ip and propagate them
> back into ip.fossil, since all connection to the repo has been lost. Update
> of the ip is only by manually executing again fossil extract ..., which is a
> critical requirement for me.

Since ip would be a working copy of a seperate repository, you could
just remove check-in permission for all users except for the
designated maintainers.This can be done either from the command line
or the Fossil ui.
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to