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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T08:10:40+00:00 2026-06-11T08:10:40+00:00

According to the Apache Subversion 1.7 release notes : Instead of a .svn directory

  • 0

According to the Apache Subversion 1.7 release notes:

Instead of a .svn directory in every directory in the working copy, Subversion 1.7 working copies have just one .svn directory—in the root of the working copy.

Lets say there are multiple directories in a repository, and when I first checkout I only selectively checkout specific directories. This, as the documentation says, only creates a single .svn hidden folder at the top level directory.

If however, I later on decide to checkout another directory, after the checkout completes, there will be another .svn directory within the newly checked out directory.

The implications of this is that if I try to do a commit from the root level, it will only be aware of the directories that were originally checked out. I will also have to a commit for any subsequent checkouts individually.

Is there anyway to change this behaviour or make the two hidden .svn directories merge together? Or will I have to do something like check out the entire repository directory structure the first time I do a checkout?

  • 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-11T08:10:42+00:00Added an answer on June 11, 2026 at 8:10 am

    Short answer: No. Each is a separate checkout and has its own database. I’m sure if you understood the deep magic hidden inside the .svn directory, you could munge it to do what you want. However, unlike Subversion versions 1.1 to 1.6, the structure of that .svn directory is much, much more complex and not as easily understood.

    In your case, your best bet is to check everything back in, and do a new checkout to include both projects.

    If you want to do this on a regular basis, what you should be doing is using the --depth= in svn co and the --set-depth= in svn update.

    For example, I’m checking out the base directory, but I don’t want anything else:

    $ svn co --depth=immediates http://svn.vegicorp.com/svn/base_prod
    A base_prod/.classpath
    A base_prod/.settings
    A base_prod/foundation
    A base_prod/client
    A base_prod/server
    

    That checks out the .settings and .classpath file, and the foundation, client, and server directories, but nothing else. It’s fast, and I don’t checkout a lot of stuff I don’t want.

    Now, I want to work on the server:

    $ cd base_prod
    $ svn update --set-depth=infinity server
    

    This will update my server directory, but will checkout the entire directory structure. I now can work with server, but I don’t have the foundation or client files taking up room.

    Later on, I’d like to do some work in foundation:

    $ svn update –set-depth=infinity foundation

    Now, I have the foundation directory. And, I only have a single .svn directory under my base_prod directory.

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

Sidebar

Related Questions

Just started using Apache Commons StringEscapeUtils . According to http://www.w3schools.com/tags/ref_entities.asp , Ö should correspond
according to Apache AVRO project, Avro is a serialization system. By saying data serialization
According to the Apache Commons Daemon project : In case of a system-wide shutdown,
According to the user guide i am able to use file path instead of
According to Security Space The penetration of PHP on Apache servers has been falling
I'm working on setting up a production server using CentOS 5.3, Apache, and Phusion
I'm working with a client and we just recently moved their website from Godaddy
I need to install the correct version of Apache subversion to get it running
In what format does ToStringBuilder.reflectionToString(Object) display dates? According to the Apache Commons Lang 2.4
I got this error which according to Apache Support is an issue relating with

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.