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

The Archive Base Latest Questions

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

When using svn_load_dirs.pl with ubersvn on Windows – where is the path $ENV{HOME} meant

  • 0

When using svn_load_dirs.pl with ubersvn on Windows – where is the path $ENV{HOME} meant to be.

In the svn_load_dirs.pl code $ENV{HOME} is not defined. It is not already defined on my system either. Where is it meant to be?

My guess is that it would be the location of the UberSVN install: C:\Program Files (x86)\WANdisco\uberSVN

HOWEVER the svn_load_dirs.pl code tacks on a sub path: $ENV{HOME}/.subversion/config

folder/directory path .subversion/config does not exist beneath C:\Program Files (x86)\WANdisco\uberSVN

So I am stuck because I don’t think that the svn_load_dirs.pl script can work correctly with UberSVN on Windows without this setup correctly.

  • 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-26T06:01:26+00:00Added an answer on May 26, 2026 at 6:01 am

    $ENV{HOME} should refer to the current user’s home directory. On Windows Vista/7 this is “C:\Users\USER-NAME\” and on older versions of Windows it would be “C:\Documents and Settings\USER-NAME\”

    Here is a perl script which might fix your problem with the script not getting the $ENV{HOME} value:

    BEGIN {
    if ( substr ( $^O, 0, 5 ) eq q{MSWin} ) {
    if ( $ENV{HOME} ) {
    # leave as is
    }
    elsif ( $ENV{USERPROFILE} ) {
    $ENV{HOME} = $ENV{USERPROFILE};
    }
    elsif ( $ENV{HOMEDRIVE} and $ENV{HOMEPATH} ) {
    $ENV{HOME} = $ENV{HOMEDRIVE} . $SENV{HOMEPATH};
    }
    else {
    $ENV{HOME} = '.';
    } } }
    

    However, according to this SVN documentation page, the configuration for SubVersion is located in the registry and not on the file system. So I guess the script will need to be updated to work on Windows:

    Subversion clients running on Windows platforms may also use the Windows Registry to hold the configuration data

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

Sidebar

Related Questions

I'm already using SVN 1.5, both sever(VisualSVN 1.5.1) and client-side(TortoiseSVN 1.5.1) but we are
We are using SVN server 1.4 (I think) with the clients being either the
I am using svn to download the source code to an open source project.
I'm using the the HTML5Shiv from google code on my site. I'm including it
So I started using FlexPMD for static code analysis, and I want to add
I'm currently using Python 2.7 + wxPython 2.8.11 on my windows machine. While trying
I'm using spring.net 1.3.1 in a asp.net 3.5 project in vs 2010. I'm not
I am using a Mac with Eclipse Galileo, trying to load Android code from
I just started using SVN, and I have a cache directory that I don't
My team has been using SVN for a few years. We now have the

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.