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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T01:46:29+00:00 2026-05-20T01:46:29+00:00

I used SVN/CVS for a long time just as a place where my code

  • 0

I used SVN/CVS for a long time just as a place where my code stored is. But now I came to a point where I need a “best way to do”.

We have several branches.
For Example:

  • Release1 (shipped),
  • Release2 (not finished, contains new features),
  • Fix1 (contains bug fixes for Release1 and will be shipped after customer tests),
  • Fix2/trunk (The trunk is our current development state with Fix2).

And now we come to my problem.

I cannot say if Release 2 is shipped before Fix1 or Fix2 and I have now a Hotfix for Release1. Just a few files, but it was urgent.

What is now the best way to get the changes in all branches?
Auto merge will also merge differences that are branch specific. Is the best way to merge it by hand?
There has to be a way like: I mark my change with ID “abc” and say merge only changes of abc in all branches.

Btw. I am using Eclipse with Subversive. Maybe a tool outside eclipse will be better!?

  • 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-20T01:46:29+00:00Added an answer on May 20, 2026 at 1:46 am

    I use Subclipse plugin for Eclipse. You can probably do this with svn command line also. If your fix is isolated to a single revision number then you can merge just that revision to the trunk(or any other branch).

    • branch1 (revision 103) -hotfix
    • trunk (revision 100)

    Using Subclipse, you can right click the file then choose “Team”->”Merge.” Select either “Merge a range of revision” or “Merge two different trees” option then provide the source url and revision to merge to the target tree.

    From command line… given that your current working directory is the trunk:

    svn merge -r 103:103 http://svn/branches/branch1
    

    You probably can’t merge to multiple branches and that’s probably better because you want to be careful with the merge process.

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

Sidebar

Related Questions

I've used both SVN and CVS a little bit, but will need to choose
I'm using SVN right now, and I've used CVS and VSS in the past.
I have been coding since a long time but I have never ever used
I'm a ClearCase newbie and up until now have been used to SVN. Therefore,
Here's the scenario: A C# Windows Application project stored in SVN is used to
I've used CVS and SVN. The problem I run into with both of them
So we used to use port 22 for our svn repository, but port 22
I've used svn rm foo on a number of files that I now no
Where should I start learning about version control systems? I've used SVN, Team Foundation,
Does anyone know how to change the location of the svn tool used in

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.