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

Re: svn commit: r1079592 - /subversion/trunk/subversion/svn/main.c

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Tue, 15 Mar 2011 06:43:05 +0200

stsp_at_apache.org wrote on Tue, Mar 08, 2011 at 22:51:52 -0000:
> Author: stsp
> Date: Tue Mar 8 22:51:51 2011
> New Revision: 1079592
>
> URL: http://svn.apache.org/viewvc?rev=1079592&view=rev
> Log:
> * subversion/svn/main.c
> (svn_cl__cmd_table): Document foreign repos merges in merge help text.
>
> Modified:
> subversion/trunk/subversion/svn/main.c
>
> Modified: subversion/trunk/subversion/svn/main.c
> URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/main.c?rev=1079592&r1=1079591&r2=1079592&view=diff
> ==============================================================================
> --- subversion/trunk/subversion/svn/main.c (original)
> +++ subversion/trunk/subversion/svn/main.c Tue Mar 8 22:51:51 2011
> @@ -893,6 +893,14 @@ const svn_opt_subcommand_desc2_t svn_cl_
> "\n"
> " svn diff ^/trunk_at_500 ^/feature_at_HEAD\n"
> "\n"
> + " Note that a 2-URL merge can also merge from foreign repositories.\n"
> + " While SOURCE1 and SOURCE2 must both come from the same repository,\n"
> + " TARGET_WCPATH may come from a different repository than the sources.\n"
> + " However, there are some caveats. Most notably, copies made in the\n"
> + " merge source will be transformed into plain additions in the merge\n"
> + " target, since the copyfrom information is only valid within the\n"
> + " source repository.\n"

s/within the source repository/within a single repository/
(or other phrasing that captures the "Doesn't cross repository boundaries" semantics)

Also: is "copyfrom information" a user-facing phrase?

> + "\n"
> "\n"
> " The following applies to all types of merges:\n"
> "\n"
>
>
Received on 2011-03-15 05:43:57 CET

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.