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.
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
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
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
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
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
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
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
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