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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T05:12:51+00:00 2026-06-14T05:12:51+00:00

My SVN repository contains several folders for different projects. ‘Desktop program’ , ‘iOS app’

  • 0

My SVN repository contains several folders for different projects. ‘Desktop program’, ‘iOS app’, ‘Web app’ etc. All revision entries are shared between these (as it’s under one repository. Revision #100 might be on the ‘iOS app’ folder, revision #101 on the ‘Web app’ folder etc).

What I want is to roll back to an earlier version on just one of these folders. Usually this is done with a ‘reverse’ SVN Merge as it’s SVNs job to keep track of all history, even the bad times. I don’t want that however. Lets say I have twenty commits on ‘iOS app’ since revision #5. I want to rid these from history and I want that specific folder to return to revision #5. No one should ever again be able to check those twenty commits as they ‘never happened’. Is this even possible?

I have two different machines I am interacting to SVN with. A Windows PC with VisualSVN and a Mac with Subversion on Terminal level. I would be thankful for a solution on either.

  • 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-14T05:12:53+00:00Added an answer on June 14, 2026 at 5:12 am

    From client side, there is simply no way to do this. No matter if commandline, Tortoise, or any other client.

    If you have access to the server account that owns the repository, then there is some chance – but it is quite complicated and may involve a nontrivial manual work.

    Roughly, these are the steps:

    • get the repository UUID – svn info http://svnserver/svn/repo – see the UUID line
    • dump the svn repository: svnadmin dump /path/to/repo > repo.dump
    • edit the dumpfile to exclude the commits

      a) either open it in vi and delete your undesired commits

      b) or use svndumpfilter command to filter them by path

    • create new repository and import your modified repository into it:

      svnadmin create /path/to/repo2

      svnadmin load < repo.dump

      svnadmin setuuid /path/to/repo2 THE_ORIGINAL_UUID

    Now, check that repo2 is working fine and has the content that you expect. If so, you can remove repo and rename repo2 -> repo.

    Keep in mind that manual changes to the dumpfile are extremely prone to errors, and often these errors can be quite difficult to discover. It is usually bad idea to do things like this.

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

Sidebar

Related Questions

Let's say I have working copies of several different folders from my SVN repository
I have several dynamic web projects in my workspace, each contains classes and refers
I have done a svn co for a repository that contains a symfony app.
We have a single SVN repository with multiple related projects. Like so... \repo \Project1
In my SVN repository tag s are listed by version where name contains dots.
In svn Repository having a folder exProject.(which contains all the proj files) . In
I have an existing SVN repository which contains a folder that holds my project.
I have a working copy for my entire repository, which contains multiple Python projects.
I have a single svn repository for all my projects. In svn I also
I have an SVN repository which contains a number of loosely-related subfolders in its

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.