In my project directory I have svn:externals set to the following:
library svn+ssh://MY_USERNAME@some.server.com/library
where MY_USERNAME
is my personal username. It works for me, but if another person checks out my project it will fail since they can't log in with my username. Is it possible to somehow make MY_USERNAME
become the username of whoever checked out the project or the username used when running svn update on the library folder?