Mark Phippard
2012-06-07 17:50:43 UTC
Did not mean to commit this. It is a patch I have been holding
locally so I can build the SVNKit plugin. From what I can see this
method is not used anywhere by our code, so I think it is safe to just
leave the command in place going forward.
In theory, someone else could be using our code which was only reason
I had left it.
Thanks
Mark Phippard
http://markphip.blogspot.com/
------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1043&dsMessageId=2969575
To unsubscribe from this discussion, e-mail: [dev-***@subclipse.tigris.org].
locally so I can build the SVNKit plugin. From what I can see this
method is not used anywhere by our code, so I think it is safe to just
leave the command in place going forward.
In theory, someone else could be using our code which was only reason
I had left it.
Modified: trunk/svnClientAdapter/src/javahl/org/tigris/subversion/svnclientadapter/javahl/JhlClientAdapter.java
Url: http://subclipse.tigris.org/source/browse/subclipse/trunk/svnClientAdapter/src/javahl/org/tigris/subversion/svnclientadapter/javahl/JhlClientAdapter.java?view=diff&pathrev=5433&r1=5432&r2=5433
==============================================================================
--- trunk/svnClientAdapter/src/javahl/org/tigris/subversion/svnclientadapter/javahl/JhlClientAdapter.java (original)
+++ trunk/svnClientAdapter/src/javahl/org/tigris/subversion/svnclientadapter/javahl/JhlClientAdapter.java 2012-06-07 10:41:57-0700
@@ -104,15 +104,6 @@
}
- /**
- */
- public static void enableLogging(SVNClient.ClientLogLevel logLevel, File filePath) {
-
- SVNClient.enableLogging(logLevel,fileToSVNPath(filePath, false));
- }
-
public boolean statusReturnsRemoteInfo() {
return true;
}
------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=3541&dsMessageId=2969573
To unsubscribe from this discussion, please e-mail [unsubscribeURL]
--Url: http://subclipse.tigris.org/source/browse/subclipse/trunk/svnClientAdapter/src/javahl/org/tigris/subversion/svnclientadapter/javahl/JhlClientAdapter.java?view=diff&pathrev=5433&r1=5432&r2=5433
==============================================================================
--- trunk/svnClientAdapter/src/javahl/org/tigris/subversion/svnclientadapter/javahl/JhlClientAdapter.java (original)
+++ trunk/svnClientAdapter/src/javahl/org/tigris/subversion/svnclientadapter/javahl/JhlClientAdapter.java 2012-06-07 10:41:57-0700
@@ -104,15 +104,6 @@
}
- /**
- */
- public static void enableLogging(SVNClient.ClientLogLevel logLevel, File filePath) {
-
- SVNClient.enableLogging(logLevel,fileToSVNPath(filePath, false));
- }
-
public boolean statusReturnsRemoteInfo() {
return true;
}
------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=3541&dsMessageId=2969573
To unsubscribe from this discussion, please e-mail [unsubscribeURL]
Thanks
Mark Phippard
http://markphip.blogspot.com/
------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1043&dsMessageId=2969575
To unsubscribe from this discussion, e-mail: [dev-***@subclipse.tigris.org].