You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2015/07/25 23:31:06 UTC

svn commit: r1692659 - /subversion/trunk/subversion/svnsync/svnsync.c

Author: stefan2
Date: Sat Jul 25 21:31:06 2015
New Revision: 1692659

URL: http://svn.apache.org/r1692659
Log:
* subversion/svnsync/svnsync.c
  (svnsync_cmd_table): Tell users to use --skip-unchanged with
                       copy-revprops. No functional change intended. 

Modified:
    subversion/trunk/subversion/svnsync/svnsync.c

Modified: subversion/trunk/subversion/svnsync/svnsync.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svnsync/svnsync.c?rev=1692659&r1=1692658&r2=1692659&view=diff
==============================================================================
--- subversion/trunk/subversion/svnsync/svnsync.c (original)
+++ subversion/trunk/subversion/svnsync/svnsync.c Sat Jul 25 21:31:06 2015
@@ -149,6 +149,10 @@ static const svn_opt_subcommand_desc2_t
          "if untrusted users/administrators may have write access to the\n"
          "DEST_URL repository.\n"
          "\n"
+         "Unless you need to trigger the destination repositoy's revprop\n"
+         "change hooks for all revision properties, it is recommended to use\n"
+         "the --skip-unchanged option for best performance.\n"
+         "\n"
          "Form 2 is deprecated syntax, equivalent to specifying \"-rREV[:REV2]\".\n"),
       { SVNSYNC_OPTS_DEFAULT, svnsync_opt_source_prop_encoding, 'q', 'r',
         svnsync_opt_disable_locking, svnsync_opt_steal_lock,