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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T00:23:40+00:00 2026-05-12T00:23:40+00:00

Our team is just ramping up to use source control through SVN. We are

  • 0

Our team is just ramping up to use source control through SVN. We are currently using some test repositories for getting used to the process.

We’re nearly ready to put this into full time use.

We build only small to medum/large web apps, most of which share the same core (but differnt on LAMP/Win), but are customized in some way. We will likely have hundreds of projects in the repository. Also, we usually do more than one project for one organization.

We have LAMP and Windows developers. ( I think this makes the question somewhat different than Best practice for creating subversion repositories?)

Do you have any suggestions on how to structure the repository?

  • 1 1 Answer
  • 4 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-12T00:23:40+00:00Added an answer on May 12, 2026 at 12:23 am

    How you structure your repo will probably depend a lot on the release cycle. When you do a new version of your common core, will you roll it out to all your customers at once? Or will you do incremental roll-out as each customer needs new features (and, therefore, has need of the new features in the core)?

    If you’ll roll out to everyone when you upgrade your core, then you probably want one set of branches/tags/trunk:

    branches/
    tags/
    trunk/
        core/
        customer1/
            project1/
            project2/
        customer2/
            project1/
            project2/
    

    The downside to this is that, if there’s a lot of code for each customer, your checkouts would be huge, and you’d have to check out everything to be able to do anything (though svn 1.6 does give you the ability to check out a subset of the tree).

    On the other hand, if the different customers will be released on different schedules, then you might prefer to have a top-level directory for each customer. You’d also want someplace to keep your common core.

    core/
        branches/
        tags/
        trunk/
    customer1/
        branches/
        tags/
        trunk/
    

    If you do this, you’d probably want to look into svn:external so you get a copy of the common core whenever you check out customer1’s source tree. This causes some issues when you want to branch or tag, though. (Which might be a reason to prefer the first option.)

    If you haven’t yet, read “Pragmatic Version Control Using Subversion“. They have some examples of using externals, which might help clarify which scheme you want to use.

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

Sidebar

Related Questions

Our team is currently using some ported code from an old architecture to a
So my team is just starting to use branches on our project, and we've
Our team is just getting started with Mercurial. One of the first things we've
Our team uses svn to manage our source. When performing a re-factor on a
Our team has just started unittesting and mocking, and we have run into some
When my team first started out with SVN we all just used our first
At my work we are just starting to use TFS with our team of
Our team is currently in the process of moving from SVN to Git. We
We have a small 3 developer team that is currently using Subversion for our
Our team has just started developing for the Sitecore CMS. We find that after

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.