Detecting inconsistent revisions of shared sources in SVN
- by maxim1000
I have an SVN repository containing several components:
LibraryA
LibraryB - depends on LibraryA
Application - depends on LibraryB and LibraryA
More detailed structure (branches and tags are not related to the problem):
LibraryA
LibraryA_code
LibraryB
LibraryB_code
svn:externals to a fixed revision R1 of LibraryA_code
Application
…