Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8587241
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T22:31:21+00:00 2026-06-11T22:31:21+00:00

I will create a new user on my svn server, which can access only

  • 0

I will create a new user on my svn server, which can access only in one of my repository. It’s possible?

My server runs debian squeeze.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T22:31:22+00:00Added an answer on June 11, 2026 at 10:31 pm

    You can set permissions using svn authz file. First of all, we need to create an Access Control file.

    sudo nano /etc/apache2/svn_access_control
    

    User Groups

    You can create groups of users and then use those for rules. You do this under a special heading in square brackets:

    [groups]
    mygroup = dave, mike
    

    This will create a group called ‘mygroup’ which ‘dave’ and ‘mike’ belongs to.

    And now for some examples. Examples

    [groups]
    team = bob, bill devteam = bob, barry, brett
    [/]
    @team = r bob = rw
    [/wowapp/trunk]
    @team = r @devteam = rw brenda = rw
    

    In this example:

    Created a group team which has two members; bob and bill.
    Created another group, called devteam which has three members; bob, barry, brett.
    In the root of the repository, I’ve given the group team read permissions.
    Also, in the root, bob has read and write permissions.
    In the trunk of wowapp, the group team has read permission.
    Also, the devteam group has read and write permissions.
    And another user, called brenda has read and write permissions.
    

    You need to add is the following line in apache svn configuration file.

    AuthzSVNAccessFile /etc/apache2/svn_access_control
    

    So that the file looks like this:

    <Location /svn>
      DAV svn
      SVNPath /home/svn
    
      AuthType Basic
      AuthName "Subversion Repository"
      AuthUserFile /etc/apache2/dav_svn.passwd
    
      AuthzSVNAccessFile /etc/apache2/svn_access_control
    
      Require valid-user
    </Location>
    

    Save the file, and then restart Apache2:

    sudo /etc/init.d/apache2 restart
    

    You should now have access control working for Subversion over Apache2.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to create one new model class, which will be extended in all
I would like to create a new controller that will allow the admin user
I have 5 MemoryStreams. I want to create a new zip (Which will also
I need to be able to create a new User entity only if the
Create new user by Membership. Can I put several questions in a dropdown menu?
I am implementing a shell script which will create a new self signed certificate
I'm new to shell,I just learned that use (command) will create a new subshell
When we create a new field in Microsoft Dynamics CRM, it will create it
I want to create new WCF service and client. The 2 parties will communicate
I want to create a new custom control derived from ContentControl (it will be

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.