On Sep 7, 3:12 am, Jan Kraus <[email protected]> wrote: > I need to have different layers of information accfessible by different > users - namely employees of a company versus stuidents working on > various projects. > But I would like to keep just one source code tree.
Sounds like you may want to have a single repository and configure access with path-based authorization [1]. It depends on your specific circumstances, but I found that having a single repository and configuring per-directory access permissions in the authz file was much easier than having multiple repositories. [1] http://svnbook.red-bean.com/nightly/en/svn.serverconfig.pathbasedauthz.html --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
