Philip Martin <philip@codematters.co.uk> writes:
> > 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
Thanks, Philip.
What is a command that causes this bug to happen? (Just trying to
determine how serious it is for most users, since I'm making 0.15
right now. If it's not going to strike very often, then it can wait
till the next interim release.)
-K
> 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
---------------------------------------------------------------------
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:46:09 2002