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

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

From: Greg Stein <gstein_at_gmail.com>
Date: Sat, 14 Feb 2009 02:00:28 +0100

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 <rhuijben_at_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
Received on 2009-02-14 02:00:47 CET

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.