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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T03:59:37+00:00 2026-05-23T03:59:37+00:00

We recently had an issue where TortoiseSVN or AnkhSVN (I can’t determine which) crashed

  • 0

We recently had an issue where TortoiseSVN or AnkhSVN (I can’t determine which) crashed in the middle of switching a SVN working copy. Our developer didn’t realise that the switch was incomplete, and everything was fine until it came to merging the branch back to trunk, where we learned that some of the changes had already been committed to trunk, and some of the changes had been committed to the branch.

Fortunately, this did not actually affect anything, but I am concerned that this may happen again in the future, and I need a speedy way to test which repository that subdirectories in a working copy point to. Now, in Linux, I could hack a shell script together very quickly to determine this, but I currently don’t know how I might find this out in Windows.

I am not entirely against hacking something together using SharpSVN if I have to (and rest assured that I’ll share it if I do), but I’d like to know if I can save some time by getting some built in TortoiseSVN or AnkhSVN feature to do it for me.

  • 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-23T03:59:38+00:00Added an answer on May 23, 2026 at 3:59 am

    If you can use Powershell use something like below:

    gci -Recurse | ?{ $_.psIsContainer -eq $true} | %{svn info $_.fullname} | select-string -Pattern "PATH:|URL:"
    

    For every folder in your working copy, it will display the path and the url from your repo. If some folder is switched to a branch, you can see that url and the path.

    You can easily tweak it to print only the path and urls that are outside of your current branch ( or trunk )

    Ignoring unversioned folders is easy:

    (svn status $_.fullname) -notmatch "\?")
    

    So the entire thing would be:

    gci | ?{ $_.psIsContainer -eq $true -and ((svn status $_.fullname) -notmatch "\?")} | %{svn info $_.fullname} | select-string -Pattern "PATH:|URL:"
    

    You need to have a command line svn client like SlikSVN or CollabnetSVN and on path.

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

Sidebar

Related Questions

I recently resolved an issue my VB6 application had when saving large binary objects
We recently had a new requirement to use the phonon component of Qt, which
I recently had this issue with a client. The code read: ini_set( sendmail_from, noreply@<current-domain>.com
I recently had an issue with my in-app purchases, so had them rejected. I
I recently had a problem with the Issue Tracker starter kit that seemed to
I recently had an issue after upgrading my .net framework to 4.0 from 3.5:
I recently had a need to interpret a DEC 32-bit floating point representation. It
I recently had to work on a project where the previous developer modified the
We recently had a code review . One of my classes was used so
I recently had a problem during the deployment of a windows service. Four computers

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.