I have an extrange error defining an external repo with svn. In my repository, I am making an external definition for an enterprise repository that needs authentication (svn + ssh). It works fine on my machine, but I have the same username on both my machine and svn.
When I try to play this check on another computer with a different username, the whole check works fine until it goes to an external repo. At this point, instead of synchronizing with my svn name, try synchronizing the external with the username of the machine.
I set the external in this way:
svn propset svn:externals 'dd1 svn+ssh://subversion.example.int/var/subversion/dd1/trunk' . svn commit
I cannot determine the external s and username because everyone has their own username / password
Any ideas? Thanks.
source share