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

Re: crash in rev 3683

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-11-07 21:27:02 CET

Stefan Küng <stefan_kueng@catv.rol.ch> writes:

> Hi,
>
> I just compiled the newest revision of Subversion and tried
> to run some tests with my client. But this time it crashed.
> in the file libsvn_wc\status.c the function
> svn_error_t *
> svn_wc_status( ...)

Oops, my fault. This ought to fix it

Index: ../svn/subversion/libsvn_wc/status.c
===================================================================
--- ../svn/subversion/libsvn_wc/status.c (revision 3683)
+++ ../svn/subversion/libsvn_wc/status.c (working copy)
@@ -462,6 +462,8 @@
           SVN_ERR (svn_wc_entry (&parent_entry, parent_path, parent_access,
                                  FALSE, pool));
         }
+ else
+ parent_entry = NULL;
     }
 
   SVN_ERR (assemble_status (&s, path, adm_access, entry, parent_entry,

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Nov 7 21:27:48 2002

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.