On Thu, Feb 10, 2011 at 10:58, Philip Martin <philip.mar...@wandisco.com> wrote: > Bert Wesarg <bert.wes...@googlemail.com> writes: > >> svn switch ^/branches/branch >> svn up >> svn merge ^/trunk >> svn ci -m "merging" >> svn up >> svnversion >> # 6 >> svnversion -c >> # 4:6 >> svn info >> # Revision: 6 >> # Last Changed Rev: 6 >> svn switch ^/trunk >> svn up >> >> # here it starts to show the wrong revision. >> >> svnversion >> # 6 >> svnversion -c >> # 2:6 > > I think this is fixed on trunk. I get your results with 1.6 and with > 1.7 I get: > > $ svnversion -c svn-wc.12027/ > 2:5 > $ svn st -v svn-wc.12027/ > 6 5 pm svn-wc.12027 > 6 2 pm svn-wc.12027/file > 6 5 pm svn-wc.12027/dir > 6 5 pm svn-wc.12027/dir/sub-file >
Good new, and thanks for looking into this. Bert > > -- > Philip >