Login | Register
My pages Projects Community openCollabNet

Discussions > commits > subclipse svn commit: r5291 - trunk/svnClientAdapter/src/svnkit/org/tigris/subversion/svnclientadapter/svnkit/SvnKitClientAdapter.java

subclipse
Discussion topic

There will be a brief maintenance window every Friday at 17:00 Pacific.
For further details, see CollabNet's maintenance and upgrade policy.

Back to topic list

subclipse svn commit: r5291 - trunk/svnClientAdapter/src/svnkit/org/tigris/subversion/svnclientadapter/svnkit/SvnKitClientAdapter.java

Author markphip
Full name Mark Phippard
Date 2012-01-16 11:12:03 PST
Message Author: markphip
Date: 2012-01-16 11:12:03-0800
New Revision: 5291

Modified:
   trunk/svnClientAdapt​er/src/svnkit/org/ti​gris/subversion/svnc​lientadapter/svnkit/​SvnKitClientAdapter.​java

Log:
Remove commented out code after confirmation that this method is now obsolete.

Modified: trunk/svnClientAdapt​er/src/svnkit/org/ti​gris/subversion/svnc​lientadapter/svnkit/​SvnKitClientAdapter.​java
Url: http://subclipse.tig​ris.org/source/brows​e/subclipse/trunk/sv​nClientAdapter/src/s​vnkit/org/tigris/sub​version/svnclientada​pter/svnkit/SvnKitCl​ientAdapter.java?vie​w=diff&pathrev=5​291&r1=5290&​r2=5291
====================​====================​====================​==================
--- trunk/svnClientAdapt​er/src/svnkit/org/ti​gris/subversion/svnc​lientadapter/svnkit/​SvnKitClientAdapter.​java (original)
+++ trunk/svnClientAdapt​er/src/svnkit/org/ti​gris/subversion/svnc​lientadapter/svnkit/​SvnKitClientAdapter.​java 2012-01-16 11:12:03-0800
@@ -81,37 +81,10 @@
         return true;
     }
     
-// public long[] commitAcrossWC(File[] paths, String message, boolean recurse,
-// boolean keepLocks, boolean atomic) throws SVNClientException {
-// try {
-// String fixedMessage = fixSVNString(message);
-// if (fixedMessage == null)
-// fixedMessage = "";
-// notificationHandler.​setCommand(ISVNNotif​yListener.Command.CO​MMIT);
-// String[] files = new String[paths.length];
-// String commandLine = "commit -m \""+fixedMessage+"\"";
-// if (!recurse)
-// commandLine+=" -N";
-// if (keepLocks)
-// commandLine+=" --no-unlock";
-//
-// for (int i = 0; i < paths.length; i++) {
-// files[i] = fileToSVNPath(paths[i], false);
-// commandLine+=" "+ files[i];
-// }
-// notificationHandler.​logCommandLine(comma​ndLine);
-// notificationHandler.​setBaseDir();
-//
-// long[] newRev = ((SVNClientImpl)svnC​lient).commit(files,​ fixedMessage, recurse, keepLocks, atomic);
-// return newRev;
-// } catch (ClientException e) {
-// notificationHandler.​logException(e);
-// throw new SVNClientException(e);
-// }
-//
-// }
     
     public boolean canCommitAcrossWC() {
+ // Native SVN now supports this with normal commit method, so support for
+ // the special method has been removed.
         return false;
     }

« Previous message in topic | 1 of 1 | Next message in topic »

Messages

Show all messages in topic

subclipse svn commit: r5291 - trunk/svnClientAdapter/src/svnkit/org/tigris/subversion/svnclientadapter/svnkit/SvnKitClientAdapter.java markphip Mark Phippard 2012-01-16 11:12:03 PST
Messages per page: