Re: [PATCH] Warn when attempting to reverse merge range from target's future history
From: Kamesh Jayachandran <kamesh_at_collab.net>
Date: Fri, 15 Feb 2008 19:35:29 +0530
> svn: warning: Cannot reverse merge a range from a path's own future
Looks fine with me.
I have couple of comments to your patch.
Sorry for not able to respond inline to your original patch(blame my
Comment1:
- if (((*remaining_ranges)->nelts == 0)
+ if (((*remaining_ranges)->nelts == 0)
i.e The final condition should be 'entry->revision <= revision2' not
Comment2:
Why should we use 'svn_client__repos_locations' to get the URL of
Thanks
---------------------------------------------------------------------
|
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.