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

[patch] svn.1 update

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2002-01-05 18:17:26 CET

This fills in some of the 'Not yet written' portions of the svn.1 man
page, and updates a few others to be more consistant with the output
of 'svn help'.

* svn.1
  (propdel): use 'propname' instead of 'name' to be consistent with
             output of svn help propname.
  (propget): document, based on output of 'svn help propget'.
  (proplist): ditto.
  (propset): use 'propname' instead of 'name' to be consistent with
             output of 'svn help propset'.
  (revert): document, based on output of 'svn help revert'.

Index: svn.1
===================================================================
--- .svn/text-base/svn.1.svn-base Sat Jan 5 11:06:05 2002
+++ svn.1 Sat Jan 5 12:08:38 2002
@@ -201,21 +201,21 @@
 can be specified either as a local file name, or as a URL in a possibly remote
 repository.
 .TP
-\fBpropdel\fP \fIname\fP [\fItargets\fP]
+\fBpropdel\fP \fIpropname\fP [\fItargets\fP]
 (Alias: pdel)
-Remove property \fIname\fP on files and directories.
+Remove property \fIpropname\fP on files and directories.
 .TP
-\fBpropget\fP
+\fBpropget\fP \fIpropname\fP [\fItargets\fP]
 (Alias: pget, pg)
-Not yet written. Find out, fill in, submit.
+Get the value of \fIpropname\fP on files and directories.
 .TP
-\fBproplist\fP
+\fBproplist\fP [\fItargets\fP]
 (Alias: plist, pl)
-Not yet written. Find out, fill in, submit.
+List all properties for given files and directories.
 .TP
-\fBpropset\fP \fIname\fP [\fIvalue\fP | \fI--valfile file\fP ] [\fItargets\fP]
+\fBpropset\fP \fIpropname\fP [\fIvalue\fP | \fI--valfile file\fP ] [\fItargets\fP]
 (Alias: pset, ps)
-Set property \fIname\fP to \fIvalue\fP on files and directories.
+Set property \fIpropname\fP to \fIvalue\fP on files and directories.
 .TP
 \fBrdiff\fP \fIURL1 URL2\fP
 Exactly the same as diff, but takes 2 URLs and requires no working copy.
@@ -223,7 +223,7 @@
 \fBexample:\fP svn rdiff http://svn.tigris.org/one http://svn.tigris.org/two
 .TP
 \fBrevert\fP [\fIfile\fP\|.\|.\|.]
-Not yet written. Find out, fill in, submit.
+Restore a pristine working copy version of file, undoing all local changes.
 .TP
 \fBstatus\fP [\fItargets\fP]
 (Alias: stat, st)

-- 
garrett rooney                     Unix was not designed to stop you from 
rooneg@electricjellyfish.net       doing stupid things, because that would  
http://electricjellyfish.net/      stop you from doing clever things.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:54 2006

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.