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

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

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-04-07 22:11:58 CEST

Amir Guindehi <amir@datacore.ch> writes:

> svn merge https://svn.zebra.datacore.ch/read-only/zebra-pj/trunk . -r181: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

Yes, that's a bug. The merge callbacks ignore --dry-run when deleting
items, and then fail when attempting to modify the entries file using
a read-only access baton. Please raise an issue.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Apr 7 22:12:47 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.