6970717273747576777879
String uri = args[0].getStringValue(); Resource wcDir = new Resource(uri); try { wc.unlock(wcDir, false); } catch (SVNException e) { throw new XPathException(this, e.getMessage(), e); } return Sequence.EMPTY_SEQUENCE;