[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Does svn:externals Support --depth?

From: Jim <ellabebop_at_gmail.com>
Date: Tue, 1 Dec 2015 15:43:41 -0800 (PST)

I'm trying to use svn:externals to include a directory from repo B in
working copies of repo A. I can change only repo A. The external
directory is huge, but I want only a few immediate children. Is there a
way to get what this implies from svn:externals?

% svn proplist -v .
Properties on '.':
  svn:externals
    "-r1346 --depth=immediates"
http://www.example.com/svn/repoB/hugeDirTree smallDirTree

This is conceptual only. I can't set the property as shown because of the
--depth. Apparently, it accepts only a -r.

Thanks.

Jim
Received on 2015-12-02 00:43:56 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.