An easy way to simplify it would be to modify the scripts in sr_external_dependencies so that they don't update/checkout the svn directories.
We could use svn export to avoid having all the svn files stored in the git repository.
As far as I know the only drawback would be not having the svn version information available to tag the commit where we do the release.
An easy way to simplify it would be to modify the scripts in sr_external_dependencies so that they don't
update/checkoutthe svn directories.We could use
svn exportto avoid having all the svn files stored in the git repository.As far as I know the only drawback would be not having the svn version information available to tag the commit where we do the release.