public boolean versionControlMethod(String path, String target)
throws HttpException, IOException {
setClient();
VersionControlMethod method =
new VersionControlMethod(URIUtil.encodePath(path),
URIUtil.encodePath(target));
generateIfHeader(method);
int statusCode = client.executeMethod(method);
setStatusCode(statusCode);