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

Re: Problem with suggestMergeSources() API and getCopySource() removal

From: Mark Phippard <markphip_at_gmail.com>
Date: 2007-08-29 21:22:34 CEST

On 8/28/07, Mark Phippard <markphip@gmail.com> wrote:
> On 8/28/07, C. Michael Pilato <cmpilato@collab.net> wrote:
> > Okay. Well, I can teach svn_client_suggest_merge_sources() to accept
> > path_or_url + revision easy enough, and am doing so now.
>
> It looks like you added this in r26370. When I try to use it however,
> it looks like it is treating my URL as local path:
>
> svn: 'file:///Users/mphippard/repositories/dev1.5/branches' is not a
> working copy
> No such file or directory
> svn: Can't open file
> 'file:///Users/mphippard/repositories/dev1.5/branches/.svn/entries':
> No such file or directory
> svn: subversion/libsvn_wc/lock.c:598: (apr_err=155007)
>
> The above was from OSX. On Windows, you get something like this:
>
> svn: Can't check path 'file:\\\repos\test1\trunk': The filename,
> directory name, or volume label syntax is incorrect.
>
> In that example, the URL was right when it entered JavaHL.

I have attached patch for JavaHL tests that demonstrates the problem.
I verified the test produces the problem, I am not 100% certain when
the problem is fixed that I am comparing the right value to have the
test pass. So that might need to be adjusted.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Wed Aug 29 21:19:49 2007

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.