Re: 'svn ls' not showing the contents of the repository

2017-11-29 Thread Lorenz
Daniel Shahaf wrote: >Anton Shepelev wrote on Wed, 29 Nov 2017 20:18 +0300: >> Why can 'svn ls' show different results when invoked from >> two working copies of the same repository? > >Probably because the working copy's BASE revision is different. 'svn ls' >runs 'svn ls .@BASE' by default. If

Re: 'svn ls' not showing the contents of the repository

2017-11-29 Thread Branko Čibej
On 29.11.2017 18:34, Daniel Shahaf wrote: > Anton Shepelev wrote on Wed, 29 Nov 2017 20:18 +0300: >> Why can 'svn ls' show different results when invoked from >> two working copies of the same repository? > Probably because the working copy's BASE revision is different. 'svn ls' > runs 'svn ls

Re: 'svn ls' not showing the contents of the repository

2017-11-29 Thread Anton Shepelev
Daniel Shahaf to Anton Shepelev: > > Why can 'svn ls' show different results when invoked > > from two working copies of the same repository? > > Probably because the working copy's BASE revision is > different. 'svn ls' runs 'svn ls .@BASE' by default. Disregarding what is writ in the Book? >

Re: 'svn ls' not showing the contents of the repository

2017-11-29 Thread Daniel Shahaf
Anton Shepelev wrote on Wed, 29 Nov 2017 20:18 +0300: > Why can 'svn ls' show different results when invoked from > two working copies of the same repository? Probably because the working copy's BASE revision is different. 'svn ls' runs 'svn ls .@BASE' by default. If you pass an explicit

'svn ls' not showing the contents of the repository

2017-11-29 Thread Anton Shepelev
Hello, all Why can 'svn ls' show different results when invoked from two working copies of the same repository? According to the documentation is should always list the acutal contents of the corresponding repository: The default TARGET is ., meaning the repository URL of the current