You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@subversion.apache.org by "Julian Foad (JIRA)" <ji...@apache.org> on 2018/06/22 15:44:00 UTC

[jira] [Created] (SVN-4753) SVN viewspec feature

Julian Foad created SVN-4753:
--------------------------------

             Summary: SVN viewspec feature
                 Key: SVN-4753
                 URL: https://issues.apache.org/jira/browse/SVN-4753
             Project: Subversion
          Issue Type: New Feature
            Reporter: Julian Foad


A "view spec" feature has often been requested to control the "shape" of a checkout - for example, to selectively exclude and include subdirectories to make a sparse WC.

Several of the pieces needed now exist:
 * experimental "svn info --viewspec" command outputs a view spec describing the current WC shape
 * the old script "tools/client-side/svn-viewspec.py" takes a view spec as input and creates a checkout
 ** inefficient - it downloads everything first and then deletes the unwanted bits
 * an ugly hack for doing a view spec checkout efficiently is described here:
 ** [http://mail-archives.apache.org/mod_mbox/subversion-dev/201803.mbox/%3C878tapdpy8.fsf%40codematters.co.uk%3E]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)