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

assertion hit in svn merge

From: David Faure <faure_at_kde.org>
Date: 2005-05-31 17:03:59 CEST

The removal of a directory called "kspread" was (wrongly) committed in revision 420162.

To revert that, I tried
$ svn merge -r420162:420161 svn+ssh://dfaure@svn.kde.org/home/kde/branches/stable/l10n/it/docs/koffice/kspread
svn: File not found: revision 420203, path '/branches/stable/l10n/it/docs/koffice/kspread'
Well, of course it doesn't exist anymore, I want to revert its removal.....

So instead I tried:

$svn merge -rBASE:PREV kspread
svn: 'kspread' has no URL
(... why doesn't it use the url of the current directory as base? "svn info" shows the right url)

$ svn mkdir kspread
$ svn merge -rBASE:PREV kspread
svn: subversion/libsvn_ra_svn/marshal.c:421: vwrite_tuple: Assertion `opt || ((rev) >= 0)' failed.
^ bug?

I'm using svn version 1.2.0 (r14790).

-- 
David Faure, faure@kde.org, sponsored by Trolltech to work on KDE,
Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 31 17:07:06 2005

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

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