About 579,000 results
Open links in new tab
  1. How do I set up access control in SVN? - Stack Overflow

    Nov 25, 2018 · 8 You can use svn+ssh:, and then it's based on access control to the repository at the given location. This is how I host a project group repository at my uni, where I can't set up …

  2. SVN - how to restrict user access to certain folders?

    May 23, 2011 · I have an SVN repository wherein I need to give a particular user read/write access to several specific folders. Access to the folder and its children is OK, but accessing …

  3. Subversion access control for repo sub-folders - Server Fault

    Dec 17, 2009 · Subversion access control for repo sub-folders Ask Question Asked 9 years, 10 months ago Modified 9 years, 9 months ago

  4. svn - Subversion Repository Access Rules - Server Fault

    Mar 5, 2013 · Subversion access control is inherited from higher levels if there isn't an explicit match at the level you want. In your case the group dtil is implicitly granted rw to the test …

  5. How do you use version control with Access development?

    I want to make changes to the table design, the VBA, the queries, and the forms. How can I track my changes with version control? (we use Subversion, but this goes for any flavor) I can stick …

  6. How to configure DAV svn access? - Stack Overflow

    Setup per-directory access control to distinguish the permissions of user for each WEBDAV repository/path. In the case of Apache, one needs to load the mod_authz_svn module and …

  7. enabling Subversion access via Apache web server and DAV on …

    Dec 10, 2020 · the Subversion repository must be created in a directory that Apache can access, and the Apache web server restarted. First of all, make sure that all of the packages needed …

  8. How to set permissions in an svn repository? - Stack Overflow

    Feb 15, 2012 · Here is simple guide of how to edit and configure access to your repository. Also you can consult official documentation in order to dive into subversion access management.

  9. svn - How to customize Collabnet Subversion Edge repository …

    Nov 19, 2013 · The Subversion Repository control only allow you to specify if someone can read the repository, or read and make commits to the repository. To have finer permissions, you'll …

  10. linux - subversion: enforce TLS - Server Fault

    I am running subversion on a Debian Squeeze system with Apache2 and mod_dav for viewing the contents with a webbrowser. I want to enforce the usage of TLS, so that the login data and the …