We have a number of externals in our project and I wish to create an additional branch within them.
I have gone in and modified the svn:external properties on my local copy and all is good there and have attempted to commit these to the repository (doing an svn ci -m "external", I also tried svn ci --depth empty -m "external") but when another user updates their dev, they still have the old external reference.
Doing an SVN export also returns the old external.
Is there anything I'm missing?