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

[Subclipse-dev] Re: subclipse svn commit: r5433 - trunk: subclipse/org.tigris.subversion.clientadapter.feature subclipse/org.tigris.subversion.clientadapter.javahl.feature subclipse/org.tigris.subversion.clientadapter.javahl/META-INF subclipse/org.tigris.subversion.

From: Mark Phippard <markphip_at_gmail.com>
Date: Thu, 7 Jun 2012 13:50:43 -0400

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.

> 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 @@
>
>        }
>
> -       /**
> -        * @param logLevel
> -        * @param filePath
> -        */
> -       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-unsubscribe_at_subclipse.tigris.org].
Received on 2012-06-07 19:50:47 CEST

This is an archived mail posted to the Subclipse Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.