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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T05:31:58+00:00 2026-05-27T05:31:58+00:00

I asked a similar question before How to update TortoiseSVN over the network? .

  • 0

I asked a similar question before How to update TortoiseSVN over the network?. At that time I was using a VM copy of the server, and the solution I listed worked. This time I am using the actual server and I have trouble checkout out my repository.

Unable to open an ra_local session to URL 
Unable to open repository 'file://REMOTE-PC/repositories/MyApps/trunk/App1' 
Can't open file '\\REMOTE-PC\repositories\MyApps\trunk\App1\format': Logon 
failure: unknown user name or bad password.

My questions are

  1. Do I need special permission on the folder on the server so I can successfully checkout the repository?

  2. The documentation here points out which protocol to use where? I was using this before on VM which worked

    file://REMOTE-PC/repositories/MyApps/trunk/App1

What should I be using?

+------------+--------------------------------------------------------------+
| file:///   | Direct repository access (on local disk)                     |
| http://    | Access via WebDAV protocol to Subversion-aware Apache server |
| https://   | Same as http://, but with SSL encryption.                    |
| svn://     | Access via custom protocol to an svnserve server             |
| svn+ssh:// | Same as svn://, but through an SSH tunnel.                   |
+------------+--------------------------------------------------------------+

What it worked before and does not work now? Please address both the questions.

I also want to mention, If I want to access my PC (where repository are) from server (I am using remote desktop), I have to enter username and password. Do I have to supply these in SVN command?

  • 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-27T05:31:59+00:00Added an answer on May 27, 2026 at 5:31 am

    You should never use the file:// protocol. Never, never, never. Well, there are times when it can be used, but it should only be if all the following are true:

    • You are the only one using the repository.
    • The repository is sitting on your system.
    • You are trying Subversion out.

    If your repository sits on a remote system. Do not use file://. If this is a public repository, you do not use file://. The svnserve Subversion server process is extremely easy to setup and use. And, it’s fast, and it avoids all the problems and errors associated with accessing the repository directly. In fact, on my private repository that sits on my system, I use svnserve.


    There are at least a dozen errors that could crop up to cause the problems you point to. There are permissions needed for the server, on modern Windows system, there could be UAC issues even if you’re logged in as an administrator. It simply is asking for trouble.

    Take a look at the documentation for setting up the svnserve. The biggest issue you will run into is making sure that your IT department isn’t blocking port 3690.

    Run the svnserve process on the remote server and make sure that the server process has complete ownership and all permission on all the files in the repository.

    There are a couple of gotchas about the svnserve process that doesn’t allow it to run out of the box:

    • Edit the conf/svnserve.conf file: This file is pretty good by default. However, the default password file is commented out. Remove the # you see in front of the line password-db = passed. I’m not sure why this isn’t the default. You can also set the name of the realm while you’re at it. That’s not necessary.

    • Edit the passwd file: You need to set the user name and password for each user. Just follow the example.

    And, then run svnserve and now you can access your repository via:

    $ svn ls svn://REMOTE-PC/MyApps/trunk/App1
    

    This is easy to do (the whole thing can be setup in minutes) and will eliminate all of your problems.

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

Sidebar

Related Questions

I asked a similar question before only to later discover that what I thought
I've asked very similar question before and should have mentioned more detailed. Last time
I asked a similar question before and got the correct response. This time though
I asked a similar question before ( integer-vs-char-for-db-record-property ) but stumbled upon something that
I asked a similar question before, but I only realized now that the answer
I had asked the similar question before , understood that i can make it
I have asked a similar question before, but I didn't have a firm grasp
I asked a similar question about this previously, but I did not specify that
I asked a similar question yesterday, but recognize that i need to rephase it
Ive asked a similar question before and didnt manage to find a direct answer

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.