Arch for CVS Users (Linux Journal)
Posted Jun 2, 2004 18:36 UTC (Wed) by
moffixx (guest, #22010)
In reply to:
Arch for CVS Users (Linux Journal) by josh_stern
Parent article:
Arch for CVS Users (Linux Journal)
Arch's format is inherently log-structured. Changesets are just appended onto the archive. I'm not sure how fine grained you really want to get, but you can't forbid a checkin for one directory in an arch project while allowing all the others.
You can, however, restrict access on a per-project basis.
And if you really need stricter access control, then you probably want to do a more distributed method anyway. Have untrusted developers publish their own archives, and merge in from them what you feel is appropriate.
(
Log in to post comments)