You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@subversion.apache.org by "Johan Corveleyn (JIRA)" <ji...@apache.org> on 2016/06/12 23:03:20 UTC

[jira] [Resolved] (SVN-3787) Show excluded items in 'svn info -R' listing

     [ https://issues.apache.org/jira/browse/SVN-3787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Johan Corveleyn resolved SVN-3787.
----------------------------------
       Resolution: Fixed
    Fix Version/s:     (was: 1.10-consider)
                   1.7.20

This issue seems to be fixed, at least since 1.7.20 (which is the oldest version I've tested).

See this summarized transcript:

{noformat}
C:\research\svn\test3>svnadmin create repos

C:\research\svn\test3>svn mkdir --parents -mm file:///c:/research/svn/test3/repos/a/b/c file:///c:/research/svn/test3/repos/a/d/e

Committed revision 1.

C:\research\svn\test3>svn co file:///c:/research/svn/test3/repos wc
A    wc\a
A    wc\a\b
A    wc\a\b\c
A    wc\a\d
A    wc\a\d\e
Checked out revision 1.

C:\research\svn\test3>svn up --set-depth exclude wc/a/d
D    wc\a\d

C:\research\svn\test3>svn info -R wc
...
Path: wc\a\d
Working Copy Root Path: C:\research\svn\test3\wc
URL: file:///C:/research/svn/test3/repos/a/d
Repository Root: file:///C:/research/svn/test3/repos
Repository UUID: f37c951e-142a-af49-82f0-50cfa3a95efb
Revision: 1
Node Kind: directory
Schedule: normal
Depth: exclude
{noformat}

> Show excluded items in 'svn info -R' listing
> --------------------------------------------
>
>                 Key: SVN-3787
>                 URL: https://issues.apache.org/jira/browse/SVN-3787
>             Project: Subversion
>          Issue Type: Improvement
>          Components: libsvn_client
>    Affects Versions: trunk
>            Reporter: C. Michael Pilato
>             Fix For: 1.7.20
>
>
> It would be ever-so-helpful to folks looking to capture and replicate a working copy sparse checkouts configuration if 'svn info -R' would show exclude items, if only optionally, and even then if only just with minimal info:
> Path:  some/excluded-path
> Depth:  exclude
> Today you cannot look at 'svn info -R' output and get a complete picture of what is and isn't in the sparse configuration.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)