[prev in list] [next in list] [prev in thread] [next in thread] 

List:       subversion-cvs
Subject:    svn commit: r9567 - trunk/subversion/libsvn_client
From:       sussman () tigris ! org
Date:       2004-04-29 20:35:24
Message-ID: 200404292035.i3TKZOX27209 () morbius ! ch ! collab ! net
[Download RAW message or body]

Author: sussman
Date: Thu Apr 29 15:35:23 2004
New Revision: 9567

Modified:
   trunk/subversion/libsvn_client/ra.c
Log:
Issue #1093:  remove crufty old piece of logic, a likely bug source.

* libsvn_client/ra.c 
  (svn_client__repos_locations): only one field in the lrb baton can
  have a path pre-emptively filled in, and the new code is already
  doing this.  Remove this old statement.





Modified: trunk/subversion/libsvn_client/ra.c
==============================================================================
--- trunk/subversion/libsvn_client/ra.c	(original)
+++ trunk/subversion/libsvn_client/ra.c	Thu Apr 29 15:35:23 2004
@@ -580,11 +580,6 @@
         }
     }
     
-  /* If the peg revision is at least as big as our ending revision, we
-     don't need to search for a path in that peg revision. */
-  if (peg_revnum >= end_revnum)
-    lrb.peg_path = lrb.last_path;
-
   /* Build a one-item TARGETS array, as input to ra->get_log() */
   targets = apr_array_make (pool, 1, sizeof (const char *));
   APR_ARRAY_PUSH (targets, const char *) = "";

---------------------------------------------------------------------
To unsubscribe, e-mail: svn-unsubscribe@subversion.tigris.org
For additional commands, e-mail: svn-help@subversion.tigris.org

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic