[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: Lorenz <lorenznl_at_yahoo.com>
Date: Thu, 30 Nov 2017 06:11:27 +0000

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

Then perhaps this fact should be mentioned in the BOOK and "svn help
ls".

"The default TARGET is “.”, meaning the repository URL of the current
working copy directory."

vs.

"The default TARGET is “._at_BASE”, meaning the repository URL of the
current working copy directory at the time of checkout or last
update."

Lorenz
Received on 2017-11-30 07:12:47 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.