[Subclipse-users] SVNStatusUtils.isReadyForCommit() returns true for unversioned resources?
From: Rainer Koschnick <rainerk_at_ebuconnect.de>
Date: 2007-09-11 11:34:37 CEST
Hello,
just noticed that SVNStatusUtils.isReadyForCommit() returns true for a
public static boolean isReadyForCommit(ISVNStatus status) {
I think the problem is the last OR which should probably be an AND.
|| (!isManaged(status) && !isIgnored(status))
..
&& (!isManaged(status) && !isIgnored(status))
What do you think?
Regards,
---------------------------------------------------------------------
|
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.