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

[PATCH] add a few svn command aliases

From: Faried Nawaz <fn-svndev_at_hungry.org>
Date: 2002-11-02 18:18:50 CET

* main.c
  (svn_cl__cmd_table): Add aliases for svn diff and svn commit
  to match cvs.

--- subversion/clients/cmdline/main.c~ Sat Nov 2 22:07:55 2002
+++ subversion/clients/cmdline/main.c Sat Nov 2 22:09:16 2002
@@ -122,7 +122,7 @@
     "usage: svn cleanup [TARGETS]\n",
     {0} },
   
- { "commit", svn_cl__commit, {"ci"},
+ { "commit", svn_cl__commit, {"ci", "com"},
     "Send changes from your working copy to the repository.\n"
     "usage: svn commit [TARGETS]\n\n"
     " Be sure to use one of -m or -F to send a log message.\n",
@@ -160,7 +160,7 @@
      svn_cl__no_auth_cache_opt, svn_cl__non_interactive_opt,
      svn_cl__msg_encoding_opt} },
   
- { "diff", svn_cl__diff, {"di"},
+ { "diff", svn_cl__diff, {"di", "dif"},
     "display the differences between two paths.\n"
     "usage: 1. svn diff [-r N[:M]] [PATH1 [PATH2 [PATH3 ...]]]\n"
     " 2. svn diff URL1[@N] URL2[@M]\n\n"

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Nov 2 18:43:55 2002

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.