RE: [Subclipse-dev] ISVNClientAdapter limitations (getCopy, doExport)
From: Martin Letenay <mle_at_whitestein.com>
Date: 2006-11-30 14:01:09 CET
Well,
The doExport does not support non-recursive flag simply because nobody
(svnClientAdapter features are implemented mostly as requirements from
So the answer is no, there's no particular reason why it's not there and
Regarding the copyUrl() I don't know what's exactly the scenario you're
E.g. it's actively used in the annotate() method.
(when the copy(file, file) method is used.)
The copy(url, url) does not seem to be testested, so it might be broken,
Martin
From: Cain, Tom [mailto:tcain@solekai.com]
Hello,
First, neither of the ISVNInfo.getCopyUrl() and ISVNInfo.getCopyRev()
SVNUrl srcUrl = .
adapter.copy(srcUrl, destUrl, ".", srcRevision);
Instead, this throws a NullPointerException because "expectedSrcUrl" is
Second, the ISVNClientAdapter.doExport(.) does not support a non-recursive
Thanks,
|
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.