RE: [Subclipse-users] ISVNClientAdapter.mkdir bug
From: Martin Letenay <mle_at_whitestein.com>
Date: 2006-11-22 09:12:55 CET
It's probably harmless.
The "makeParents" case is implemented bit clumsy and may spit out some
This is the affected code:
if (makeParents) {
SVNUrl parent = url.getParent();
if (parent != null) {
ISVNInfo info = null;
try {
info = this.getInfo(parent);
} catch (SVNClientException e) {
}
if (info == null)
this.mkdir(parent, makeParents, message);
}
}
Which adapter are you using ?
Martin
From: Cain, Tom [mailto:tcain@solekai.com]
Hello,
ISVNClientAdapter.mkdir(SVNUrl url, boolean makeParents, String
We are passing "true" for the second parameter because the SVNUrl points to
The repository contains the folder:
And we are creating:
Even though the directories are successfully created, we get the following
Bad URL passed to RA layer
Bad URL passed to RA layer
|
This is an archived mail posted to the Subclipse Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.