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

Re: [Subclipse-dev] unavailable JavaSVN causes NoClassDefFoundError

From: Mark Phippard <markp_at_softlanding.com>
Date: 2006-10-17 19:09:28 CEST

I made the suggested changes for the isAvailable() methods.

I did not make any change to this:

2) using the commandline client a WC->WC copy failed

I think this is an svnAnt problem. The client adapter has a method for a
WC->WC copy:

        /**
         * copy and schedule for addition (with history)
         * @param srcPath
         * @param destPath
         * @throws SVNClientException
         */
        public abstract void copy(File srcPath, File destPath)
                throws SVNClientException;

If that method was correctly called the problem would not be happening.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: dev-help@subclipse.tigris.org
Received on Tue Oct 17 19:09:35 2006

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.