Re: "You have to update your working copy" doesn't offer to update

2022-11-22 Thread Daniel Sahlberg via TortoiseSVN-dev
tisdag 22 november 2022 kl. 18:31:53 UTC+1 skrev Stefan: > yes, please commit. > Thanks for the review. Committed r29482. /Daniel -- You received this message because you are subscribed to the Google Groups "TortoiseSVN-dev" group. To unsubscribe from this group and stop receiving emails fr

Re: "You have to update your working copy" doesn't offer to update

2022-11-22 Thread Stefan via TortoiseSVN-dev
On Monday, November 21, 2022 at 11:43:51 PM UTC+1 daniel.l...@gmail.com wrote: > Hi, > > There has been reports about commits (and merge?) failing with "You have > to update your working copy first" but without the subsequent offer to > update. > > Today I stumbled on one such case. I traced

"You have to update your working copy" doesn't offer to update

2022-11-21 Thread Daniel Sahlberg via TortoiseSVN-dev
Hi, There has been reports about commits (and merge?) failing with "You have to update your working copy first" but without the subsequent offer to update. Today I stumbled on one such case. I traced it to CommitCommand::IsOutOfDate not checking for error 155011 (SVN_ERR_WC_NOT_UP_TO_DATE). I