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

Re: [PATCH] Revert and svn:needs-lock

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-04-29 00:45:52 CEST

kfogel@collab.net writes:

> I don't have time to review/test this now, but I will try to tomorrow.
> If you get a chance to repost before then, that would help a bit, but
> it's not a big deal.

It's more or less an "obvious fix" :)

Does your previous patch act as a regression tests for this?

>> Index: subversion/libsvn_wc/adm_ops.c
>> ===================================================================
>> --- subversion/libsvn_wc/adm_ops.c (revision 14500)
>> +++ subversion/libsvn_wc/adm_ops.c (working copy)
>> @@ -1231,7 +1231,7 @@
>>
>> /* Get the full list of property changes and see if any magic
>> properties were changed. */
>> - SVN_ERR (svn_wc_get_prop_diffs (&propchanges, NULL, name ? name : "",
>> + SVN_ERR (svn_wc_get_prop_diffs (&propchanges, NULL, fullpath,
>> adm_access, pool));

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 29 00:48:45 2005

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.