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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T02:53:46+00:00 2026-06-03T02:53:46+00:00

I use a GUI program to interact with our SVN repository. There’s a lot

  • 0

I use a GUI program to interact with our SVN repository. There’s a lot of times when I go to commit ten different files, but accidentally only select one and commit it. I then have to make another commit with all my other changes.

Is there a way to merge those two “duplicate” commits together into a single commit with a single message in the tracking program?

It’s pretty trivial, but I am curious whether it’s possible.

  • 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-03T02:53:47+00:00Added an answer on June 3, 2026 at 2:53 am

    It doesn’t sound like they’re “duplicate” commits.

    It sounds like you have 10 files that you commit separately in two commits (if I understand correctly).

    I don’t know if you can “un-commit” the first file, but you could do another commit to “revert” the repo to where it was before you made the accidental commit. This would allow you to commit all ten files in the same revision.

    I don’t know how to do it with a GUI/IDE.

    From the command line you could do it like this:

    • accidentally commit file A in revision 5000

    • create a patch to revert the commit:

      svn diff -r 5000:4999 > revert.patch

    • apply the patch:

      patch -p0 < revert.patch

    • now your repo is where it was before the accidental commit

    • now you can commit all ten files together

    There are probably many ways (some easier) to do this. I’m sure this answer will be down-voted!

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

Sidebar

Related Questions

I'm working on an GUI program, and I use AppendText to update status in
I wish to use the Qt GUI framework in my java program. I've downloaded
I am trying to learn to use the wx packages to make GUI programs
What underlying rendering system does the Qt GUI toolkit use on Windows? (I'm assuming
The problems are: GUI libraries like to use ToString as a default representation for
I would like to use GWT as a GUI for a stand-alone app (distributed
I'm looking for a GUI toolkit to use in conjunction with OpenGL. QT looks
I'm investigating which platform to use for a cross platform GUI app that needs
I have an insane idea: use .hta file as the gui front end of
I am creating one GUI in swing Java. I have to use one button

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.