Re: svn --recursive and externals

2016-11-17 Thread Stefan Sperling
On Thu, Nov 17, 2016 at 07:54:04AM +, Lorenz wrote: > 'svn help pg' on the other hand doen't gives not infomation about > externals at all, and it rejects '--include-externals'. > So no recursing into externals with 'svn propget' at all 8-( Yes, propset/propget/proplist are a bit tricky. For

Re: svn --recursive and externals

2016-11-16 Thread Lorenz
Stefan Sperling wrote: >On Wed, Nov 16, 2016 at 02:22:53PM +, Lorenz wrote: >> looks like "svn --recursive ..." ignors externals. >> >> Is this intended? > >Look for --ignore-externals or --include-externals options in the >output of 'svn help SUBCOMMAND', where SUBCOMMAND is whichever >svn co

Re: svn --recursive and externals

2016-11-16 Thread Stefan Sperling
On Wed, Nov 16, 2016 at 02:22:53PM +, Lorenz wrote: > Hi all, > > looks like "svn --recursive ..." ignors externals. > > Is this intended? Look for --ignore-externals or --include-externals options in the output of 'svn help SUBCOMMAND', where SUBCOMMAND is whichever svn command you're tryin

svn --recursive and externals

2016-11-16 Thread Lorenz
Hi all, looks like "svn --recursive ..." ignors externals. Is this intended? I don't seem to be able to find any documentation about the it. Either there is none, or my seach skills are lacking badly. -- Lorenz