Name

svn mergeinfo — Query merge-related information. See the section called “Mergeinfo and Previews” for details.

Synopsis

svn mergeinfo [TARGET[@REV]...]

Description

Query merge-related information.

Alternate Names

None

Changes

Nothing

Accesses Repository

Yes

Options

--revision (-r) REV
--username USER
--password PASS
--no-auth-cache
--non-interactive
--config-dir DIR

Example

Find out which changesets your trunk directory has already received as well as what changesets it's still eligible to receive.

$ svn mergeinfo branches/test
Path: branches/test
  Source path: /trunk
    Merged ranges: r2:13
    Eligible ranges: r13:15

copyright  ©  November 23 2008 sean dreilinger url: http://durak.org/sean/pubs/software/version-control-with-subversion-1.5/svn.ref.svn.c.mergeinfo.html