Re: libsvn_ra_svn\marshal.c line 486: assertion failed (opt || cstr)
From: Stein Somers <ssomers_at_opnet.com>
Date: Tue, 15 Sep 2009 17:06:43 +0200
Stefan Sperling wrote:
The last step, the update.
> this script (which I hope is equivalent to what you were doing):
It's different in that:
With the following variation of your script I have the same assertion abort
#!/bin/sh
set -eu
cwd=`pwd`
set -x
rm -rf $scratch_area
mkdir -p $trunk
svnadmin create $cwd/$repos
svn rm $trunk/alpha
svnserve --pid-file $scratch_area/svnserve.pid \
-- Stein ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2395117 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].Received on 2009-09-15 17:07:26 CEST |
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.