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

[PATCH] Followup to r1089786.

From: Noorul Islam K M <noorul_at_collab.net>
Date: Thu, 07 Apr 2011 14:59:35 +0530

Log
[[
Follow-up to r1089786.

* subversion/svn/main.c
  (main): Replace macro usage by constant output.

Patch by: Noorul Islam K M <noorul{_AT_}collab.net>
]]

Thanks and Regards
Noorul

Index: subversion/svn/main.c
===================================================================
--- subversion/svn/main.c (revision 1089786)
+++ subversion/svn/main.c (working copy)
@@ -2344,7 +2344,7 @@
     {
       if (subcommand->cmd_func == svn_cl__status)
         {
- opt_state.depth = SVN_DEPTH_INFINITY_OR_IMMEDIATES(FALSE);
+ opt_state.depth = svn_depth_immediates;
         }
       else if (subcommand->cmd_func == svn_cl__revert
                || subcommand->cmd_func == svn_cl__add
Received on 2011-04-07 11:31:36 CEST

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.