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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T15:05:40+00:00 2026-05-14T15:05:40+00:00

I use a script for my homepage but I’d like to localize it. Furthermore

  • 0

I use a script for my homepage but I’d like to localize it. Furthermore the CSS uses images from a special folder which does not fit to my folder hierarchy.
Because I don’t want to adopt these paths and settings I’ll have to modify the original sources.

Currently my repository looks like this:

  • /3rdParty
    • /CompanyA
      • /CompanyAProduct1
        • /v1_0
        • /v1_1
  • /MyProductA
    • /branches
    • /tags
    • /trunk
      • /import
      • /export
      • /source

Via svn:externals I map all stuff I need (lib, dll, or code) into the import folder. Now I’d like to modify the files in the import folder but this will modify the original sources, too (as far as I know).
What is the best solution to have the modified version in my import folder but the original sources remain unaffected? Should I make a branch of the 3rd party code? But then I have to update the original sources for every new release.

  • 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-14T15:05:41+00:00Added an answer on May 14, 2026 at 3:05 pm

    Read the section Vendor Branches of the Subversion Redbook (Version Control with Subversion):

    http://svnbook.red-bean.com/en/1.5/svn.advanced.vendorbr.html

    General Vendor Branch Management Procedure
    Managing vendor branches generally works like this: first, you create a top-level directory (such as /vendor) to hold the vendor branches. Then you import the third-party code into a subdirectory of that top-level directory. You then copy that subdirectory into your main development branch (e.g., /trunk) at the appropriate location. You always make your local changes in the main development branch. With each new release of the code you are tracking, you bring it into the vendor branch and merge the changes into /trunk, resolving whatever conflicts occur between your local changes and the upstream changes. … (See the rest of Vendor Branches chapter of the redbook chapter for the specific commands and a full example.)

    Basically you check in the vendor code separate from your project, tag the version, and then svn copy it into your project. This will allow you to make your local modifications while still preserving a pointer to the original release version.

    The advantage is that when the vendor releases a new version of their product, the redbook delineates how to incorporate the new version into your project so that the same local changes that you had made to the original version are applied to the new version. It is, of course, sound in theory, but may have some gotchas in practice:

    But things aren’t always that simple, and in fact it is quite common for source files to get moved around between releases of software. This complicates the process of ensuring that our modifications are still valid for the new version of code, and things can quickly degrade into a situation where we have to manually re-create our customizations in the new version.

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

Sidebar

Related Questions

I use a script which opens the story editor like this: app.menuActions.itemByID(119793).invoke(); How can
Hi I use a script for showing random products on my homepage, but it
I use this script to call a javascript from codebehind. ClientScript.RegisterStartupScript(this.GetType(), Exist, <script language='javascript'>ConfirmRedirect('
I use this script to show an additional language menu additional, which works great
I use this script: $(document).ready(function() { $page = jQuery.url.attr(file); alert(page); }); but I get
I would like to use this script https://github.com/jeromeetienne/jquery-qrcode (or is there even a better
I'd like to load a basic homepage for a web-app which asynchronously loads a
I’m working on a homepage and will use an AJAX inline editing script for
I use this script in two different servers: function curlGetFileInfo($url, $cookies=default){ global $_config; $ch
i use this script to load content of some div, inside another div: $(function()

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.