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