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

'svn merge' terminology

From: Brian Denny <brian_at_briandenny.net>
Date: 2003-03-11 17:19:18 CET

while poking around working on issue #785, i noticed a bit of a
terminology inconsistency:

in the 'svn help merge' output (and the similar reference in ch 8), the
syntax is described as:
  2. svn merge -r X:Y TARGET [PATH]

in the code (merge-cmd.c), however, 'target' refers to PATH, and
'source' refers to TARGET.

Ch. 4 also uses the word 'target' to refer to PATH.

The word 'target' does kind of make sense as a way of describing either
argument, but i think that it makes more sense for PATH; thus, I propose
that the 'svn help merge' output be changed to:
  2. svn merge -r X:Y SOURCE [PATH]

in any case, i'd like to see the terminology made consistent. i'm happy
to submit a patch if i get a thumbs-up from the list.

-brian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Mar 11 17:24:22 2003

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.