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

Re: Enhancing and possibly renaming svnadmin archive command

From: <cmpilato_at_collab.net>
Date: 2003-08-07 16:15:07 CEST

Vladimir Berezniker <vmpn@tigris.org> writes:

> Found a typo in --only-unused option description. Updated patch
> follows.

I'll commit this patch as soon as I do a little testing/fixing on it.

Already I've found a SEGFAULT -- while svn_fs_berkeley_logfiles
promises to return an array, sometimes it returns NULL, and a caller
wasn't check for that. The promise is fine, the code broken, so I'm
making it always return an array, even if it's empty (which is
consistent with other FS function promises).

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Aug 7 16:35:00 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.