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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T17:03:35+00:00 2026-05-10T17:03:35+00:00

Every time I make a project I develop several generic routines/modules/libraries that I expect

  • 0

Every time I make a project I develop several generic routines/modules/libraries that I expect I’ll be using with other projects.

Due to the speed of development I don’t spend a lot of time making these modules perfect – just good enough for this project, and well enough documented and isolatable that I can easily add them to another project.

So far so good.

Now when I use them in another project inevitably I improve them – either adding new features/functions, fixing bugs, making them more general, etc.

At that point I have several problems:

  • I need to maintain the changes in the module for the code I’m working on
  • I need to maintain those same changes in a central ‘module’ repository
  • I need to make sure that the updated modules are available for, but not automatically used in older projects, or sometimes even existing projects I’m already working on.

How do you manage this? How are these problems different when you have teams working on various modules in different projects?

-Adam

  • 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. 2026-05-10T17:03:36+00:00Added an answer on May 10, 2026 at 5:03 pm

    If you’re using Subversion for all your projects, you can simply use svn:externals: this allows one repository to reference another repository, optionally fixed at a particular revision. For example,

    svn://svn/shared svn://svn/project1   |- dir1   |- dir2   \- svn:externals 'shared -r 3 svn://svn/shared' svn://svn/project2   |- dir3   \- svn:externals 'shared -r 5 svn://svn/shared'

    Commit your changes to svn://svn/shared, and modify the svn:externals property in the individual projects when you’re ready.

    Otherwise, using other VCS, you might simply keep a bunch of tags on shared, one for each project using shared, pointing to the version they use. Advance each tag to later versions when ready. This requires manually updating each project’s copy of shared, though (one thing which makes svn:externals nice is that it happens automatically).

    If you’re forking/branching shared for each individual project… well, that can work, but it takes manpower to maintain and merge changes.

    [Edit]

    Further references:

    See External Definitions in the svn book for a tutorial and more details on svn:externals, and git-submodule tutorial for a similar feature in the DVCS git.

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

Sidebar

Ask A Question

Stats

  • Questions 109k
  • Answers 109k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer If you define your regular expression as a string then… May 11, 2026 at 9:27 pm
  • Editorial Team
    Editorial Team added an answer You could try to right-click the design surface and choose… May 11, 2026 at 9:27 pm
  • Editorial Team
    Editorial Team added an answer did you reload the table after data are loaded ?… May 11, 2026 at 9:27 pm

Related Questions

At work we have a very large code-base that we commonly export for a
I am working on a Visual Studio 2008 project that is already added to
I am currently working on a server control for other applications in our company
Every time I create a new project I copy the last project's ant file

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.