Hi,
I sent this patch on September 8, it hasn't yet been applied, no
worries, just resending. I checked it this evening and it is still
current.
-David
* subversion/svnadmin/svnadmin.1 : Sync manpage with revision
3206 of subversion/svnadmin/main.c
Index: subversion/svnadmin/svnadmin.1
===================================================================
--- subversion/svnadmin/svnadmin.1
+++ subversion/svnadmin/svnadmin.1 2002-09-22 18:08:05.000000000 -0700
@@ -1,4 +1,4 @@
-.TH svnadmin 1 "27 Jun 2002" "svn 0.13.0" "Subversion Command Line Tool"
+.TH svnadmin 1 "22 Sept 2002" "svn r3206" "Subversion Command Line Tool"
.SH NAME
svnadmin \- Subversion repository administration tool
.SH SYNOPSIS
@@ -50,7 +50,7 @@
Create a new transaction based on
.IR base_rev .
.TP
-.BI dump " repos-path" " \fR[\fI lower-rev \fR[\fI upper-rev \fR]]"
+.BI dump " repos-path" " \fR[\fI lower-rev \fR[\fI upper-rev \fR]] \fR[\fI--incremental\fR]\fI"
Dump the contents of filesystem to stdout in a 'dumpfile'
portable format, sending feedback to stderr. Dump revisions
.IR lower-rev
@@ -67,10 +67,12 @@
new revisions into the repository's filesystem.
Send progress feedback to stdout.
.TP
-.BI lscr " repos-path path"
+.BI lscr " repos-path path \fR[\fI --copies \fR]\fI"
Print, one-per-line and youngest-to-eldest, the revisions in which
.IR path
-was modified. (For directories, this is, for now, almost guaranteed to be
+was modified. Use the --copies flag to allow this operation
+to cross copy history while searching for revisions.
+(For directories, this is, for now, almost guaranteed to be
uninteresting. Also, path must exist in the HEAD of the repository.
.TP
.BI lsrevs " repos-path" " \fR[\fI lower-rev \fR[\fI upper-rev \fR]]"
@@ -79,7 +81,7 @@
is given, that revision tree is printed.
If two revisions are given, that range is printed, inclusive.
.TP
-.BI lstxns " \fR[ \fB--long\fP ]\fI repos-path"
+.BI lstxns " repos_path \fR[ \fB--long\fP ]\fI"
Print all txn names and, if
.BI --long
is specified, their metadata and trees.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Sep 23 03:07:42 2002