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

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

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Wed, 29 Nov 2017 17:34:48 +0000

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 ._at_BASE' by default. If you pass an explicit revision
you'll get identical output: 'svn ls -r HEAD'.

This could also be caused by authz settings.
Received on 2017-11-29 18:34:52 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.