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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T16:01:46+00:00 2026-05-27T16:01:46+00:00

I had created a feature branch and committed there several times. I need to

  • 0

I had created a feature branch and committed there several times. I need to revert some files as if I’ve never touched them in my feature branch. In other words I don’t want to reintegrate them back.

How can I do this?

  • 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-27T16:01:46+00:00Added an answer on May 27, 2026 at 4:01 pm

    If I understood correctly, your situation is following:

    1. You’ve created a featured branch:

      $ svn cp ^/trunk/ ^/branches/feature
      
    2. You’ve did some work on ^/branches/feature and commited.

      $ ... work, work, work ...
      $ svn ci
      
    3. Now you want to undo some changes.
      So, do a reverse merge.
      First, check which revisions you want to undo using svn log:

      In your featured branch working copy:
      $ svn log -v 
      -----------------------------------
      r234 ...
      Changed paths:
      M /branches/featured/file.c       
      
      Implemented a feature
      -----------------------------------
      
    4. Reverse-merge the specific revision(s). Note the - before the revision:

      $ svn merge -c -234 .
      
    5. Reintegrate to the trunk:

      In the trunk working copy:
      $ svn merge --reintegrate ^/branches/feature .
      
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Assuming you had some kind of factory-created resource that would still belong to the
I've had a long-running feature branch that needs to be merged back into the
I noticed that I had a project named RemoteSystemTempFiles which I never have created.
I had created one HTML page for my experiance. In this i had use
I had created a zip file (together with directory) under Windows as follow (Code
i had created a class with two properties one of datetime datatype and other
Doug McCune had created something that was exactly what I needed ( http://dougmccune.com/blog/2007/05/10/analyze-your-actionscript-code-with-this-apollo-app/ )
I have a smallish utility library I made that I had created in TFS
I am new to iOS development. I had created an iOS application. In my
If a set of controls on a WinForm have had DataBindings created and attached

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.