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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T07:04:16+00:00 2026-06-14T07:04:16+00:00

Am having an issue with SVN. I am creating an application in .NET 4

  • 0

Am having an issue with SVN.

I am creating an application in .NET 4 forms to automate a few things – one thing which i seem to be having issues with is checking out SVN.

        String RepositoryLocation = GetRepositoryPath();
        String ProjectLocation = GetProjectPath();

        RepositoryLocation = "\"file:///" + RepositoryLocation + "\"";
        ProjectLocation = "\"" + ProjectLocation + "\"";

        System.Diagnostics.Process p = new System.Diagnostics.Process();
        System.Diagnostics.ProcessStartInfo ps = new ProcessStartInfo();

        ps.FileName = _svnDirectory + "svn.exe";
        ps.Arguments = @"checkout -r HEAD " + RepositoryLocation + " " + ProjectLocation;
        ps.UseShellExecute = false;
        ps.RedirectStandardError = true;

        p.StartInfo = ps;
        p.Start();

        if (waitForExit == true)
        {
            p.WaitForExit();
        }

        //  test for an error
        String error = p.StandardError.ReadToEnd();

        p.Close();

this here spits out an error message “svn: e720002: write error: the system cannot find the file specified”.

It seems to create the .svn hidden folder in the project folder fine – but the error still shows.

This installation of SVN was installed with the TortoiseSVN client.

SVN version 1.7.4
TortoiseSVN version 1.7.6 (probably not needed)

UPDATE:

The command in set to the args is:

“checkout \”file:///C:/test/test client/repositories/test project/\” \”C:/test/test client/test project/\””

(note the \” escaping the quote allows for spaces in the directory path)

  • 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-14T07:04:17+00:00Added an answer on June 14, 2026 at 7:04 am

    I have the exact same problem with you. What I did is to ignore any error message from svn and run ‘svn status’ command at the end. if it returns empty string, it means that everything is ok. If not, then there is a real problem.

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

Sidebar

Related Questions

Having an issue with traversing in jQuery.. hopfully an easy one..but I'm banging my
I'm having some issues using TortoiseSVN/SVN with working folders and the .SVN folder. Say
I'm having an issue with a Subversion server and can't seem to find Subversion's
I am having issue setting a cookie to a web-service call in .NET. Before
I am having issue in checking which input has been clicked using unobstructive javascript.
I am having this weired SVN issue . I have a file when I
I am having an issue. In preferences-general-keys I set up ctrl+alt+c team->commit for svn
Having issue with slider navigation. Works perfectly fine when there are no other unordered
I having issue that content assistant / intellisense is working in methods such as
Hi guys I am having issue I have this query: SELECT * FROM useraccount

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.