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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T01:35:17+00:00 2026-05-19T01:35:17+00:00

E.g., I have the following files under version control: file1, file2, file3, all at

  • 0

E.g., I have the following files under version control: file1, file2, file3, all at version 10. Now I want to switch file1 to a different version, say 5 and file3 to say, version 8. I want version 11 to contain these files (file1 (as in v5), file2 (as in v10) and file3 (as in v8)) , so that anytime I checkout from the repo henceforth, or someone else does, they get these files (instead of all at v10). However, when I try to commit, it doesn’t commit! The only way I can force it to commit is to make a subtle change (like adding a harmless space) to a file and then committing. Is there some way to do it or am I doing something wrong?

  • 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-19T01:35:18+00:00Added an answer on May 19, 2026 at 1:35 am

    Revert the changes and then commit everything, for example:

    svn merge -r10:5 file1
    svn merge -r10:8 file3
    
    svn commit -m "Reverted file1 to revision 5 and file3 to revision 8"
    

    By calling merge with the revisions going backwards, it will revert any changes made in those revisions on the file you are issuing the command for.

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

Sidebar

Related Questions

I have a following Kohana setup: All my files are placed under 'public_html/koh' My
I have the following code to zip all the files and then save it
I have some software under svn version control. It consists of sources that I
If I have the following files, I get this error (c2593 in VC9). If
I have the following js files in my code for EditInPlace... <?php echo $javascript->link('jquery.js');?>
I have a directory that has the following files Build asc2uni.c asc2uni.1 I have
I have the following command which deletes files that are one day old and
I have the following issue with a UTF8 files structured as following: FIELD1§FIELD2§FIELD3§FIELD4 Looking
I have the following Model and Controller files, and when i visit this url,
I have notices following: if I have a project with minimum files in res

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.