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

Re: svn-push crashes (under cygwin)

From: Max Bowsher <maxb_at_ukf.net>
Date: 2005-05-13 22:45:45 CEST

Mathias Weinert wrote:
> Hi there,
>
> I am trying to run svn-push for several hours now but I always get
> segmentation faults or assertions. I built svn-push with revision 14711
> from branches/1.2.x after building subversion itself ('make' and then
> 'make
> svn-push') (I did this using cygwin). The build seems to be okay but every
> call to svn-push leads to a crash. This happens if I use svn:// as well as
> if I use file://.
>
> Is there anyone who made svn-push run? Perhaps even with cygwin?
> I would be happy if I could get a clue what to do to make svn-push run.

Thanks for the report, I've discovered a bug in svn-push.c.

Change the NULL parameter in the ra_src->do_diff() call to an empty string,
i.e. "" .

I'll commit that now.

As you have experienced, "contrib" code is not thoughroughly tested or
maintained.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri May 13 23:03:21 2005

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.