discrepancies between 'svn -R list' and 'svn -R propget' (on windows using TSVN build command line client)

2016-11-16 Thread Lorenz
Hi all, navigating to a working copy folder (or a subfolder thereof) and issuing 'svn -R list path/sub' or 'svn -R list path\sub' results in: file1 subsub/file2 ... whereas 'svn -R pg svn:keywords path/sub' or 'svn -R pg svn:keywords path\sub' results in: sub\

RE: discrepancies between 'svn -R list' and 'svn -R propget' (on windows using TSVN build command line client)

2016-11-16 Thread Bert Huijben
> -Original Message- > From: Lorenz [mailto:loren...@yahoo.com] > Sent: woensdag 16 november 2016 10:02 > To: users@subversion.apache.org > Subject: discrepancies between 'svn -R list' and 'svn -R propget' (on windows > using TSVN build command line client) > > Hi all, > > navigating to

Re: discrepancies between 'svn -R list' and 'svn -R propget' (on windows using TSVN build command line client)

2016-11-16 Thread Lorenz
Bert Huijben wrote: >[...] >The difference is that 'svn ls' is really a repository operation, working on >URLS (or part of urls). On URLs we always use the url / platform independent >'/' separator. > >'svn propget' usually works on local paths, in which case we use the local >path (or technically

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

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

RE: discrepancies between 'svn -R list' and 'svn -R propget' (on windows using TSVN build command line client)

2016-11-16 Thread Bert Huijben
> -Original Message- > From: Lorenz [mailto:loren...@yahoo.com] > Sent: woensdag 16 november 2016 15:02 > To: users@subversion.apache.org > Subject: Re: discrepancies between 'svn -R list' and 'svn -R propget' (on > windows using TSVN build command line client) > > Bert Huijben wrote: >

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