[26940] trunk/base/doc/portfile.7

source_changes at macosforge.org source_changes at macosforge.org
Thu Jul 12 10:37:05 PDT 2007


Revision: 26940
          http://trac.macosforge.org/projects/macports/changeset/26940
Author:   boeyms at macports.org
Date:     2007-07-12 10:37:04 -0700 (Thu, 12 Jul 2007)

Log Message:
-----------
Correct examples and add description to info on svn.tag.

Modified Paths:
--------------
    trunk/base/doc/portfile.7

Modified: trunk/base/doc/portfile.7
===================================================================
--- trunk/base/doc/portfile.7	2007-07-12 16:18:58 UTC (rev 26939)
+++ trunk/base/doc/portfile.7	2007-07-12 17:37:04 UTC (rev 26940)
@@ -729,7 +729,10 @@
       svn.url svn://www.domain.com/svn-repo/mydirectory
 .It Ic svn.tag
 Specify the a tag from which svn should fetch files. This
-corresponds to the -r option to the svn cli.
+corresponds to the -r option to the svn cli.  Note that you
+will need to use backslashes to escape characters that have
+meaning to the Tcl interpreter, such as braces and double
+quotes.
 .br
 .Sy Type:
 .Em optional
@@ -738,8 +741,8 @@
 .Em none
 .br
 .Sy Example:
-.Dl svn.url http://www.domain.com/svn-repo/mydirectory
-      svn.url svn://www.domain.com/svn-repo/mydirectory
+.Dl svn.tag 37192
+      svn.tag \\{\\"2006-02-17 15:30 +0230\\"\\}
 .El
 .Sh EXTRACT OPTIONS
 Extract all compressed/archived files.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070712/32600333/attachment.html


More information about the macports-changes mailing list