You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2015/03/19 14:15:42 UTC

svn commit: r1667738 - /subversion/trunk/subversion/bindings/javahl/native/RemoteSession.cpp

Author: rhuijben
Date: Thu Mar 19 13:15:42 2015
New Revision: 1667738

URL: http://svn.apache.org/r1667738
Log:
* subversion/bindings/javahl/native/RemoteSession.cpp
  (RemoteSession::RemoteSession): Add ### comment.

Modified:
    subversion/trunk/subversion/bindings/javahl/native/RemoteSession.cpp

Modified: subversion/trunk/subversion/bindings/javahl/native/RemoteSession.cpp
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/javahl/native/RemoteSession.cpp?rev=1667738&r1=1667737&r2=1667738&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/javahl/native/RemoteSession.cpp (original)
+++ subversion/trunk/subversion/bindings/javahl/native/RemoteSession.cpp Thu Mar 19 13:15:42 2015
@@ -214,6 +214,8 @@ RemoteSession::RemoteSession(int retryAt
           cycle_detected = true;
           break;
         }
+      /* ### Shouldn't url be updated for the next attempt?
+         ### There is no real cycle if we just do the same thing twice? */
     }
 
   if (cycle_detected)