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 500633
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T06:06:27+00:00 2026-05-13T06:06:27+00:00

Question: How do I do I set it so that other users can access

  • 0

Question:
How do I do I set it so that other users can access my svn repo with tortoise?


Info:

I have a svn repo set up on my little home server (Ubunt 9.04) and i’m trying to set things up so that my friends and I can work on some programing projects together. Right now I can get my account that i use for admin (we’ll call it bob) to access the directory, check out, commit, and all that jazz. But I have a group (Red), with 4 users (littlefoot, joe, winkle,delightful) that i want to have access to this directory. None of them seem to be able to. How can I change this?

I noticed that also littlefoot (my programing alias for this project.) can’t create repositories as well. Is there something wrong with the svnadmin setting that i should change?

And yes, I do have folder permissions set up to allow Red to access the folder of the repository.

  • 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-05-13T06:06:28+00:00Added an answer on May 13, 2026 at 6:06 am

    I suggest setting up a simple svnserve server for the repository. It isn’t very difficult to set up and you don’t need to worry about file permission issues, and I think that it makes dealing with multiple projects and users much easier. The svnserve server isn’t as secure as the Apache WEB_DAV module since it doesn’t communicate with the clients over a secure protocol like HTTPS, but it seems you guys do not need to worry about that with your current environment.

    EDIT:
    You will want to edit two files within the conf directory where your repository is located. In svnserv.conf the above linked guide describes a basic configuration as follows:

    [general]
    password-db = password-file
    #anon-acccess = read
    #auth-access = write
    realm = What you want to call your repository
    

    The commented fields above are the default values. They can be set to not allow anonymous access or not allow authorized users to write to the repository among other things.

    The password-db field has the value password-file, thus this file will need to be named the same and contain the users and their passwords as follows:

    [users]
    lightfoot = somepassword
    joe = password
    ...
    

    Also note that to access the repository you will need to use the svn protocol.

    svn co svn://server/some_repository
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 378k
  • Answers 378k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Not a perfect solution but this will return class code… May 14, 2026 at 9:19 pm
  • Editorial Team
    Editorial Team added an answer You can use ToList or AsEnumerable: var test = from… May 14, 2026 at 9:19 pm
  • Editorial Team
    Editorial Team added an answer You probably want to be working with the underlying Document,… May 14, 2026 at 9:19 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.