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

Re: Notifications when merge aborts due to conflicts

From: Daniel Rall <dlr_at_finemaltcoding.com>
Date: 2007-09-12 19:06:33 CEST

On Sep 12, 2007, at 8:23 AM, Mark Phippard wrote:

> Dan,
>
> Starting to test this feature to implement in the merge client. Is
> this what you expected the command line output to look like? It seems
> like the line breaks are not right:
>
> $ svn merge -g
> --- Merging r5 through r8:
> U src/com/collabnet/banking/tests/BankingTests.java
> Conflict discovered in 'src/com/collabnet/banking/models/
> BankAccount.java'.
> Select: (p)ostpone, (d)iff, (e)dit, (h)elp : p
> C src/com/collabnet/banking/models/BankAccount.java
> U docs/products/index.html
> U docs/about/index.html
> subversion/libsvn_client/merge.c:2184: (apr_err=155015)
> svn: One or more conflicts were produced while merging r4:8 into
> '.' --
> resolve all conflicts and rerun the merge to apply the remaining
> unmerged revisions
> $

I was assuming that target_wcpath (the input to the
make_merge_conflict_error routine which produces the error which
causes this output) could potentially be quite long. Given that, how
do you suggest the line breaks on this output should go (e.g. move
some of "resolve all ..." up onto the previous line)?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Sep 12 23:54:21 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.