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

Re: svn merge fails in 0.15

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-11-16 19:16:05 CET

sperber@informatik.uni-tuebingen.de (Michael Sperber [Mr. Preprocessor]) writes:

> Philip> I wonder if there is a problem with the installed binary, wrong
> Philip> libraries at run-time or something?
>
> I don't think so: it's happened for two subsequent (and fairly
> vanilla) installs, and most everything else works.
>
> Philip> Does the command work if you use the binary in the build dir
> Philip> (subversion/clients/cmdline/svn) instead of the installed one?
>
> No, same symptoms.

I don't know what else to suggest, the code that has run so far is not
specific to merge, it is used by most of the other commands.

I suspect the problem occurs during svn_opt_args_to_target_array()
which should process the two "targets", i.e. the URL and the working
copy path, by converting them to UTF8 and pushing them onto the target
array. That's just a guess, I don't know what could be going wrong.

Can you use gdb to determine the value of the variable target at line
619 in svn_opt_args_to_target_array()? It's in a loop, you should get
there twice, and you should see the command line URL and wc path.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Nov 16 19:16:48 2002

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.