added revision for mercurial sub repositories

This commit is contained in:
Sebastian Sdorra
2011-12-10 14:31:11 +01:00
parent 95c7f56c62
commit d7f0c9f33a
6 changed files with 232 additions and 18 deletions

View File

@@ -267,7 +267,9 @@ public class SvnRepositoryBrowser implements RepositoryBrowser
if (Util.isNotEmpty(externals))
{
fileObject.setSubRepositoryUrl(externals);
SubRepository subRepository = new SubRepository(externals);
fileObject.setSubRepository(subRepository);
}
}
catch (SVNException ex)