I have a very large subversion repository, it has a size of about 7 GB and contains many files and directories from different projects.
Now I have made some significant change in one project structure, which is actually a library, and I use it in a number of other projects in one repository. Now the documentation is sparse and I donβt know which project really used this library as external, and I would like to somehow request the subversion server / repository to return me all directories that have a specific line in the svn: export property, so that I can customize them.
Ideally, without checking the entire repository, it will be problematic because of all the branches and tags.
Is this possible in any reasonable way?
THX
svn svn-externals
mark Feb 25 2018-11-11T00: 00Z
source share