public SVNAdminArea open(File path, boolean writeLock, boolean stealLock, int depth) throws SVNException { Map tmp = new HashMap(); SVNAdminArea area; try { area = doOpen(path, writeLock, stealLock, depth, tmp); } finally { for(Iterator paths = tmp.keySet().iterator(); paths.hasNext();) { Object childPath = paths.next(); SVNAdminArea childArea = (SVNAdminArea) tmp.get(childPath); myAdminAreas.put(childPath, childArea); } } return area; }
public SVNAdminArea open(File path, boolean writeLock, boolean stealLock, boolean upgradeFormat, int depth, Level logLevel) throws SVNException { Map tmp = new SVNHashMap(); SVNAdminArea area; try { area = doOpen(path, writeLock, stealLock, upgradeFormat, depth, tmp, logLevel); } finally { for(Iterator paths = tmp.keySet().iterator(); paths.hasNext();) { Object childPath = paths.next(); SVNAdminArea childArea = (SVNAdminArea) tmp.get(childPath); myAdminAreas.put(childPath, childArea); } } return area; }
public SVNAdminArea open(File path, boolean writeLock, boolean stealLock, boolean upgradeFormat, int depth, Level logLevel) throws SVNException { Map tmp = new SVNHashMap(); SVNAdminArea area; try { area = doOpen(path, writeLock, stealLock, upgradeFormat, depth, tmp, logLevel); } finally { for(Iterator paths = tmp.keySet().iterator(); paths.hasNext();) { Object childPath = paths.next(); SVNAdminArea childArea = (SVNAdminArea) tmp.get(childPath); myAdminAreas.put(childPath, childArea); } } return area; }
public SVNAdminArea open(File path, boolean writeLock, boolean stealLock, boolean upgradeFormat, int depth, Level logLevel) throws SVNException { Map tmp = new SVNHashMap(); SVNAdminArea area; try { area = doOpen(path, writeLock, stealLock, upgradeFormat, depth, tmp, logLevel); } finally { for(Iterator paths = tmp.keySet().iterator(); paths.hasNext();) { Object childPath = paths.next(); SVNAdminArea childArea = (SVNAdminArea) tmp.get(childPath); myAdminAreas.put(childPath, childArea); } } return area; }
try { doOpen(childPath, writeLock, stealLock, upgradeFormat, depth, tmp, logLevel); } catch (SVNException e) { if (e.getErrorMessage().getErrorCode() != SVNErrorCode.WC_NOT_DIRECTORY) {
try { doOpen(childPath, writeLock, stealLock, depth, tmp); } catch (SVNException e) { if (e.getErrorMessage().getErrorCode() != SVNErrorCode.WC_NOT_DIRECTORY) {
try { doOpen(childPath, writeLock, stealLock, upgradeFormat, depth, tmp, logLevel); } catch (SVNException e) { if (e.getErrorMessage().getErrorCode() != SVNErrorCode.WC_NOT_DIRECTORY) {
try { doOpen(childPath, writeLock, stealLock, upgradeFormat, depth, tmp, logLevel); } catch (SVNException e) { if (e.getErrorMessage().getErrorCode() != SVNErrorCode.WC_NOT_DIRECTORY) {