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

  • Home
  • SEARCH
  • 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 3989954
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T06:26:10+00:00 2026-05-20T06:26:10+00:00

How can I specify a Windows drive letter when using subversion svn+ssh? Is it

  • 0

How can I specify a Windows drive letter when using subversion svn+ssh? Is it even possible?
On one system this works:

svn list svn+ssh://username@hostname://Preserve/svn_repository

But on that machine, all of svn and the repository and where ssh logs into are all on the C: drive.

On a new machine, the subversion repository is on the N: drive, but ssh and the svn command live on the C: drive.

I haven’t been able to come up with a path specification that finds my repository (the repository is in this directory: N:\Preserve\Repositories\jbp)

Note that I can access it when I am logged into the machine via this command:

svn list file:///N:/Preserve/Repositories/jbp

As an example here is a call that FAILS using svn+ssh

svn list svn+ssh://username@hostname/N:/Preserve/Repositories/jbp
  • 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-20T06:26:11+00:00Added an answer on May 20, 2026 at 6:26 am

    If you want a file based reference, you need to use a file based URI.

    Note that the hostname is “localhost” and if you omit it, then the URI standard will assume you meant localhost.

    If you decide to attempt to access a file from a different machine; well, then you need a network URI (which may be a URL). It is not possible to directly access a file system that lies on the other side of a network, you must use the network to access the file system on your behalf.

    For Unix like systems.

    file://localhost/etc/fstab
    file:///etc/fstab
    

    For Windows like systems, the colon creates issues with the URI format. Some libraries replace the colon in C: with a pipe (or bar) like C|. Other libraries bend the rules on Windows file URIs and allow an extra colon.

    For systems that use colon replacement with bar

    file://localhost/c|/WINDOWS/clock.avi
    file:///c|/WINDOWS/clock.avi
    

    For systems that slightly violate the URI format

    file://localhost/c:/WINDOWS/clock.avi
    file:///c:/WINDOWS/clock.avi
    

    Wikipedia gets most of the credit on this one, but I’ve used file based URIs before with Subversion, they work fine (especially for creating a small repository in your own home directory to track changes on one-man hobby projects).

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

Sidebar

Related Questions

Can some one specify the windows API, one need to use in order to
Using the WCF web programming model one can specify an operation contract like so:
I know I can specify one for each form, or for the root form
In Subversion you can specify a range of versions to get an aggregate view
I understand that I can specify system properties to Tomcat by passing arguments with
In CSS, you can specify the spacing between table cells using the border-spacing property
In the Windows world I can create a file system filter (upper or lower)
I have this sample configuration in my assemblyinfo file. // You can specify all
I know you can specify fieldsets in django for Admin helpers. However, I cannot
Is there any way I can specify a standard or custom numeric format string

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.