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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T21:57:35+00:00 2026-05-25T21:57:35+00:00

I am anticipating a battle over Subversion repositories: currently we have a single web

  • 0

I am anticipating a battle over Subversion repositories: currently we have a single web application that was checked in as 3 main projects and 2 reports projects (when I started 6 months ago), is now up to 7 projects, and is expected to grow further.

It is obvious to me that this is just not right, that a compiled executable cannot cross a version-control boundary if you want to make reasonable use of the version-control system. It’s impossible to have a single checkin for a single feature, and that seems essential to me.

But I feel like I’m hand-waving when I try to explain this. Does anyone have any references, for Subversion or in general, that lays out this principle and has some authority behind it? I’ve done some searching and am just not coming up with what I need.

  • 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-25T21:57:36+00:00Added an answer on May 25, 2026 at 9:57 pm

    There are a lot of options in Subversion how to structure your repository. See the discussion of repository layout in the documentation.

    I would normally follow these rules:

    • Is something a different project, no overlap, not the same users or groups?
      ==> You may use different repositories (but are not forced to.
    • Are there independent parts that will be tracked and built independent to each other? ==> Use the so called “multi-project-layout” (see below).
    • Do you develop a single application, and have there in different teams working, use the so called “single-project-layout”.

    The difference is the following:

    • Single project layout:

       Repo MyProject:
       trunk/
         java/
           src/
         ruby/
         doc/
         ...
       tags/
         rel1.0/
           java (references the copy of java of revision xxx)
           ruby (references the copy of ruby of revision xxx)
           ...
         rel1.1/
           ...
       branches/
         feature_x/
           java (references the copy of java of revision yyy)
           ...
      
    • Multi project layout:

       Repo MyProjectBundle:
       proj1/
         trunk/
           java/
             src/
         tags/
           rel1.0/
             java (references the copy of java of revision xxx)
             ...
           rel1.1/
             ...
         branches/
           feature_x/
             ...
       proj2/
         trunk/
         tags/
         branches/
       ...  
      

    So the main differences are the following:

    • In multi project layout, it is pretty difficult to tag and branch over all projects, only one project is normally tagged there.
    • It a single project layout, you may branch and tag at will, and normally with the whole trunk. You may then change what you want to change, commit everything in one revision, and merge that back in one step.

    As a reference, I only have the quoted SVN red book, and of course one of the many answers in stackoverflow: Subversion Repository Layout

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

Sidebar

Related Questions

I have a client who is building a business application that will be used
I'm currently creating an application that extracts data from lots of different data sources
I have a strange problem with my web application. I want to know when
I'm using gmail to send out emails from my application. Anticipating very low traffic
I'm contemplating writing a web application with Rails. Each request made by the user
I have four objects - for the sake of arguments, let say that they
What I have is an app that displays some documents. In the string resources
Summary: I'm developing a persistent Java web application, and I need to make sure
I have a table that was doing a fine job of full-text search until
OK, struggling to get a definitive answer to this one... I have an application

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.