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

Re: [Issue 1160] Changed - svnserve crashes while client is doing a merge

From: Matt Kraai <kraai_at_alumni.cmu.edu>
Date: 2003-03-26 23:01:01 CET

On Wed, Mar 26, 2003 at 02:38:50PM -0600, kfogel@collab.net wrote:
> Index: subversion/svnserve/serve.c
> ===================================================================
> --- subversion/svnserve/serve.c (revision 5467)
> +++ subversion/svnserve/serve.c (working copy)
> @@ -408,7 +408,7 @@
> SVN_ERR(svn_ra_svn_start_list(conn, pool));
> SVN_ERR(svn_ra_svn_write_word(conn, pool, "success"));
> SVN_ERR(svn_ra_svn_start_list(conn, pool));
> - SVN_ERR(svn_ra_svn_write_cstring(conn, pool, hex_digest));
> + SVN_ERR(svn_ra_svn_write_tuple(conn, pool, "(?c)", hex_digest));
                                                 ^ ^
These parentheses should be removed.

Matt

-- 
It's most certainly GNU/Linux, not Linux.  Read more at
http://www.gnu.org/gnu/why-gnu-linux.html.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Mar 26 23:00:05 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.