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

rename ignoreLocal to onDisk

From: Dmitry Pavlenko <pavlenko_at_tmatesoft.com>
Date: Wed, 10 Feb 2016 20:18:10 +0100

Hello!
I'm trying to understand what ISVNClient.status does, but one of its parameters contradicts to its
documentation. See line 100 of

https://svn.apache.org/repos/asf/subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/ISVNClient.java

[[[
Rename parameter ignoreLocal to onDisk (like at r1583335).

* subversion/bindings/javahl/src/org/apache/subversion/javahl/ISVNClient.java
  (ISVNClient): Rename parameter ignoreLocal to onDisk.

]]]
[[[
Index: subversion/bindings/javahl/src/org/apache/subversion/javahl/ISVNClient.java
===================================================================
--- subversion/bindings/javahl/src/org/apache/subversion/javahl/ISVNClient.java (revision 1729689)
+++ subversion/bindings/javahl/src/org/apache/subversion/javahl/ISVNClient.java (working copy)
@@ -97,7 +97,7 @@ public interface ISVNClient
      * @since 1.9
      */
     void status(String path, Depth depth,
- boolean onServer, boolean ignoreLocal,
+ boolean onServer, boolean onDisk,
                 boolean getAll, boolean noIgnore,
                 boolean ignoreExternals, boolean depthAsSticky,
                 Collection<String> changelists, StatusCallback callback)
]]]

--
Dmitry Pavlenko,
TMate Software,
http://subgit.com/ - git-svn bridge
Received on 2016-02-10 20:19:55 CET

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.