Den fre 10 dec. 2021 kl 17:02 skrev Stefan Sperling <s...@elego.de>: > 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
While svn up solves this particular issue, in normal operation it is seldom required. There are a few operations that doesn't work (or doesn't work well) on a mixed revision wc, for example merges and setting properties on the directory itself. But in general it is quite seldom I run svn up unless I want to fetch new revisions from the server. Kind regards, Daniel