
Frank Birbacher wrote:
Hi!
Vladimir Prus schrieb:
I *think* this is caused by renamed of trunk to devel and back to trunk that I observe in "svn log". However, I'm not sure what's the right way to do what I want. Any ideas?
svn up -r 38168 .@BASE ?
This works, but not in the way I'd expect: ghost@wind:~/Work/Boost/boost-svn/tools/boostbook$ svn up At revision 39129. ghost@wind:~/Work/Boost/boost-svn/tools/boostbook$ svn up -r37991 .@BASE At revision 37991. And svn log has this: r37992 | danieljames | 2007-06-14 23:41:46 +0400 (Thu, 14 Jun 2007) | 2 lines Changed paths: M /trunk/boost/tools/boostbook/xsl/html.xsl M /trunk/boost/tools/boostbook/xsl/navbar.xsl M /trunk/boost/tools/boostbook/xsl/xhtml.xsl So I'd expect those three files to be changed by "svn up", but this does not happens. - Volodya