On Fri, Dec 10, 2021 at 10:13 AM Bo Berglund <bo.bergl...@gmail.com> wrote:
>
> I have several devices on which I have checked out the same project.
> One is connected to a debugging external system and the others are not.
> Now I have been working on the debugging system and committed my changes from
> that.
> Then I have updated the project on the non-debug system expecting to get the
> same code on both.
> But this is what svn info gets me:
>
> Debug system where I just committed:
> ------------------------------------
> $ svn info
> Path: .
> Working Copy Root Path: /home/pi/projects/SSRemoteServer
> URL: https://mysvnserver/svn/pc/SSRemoteServer/trunk/source
> Relative URL: ^/SSRemoteServer/trunk/source
> Repository Root: https://mysvnserver/svn/pc
> Repository UUID: 1e489663-c639-2248-90da-e976bc628839
> Revision: 4470
> Node Kind: directory
> Schedule: normal
> Last Changed Author: bosse
> Last Changed Rev: 4470
> Last Changed Date: 2021-09-23 02:55:51 -0500 (Thu, 23 Sep 2021)
>
> Code writing system where I just updated:
> -----------------------------------------
> $ svn info
> Path: .
> Working Copy Root Path: /home/pi/projects/SSRemoteServer
> URL: https://mysvnserver/svn/pc/SSRemoteServer/trunk/source
> Relative URL: ^/SSRemoteServer/trunk/source
> Repository Root: https://mysvnserver/svn/pc
> Repository UUID: 1e489663-c639-2248-90da-e976bc628839
> Revision: 4474
> Node Kind: directory
> Schedule: normal
> Last Changed Author: bosse
> Last Changed Rev: 4474
> Last Changed Date: 2021-12-10 14:13:39 +0100 (Fri, 10 Dec 2021)
>
> I note that these items differ:
> -------------------------------
> Revision: 4470 vs 4474
> Last Changed Rev: 4470 vs 4474
> Last Changed Date: 2021-09-23 vs 2021-12-10
>
> Why are they not at the samerevision and date?
>
>
> --
> Bo Berglund
> Developer in Sweden
>


On the debug system, immediately after committing,  did you do 'svn update'?

Nathan

Reply via email to