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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T10:56:49+00:00 2026-05-23T10:56:49+00:00

I currently have a Working Copy with two branches in it: /Source /Source/v1.2 /Source/v1.3

  • 0

I currently have a Working Copy with two branches in it:

/Source
/Source/v1.2
/Source/v1.3

I want to delete this and instead only check out the branch I need (i.e. go one level down the directory tree and only check out /Source/v1.3). However the working copy of v1.3 contains a bunch of ignored files that I actually want to keep. So I don’t want to just delete the whole working copy and start over. And of course I don’t want to manually try to locate all of the ignored files and preserve them. Is there any sort of command to do this?

I’m on Windows using TortoiseSVN as well as Slik SVN for automated builds.

  • 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-23T10:56:50+00:00Added an answer on May 23, 2026 at 10:56 am

    Each sub-directory tree in Subversion is its own working directory. It contains everything you need in order to use it as a working directory. This includes the directories and files that are being ignored, revision history, etc.

    There is no reason why you can’t simply use the sub-directory you want as your new working directory and delete the rest. In fact, you can even rename the top sub-directory tree once you get it out of the way. In this example, you’re moving the v1.3 directory to the C:\ drive and renaming it \Source-v1.3. Then, deleting the rest:

    C:\> cd \Source
    C:\Source> move v1.3 \Source-v1.3
    C:\Source> cd ..
    C:\> rd Source /s/q
    C:\> cd Source-v1.3
    C:\Source-v1.3> svn update
    

    This will keep all of the files and directories you’ve ignored, ignored.

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

Sidebar

Related Questions

I have a working copy of some source code checked out from SVN -
I currently have this working but it requires me to have a static method
We currently have a working php mail script, this works fine and as we
I am working on splitting out an existing, working application that I currently have
This is language agnostic, but I'm working with Java currently. I have a class
I currently have NSXMLParser working in my viewcontroller. I would like to create a
I am trying to get MSTest working with CruiseControl.Net. I currently have it working
On ubuntu I currently have haskell-platform 2011.2.0.1.2 installed, and I am currently working on
I am working on an IMAP client using java mail. We currently have a
I have been working on keeping things object oriented for my project. Currently, I'm

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.