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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T09:17:13+00:00 2026-06-17T09:17:13+00:00

I have old application version. It is provided me from external company in the

  • 0

I have old application version. It is provided me from external company in the past and it is basically live version of application.

While bug fixes are performed on this version, external company developed new functionality(significant model changes) on existing version. Now I have old application version(which is live) and last application version(not tested and needs some more changes).

Now I wanted to put all of that on svn and I have done the following steps:

  1. created repository in trunk folder and added new app version files there
  2. created repository in branches folder for old app version
  3. created tags for both repositories in tags folder.

In the next period, I should continue with development on last version(trunk) and in the same time fix bugs on old version(branch). How to (weekly) merge changes from my branch version to trunk? I tried with merge options, but results are really weird(content of some folder is totally removed), what do you think is the best solution for this situation, I do not want to manually change trunk code every time i fix bug on branch

Thanks,

Minja

  • 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-17T09:17:14+00:00Added an answer on June 17, 2026 at 9:17 am

    You made some mistakes on initial steps, and, as result, have two unrelated pieces of code, for which Subversion doesn’t know evolution path.

    Slightly modified workflow may be:

    For empty repository with default single-project layout (your current)

    • Import OLD-CODE into /trunk (or add files with checkout+add+commit)
    • Branch this trunk to some branch (svn copy URL-OF-TRUNK URL-OF-BRANCH-OLDCODE)
    • Get WC of trunk (svn co or use WC from step 1)
    • Replace OLD-CODE in WC by NEW-CODE
    • Commit trunk

    After it your subsequent merges will be (only slightly) less-headache tasks. Only slightly because merging far changed refactored code isn’t easy task in any case, but you’ll have at least continuous history for your code and common parents for diffing.

    Bad news: The need for a continuous history dictates the additional requirements for the operation of code-replacement in the penultimate step: you can’t just delete outdated files/directories and add new if new objects are descendants of old objects (childs of refactoring) – you have to support history between parent-child (svn mv instead of result of OS-replacement svn rm + svn add and unrelated files in logs). Worst news: I don’t know how to do it (find all candidates for svn mv) in bullet-proof way in reasonable time, using only Subversion

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

Sidebar

Related Questions

I have successfully upgraded an MFC application which was compiled with an old version
We have a old Web Based application supported on browsers from IE6 to IE8
I have some old code (an old but still maintained VB6 application) that from
Lets say I have an old application which will try to load an external
I have a Crystal Report file from an old version (unfortunately I don't know
We have an old application where the relationship is defined as below: class Practice
I have an old J2EE application (J2EE 1.3), which packages into an EAR, and
I have a 3yr old application that has some controllers with some very unrestful
Retrofitting ASP.NET WebForms themes to an old application I have a need to theme
I have in here an old web application written in ASP.Net 2.0 + AJAX.

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.