Re: svn::auto-props and svn:needs-lock

2021-12-10 Thread Daniel Sahlberg
Den tors 9 dec. 2021 kl 11:18 skrev Sebastian Weilhammer < sebastian.weilham...@madheadgames.com>: > Is that not what I'm doing by setting svn:auto-props to *= on the child > node? > I have tried the following, I think this is matches what you are trying to do. This is done using Subversion 1.14.

ASF Subversion version

2021-12-10 Thread Luke Mauldin
I noticed that the ASF is still running Subversion 1.9.x which was released quite a few years ago. Does anyone know why they haven’t at least upgraded to the 10.x LTS release which itself is over 2 years old at this point? Luke

Re: ASF Subversion version

2021-12-10 Thread Mark Phippard
On Fri, Dec 10, 2021 at 8:12 AM Luke Mauldin wrote: > > I noticed that the ASF is still running Subversion 1.9.x which was released > quite a few years ago. Does anyone know why they haven’t at least upgraded to > the 10.x LTS release which itself is over 2 years old at this point? ASF Infra us

Re: ASF Subversion version

2021-12-10 Thread Luke Mauldin
Gotcha, thank you. > On Dec 10, 2021, at 7:14 AM, Mark Phippard wrote: > > On Fri, Dec 10, 2021 at 8:12 AM Luke Mauldin wrote: >> >> I noticed that the ASF is still running Subversion 1.9.x which was released >> quite a few years ago. Does anyone know why they haven’t at least upgraded >> t

Compare revisions on different devices, why different?

2021-12-10 Thread Bo Berglund
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 t

Re: Compare revisions on different devices, why different?

2021-12-10 Thread Nathan Hartman
On Fri, Dec 10, 2021 at 10:13 AM Bo Berglund 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 ha

Re: Compare revisions on different devices, why different?

2021-12-10 Thread Bo Berglund
On Fri, 10 Dec 2021 10:14:24 -0500, Nathan Hartman wrote: >> Why are they not at the samerevision and date? >> >> > >On the debug system, immediately after committing, did you do 'svn update'? > >Nathan No, I assumed that was not needed since the debug system is where I have done code changes l

Re: Compare revisions on different devices, why different?

2021-12-10 Thread Stefan Sperling
On Fri, Dec 10, 2021 at 04:57:03PM +0100, Bo Berglund wrote: > So the update did nothing except fix the revision number and time stamp. > > Do you need to do an svn up after each svn ci in order to fix the state? Yes. See here for an explanation: https://subversion.apache.org/faq.html#hidden-log

Re: Compare revisions on different devices, why different?

2021-12-10 Thread Daniel Sahlberg
Den fre 10 dec. 2021 kl 17:02 skrev Stefan Sperling : > On Fri, Dec 10, 2021 at 04:57:03PM +0100, Bo Berglund wrote: > > So the update did nothing except fix the revision number and time stamp. > > > > Do you need to do an svn up after each svn ci in order to fix the state? > > Yes. See here for a