mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-01 02:55:56 +01:00
implement disable sub repository detection option
This commit is contained in:
@@ -256,7 +256,8 @@ public class SvnBrowseCommand extends AbstractSvnCommand
|
||||
|
||||
fileObject.setLength(entry.getSize());
|
||||
|
||||
if (fileObject.isDirectory() && entry.hasProperties())
|
||||
if (!request.isDisableSubRepositoryDetection() && fileObject.isDirectory()
|
||||
&& entry.hasProperties())
|
||||
{
|
||||
fetchExternalsProperty(repository, revision, entry, fileObject);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user