[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[BUG?] merge with --dry-run fails but without works fine

From: Amir Guindehi <amir_at_datacore.ch>
Date: 2003-04-07 13:54:33 CEST

hi,

i just saw a strange behavior of subversion 0.20.1.
you can reproduce it like this:

svn co https://svn.zebra.datacore.ch/read-only/zebra-ag/trunk zebra-ag
-r 186
cd zebra-ag

if you do:

svn merge https://svn.zebra.datacore.ch/read-only/zebra-pj/trunk . -r
181:182 --dry-run
subversion/libsvn_wc/lock.c:622: (apr_err=155005)
svn: Working copy not locked
svn: no write-lock in: doc <-------------------------- BUG?

if i remove the --dry-run it _works_:

svn merge https://svn.zebra.datacore.ch/read-only/zebra-pj/trunk . -r
181:182
D doc/Makefile.in
D doc/Makefile.in
D ospfclient/Makefile.in
D ospfclient/Makefile.in
D lib/Makefile.in
D lib/Makefile.in
D bgpd/Makefile.in
D bgpd/Makefile.in
D vtysh/Makefile.in
D vtysh/Makefile.in
D ripngd/Makefile.in
D ripngd/Makefile.in
D ripd/Makefile.in
D ripd/Makefile.in
D ospf6d/Makefile.in
D ospf6d/Makefile.in
D zebra/Makefile.in
D zebra/Makefile.in
D ospfd/Makefile.in
D ospfd/Makefile.in
D configure
D configure
D Makefile.in
D Makefile.in
D config.h.in
D config.h.in
D aclocal.m4
D aclocal.m4

just wanted to make you aware of this...
if you need more information email me!

regards
- amir

-- 
Amir Guindehi, nospam.amir@datacore.ch
DataCore GmbH, Witikonerstrasse 289, 8053 Zurich, Switzerland
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Apr 7 13:55:25 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.