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

Re: Basic usage surprise, update does not retrieve new files....

From: Bo Berglund <bo.berglund_at_gmail.com>
Date: Fri, 12 Apr 2019 23:53:56 +0200

On Fri, 12 Apr 2019 21:13:42 +0200, Bo Berglund
<bo.berglund_at_gmail.com> wrote:

>Surprise!
>Only a single file was retrieved and this was a common file used by
>both the original project and the Linux project.
>No sign of the Linux project files at all!
>
>Aren't files added on a workstation and committed there supposed to be
>retrieved when another workstation performs an update on the same
>project?
>
>What can have gone wrong here?

Wrong Depth setting on the WC...

>What can I look for on either the Windows or Linux end?

svn info showed amongst other things:

Revision: 977
Node Kind: directory
Schedule: normal
Depth: empty <=== Not good....
Last Changed Author: bosse
Last Changed Rev: 977

Remedy:
-------
svn update --set-depth infinity

After this:
svn info
...
Node Kind: directory
Schedule: normal
Last Changed Author: bosse
Last Changed Rev: 977

Note: No longer Depth: empty
and the missing files appeared!

-- 
Bo Berglund
Developer in Sweden
Received on 2019-04-12 23:54:26 CEST

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.