|
Project
|
SVNKit
|
|
Priority
|
Normal |
|
Type
|
Bug |
|
State
|
Submitted |
|
Assignee
|
Alexander Kitaev |
|
Subsystem
|
Unknown subsystem |
|
Affected versions
|
1.7.0 |
|
Fix versions
|
No Fix versions |
|
Fixed in build
|
No Fixed in build
|
final File root = new File("c:\\");
final SVNWCDb.DirParsedInfo dirParsedInfo = db.parseDir(root,
SVNSqlJetDb.Mode.ReadOnly, false, false);
final SVNWCDbDir pdh = dirParsedInfo.wcDbDir;
final SVNWCDbRoot wcRoot = pdh.getWCRoot();
final File wcRootAbsPath = wcRoot.getAbsPath();