On Fri, 12 Apr 2019 21:13:42 +0200, Bo Berglund
<bo.bergl...@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

Reply via email to