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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T09:58:42+00:00 2026-05-18T09:58:42+00:00

If a Subversion working copy is a partial check-out from a repository, using –depth

  • 0

If a Subversion working copy is a partial check-out from a repository, using --depth and/or --set-depth (perhaps with exclude), is there a way to reveal the nodes that are ‘missing’ (either recursively, or non-recursively)? I don’t mean missing in the sense of svn status and ! where a node was checked out but deleted locally without telling SVN. Rather, I mean a node in the repository that was not been checked out from the repository originally, or has been excluded later.

svn info can be used to show the depth of a node.

ls or dir might be compared with svn ls. (ls -r BASE doesn’t bahave as I’d expect to get a working copy listing.)

svnversion will indicate that the WC is partial with a ‘P’.

(There seems to be no --dry-run option to use in conjunction with --set-depth for svn update. Likewise svn diff -rBASE:HEAD --depth=immediates does not produce the information I seek either.)

Is there some direct method? It would be nice to have a list of ‘eligible’ nodes available for checkout or update.

Thanks.

  • 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-18T09:58:42+00:00Added an answer on May 18, 2026 at 9:58 am
    svn ls --depth immediates .
    

    will show the child files and folders of the current folder even if they have not been checked out.

    Diffing that with the output of ls -1 yields the list of not-checked-out files/folders:

    svn ls --depth immediates . > immediates.txt
    ls -1 > checkedout.txt
    diff immediates.txt checkedout.txt
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a subversion working copy checked out into the directory my-project/ I want
I'm trying to recursively compare two Subversion working copy folders using WinMerge. Unfortunately, WinMerge
When I grep my Subversion working copy directory, the results include a lot of
Given a starting point in a Subversion working copy (e.g. current working directory), and
Quite often I'm sitting in the middle of a subversion working copy, and I
I've heard in the past that it's unsafe to share a Subversion working copy
I need to change the capitalization of a set of files in a subversion
We have a staging version of our web application (it is basically a subversion
My server has both Subversion and Apache installed, and the Apache web directory is
I have recently run into a particularly sticky issue regarding committing the result of

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.