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
  • 3 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 have been coding since a long time but I have never ever used
I'm using SVN right now, and I've used CVS and VSS in the past.
I haven't used SVN for all that long, but this one is puzzling me.
In the past I've used svn and cvs, but never BitBucket or Git. I
I used Visual SVN Manager to create a repository, but I didn't create /trunk
I've recently used git svn and enjoyed it very much. Now I'm starting a
I've used CVS and SVN. The problem I run into with both of them
Okay. I used svn's hotcopy to make incremental back-ups, now how do I test
I've used Subversion since (insert year from early previous decade) but now am at

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.