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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T14:44:49+00:00 2026-05-10T14:44:49+00:00

Suppose you’re developing a software product that has periodic releases. What are the best

  • 0

Suppose you’re developing a software product that has periodic releases. What are the best practices with regard to branching and merging? Slicing off periodic release branches to the public (or whomever your customer is) and then continuing development on the trunk, or considering the trunk the stable version, tagging it as a release periodically, and doing your experimental work in branches. What do folks think is the trunk considered ‘gold’ or considered a ‘sand box’?

  • 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. 2026-05-10T14:44:50+00:00Added an answer on May 10, 2026 at 2:44 pm

    I have tried both methods with a large commercial application.

    The answer to which method is better is highly dependent on your exact situation, but I will write what my overall experience has shown so far.

    The better method overall (in my experience): The trunk should be always stable.

    Here are some guidelines and benefits of this method:

    • Code each task (or related set of tasks) in its own branch, then you will have the flexibility of when you would like to merge these tasks and perform a release.
    • QA should be done on each branch before it is merged to the trunk.
    • By doing QA on each individual branch, you will know exactly what caused the bug easier.
    • This solution scales to any number of developers.
    • This method works since branching is an almost instant operation in SVN.
    • Tag each release that you perform.
    • You can develop features that you don’t plan to release for a while and decide exactly when to merge them.
    • For all work you do, you can have the benefit of committing your code. If you work out of the trunk only, you will probably keep your code uncommitted a lot, and hence unprotected and without automatic history.

    If you try to do the opposite and do all your development in the trunk you’ll have the following issues:

    • Constant build problems for daily builds
    • Productivity loss when a a developer commits a problem for all other people on the project
    • Longer release cycles, because you need to finally get a stable version
    • Less stable releases

    You simply will not have the flexibility that you need if you try to keep a branch stable and the trunk as the development sandbox. The reason is that you can’t pick and chose from the trunk what you want to put in that stable release. It would already be all mixed in together in the trunk.

    The one case in particular that I would say to do all development in the trunk, is when you are starting a new project. There may be other cases too depending on your situation.


    By the way distributed version control systems provide much more flexibility and I highly recommend switching to either hg or git.

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

Sidebar

Related Questions

Suppose that I have an n -sided loaded die, where each side k has
Suppose I have a pure virtual method in the base interface that returns to
Suppose I have a static method of my class that returns an object of
Suppose I have a class Baz that inherits from classes Foo and Bar ,
Suppose I have a process that is updating a record and encounters a record
Suppose I have a data frame, df, that looks like: f t1 t2 t3
Suppose application has multiple apks for different countries. If US user with international roaming
Suppose there is a MySQL user alice that is currently connected to the database.
Suppose that I have a registration screen, and when the user clicks the Register
Suppose a scenario like below : Class User {} // User has Admin Role

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.