Author: rhuijben
Date: Sun Jun  5 17:21:45 2011
New Revision: 1132460

URL: http://svn.apache.org/viewvc?rev=1132460&view=rev
Log:
* subversion/libsvn_client/deprecated.c
  (info_from_info2): Set depth to unknown when no working copy information
    is provided, to match 1.5 and 1.6 behavior.

Modified:
    subversion/trunk/subversion/libsvn_client/deprecated.c

Modified: subversion/trunk/subversion/libsvn_client/deprecated.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/deprecated.c?rev=1132460&r1=1132459&r2=1132460&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/deprecated.c (original)
+++ subversion/trunk/subversion/libsvn_client/deprecated.c Sun Jun  5 17:21:45 
2011
@@ -2144,6 +2144,7 @@ info_from_info2(svn_info_t **new_info,
       info->has_wc_info           = FALSE;
       info->working_size          = SVN_INFO_SIZE_UNKNOWN;
       info->working_size64        = SVN_INVALID_FILESIZE;
+      info->depth                 = svn_depth_unknown;
     }
 
   /* Populate conflict fields. */


Reply via email to