You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Greg Stein <gs...@gmail.com> on 2009/02/14 01:00:28 UTC

Re: svn commit: r35827 - trunk/subversion/libsvn_client

It's almost like you didn't even run the earlier code to look at the output. ??

On Thu, Feb 12, 2009 at 11:02, Bert Huijben <rh...@sharpsvn.net> wrote:
> Author: rhuijben
> Date: Thu Feb 12 02:02:40 2009
> New Revision: 35827
>
> Log:
> * subversion/libsvn_client/locking_commands.c
>  (store_locks_callback): Following up on r35826, notify the actual url
>    as url instead of just a path variable containing an index.
>
> Modified:
>   trunk/subversion/libsvn_client/locking_commands.c
>
> Modified: trunk/subversion/libsvn_client/locking_commands.c
> URL: http://svn.collab.net/viewvc/svn/trunk/subversion/libsvn_client/locking_commands.c?pathrev=35827&r1=35826&r2=35827
> ==============================================================================
> --- trunk/subversion/libsvn_client/locking_commands.c   Thu Feb 12 01:24:57 2009        (r35826)
> +++ trunk/subversion/libsvn_client/locking_commands.c   Thu Feb 12 02:02:40 2009        (r35827)
> @@ -121,7 +121,7 @@ store_locks_callback(void *baton,
>         }
>     }
>   else
> -    notify->url = path; /* Notify that path is actually a url  */
> +    notify->url = rel_url; /* Notify that path is actually a url  */
>
>   if (lb->ctx->notify_func2)
>     lb->ctx->notify_func2(lb->ctx->notify_baton2, notify, pool);
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=495&dsMessageId=1144161
>

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1154381