Where are the credentials coming from?
After I connect to a database, everything works very intuitively. In fact it's so intuitive that I see my account used for commits, but I'm not sure where it found my login credentials. Is there a way to use a different set of credentials if you have multiple svn accounts?
-
[Deleted User] commented
We're using Subversion's credentials cache, so, for example, if you have ever given your credentials to Tortoise then those will be the ones that we use.
If you want SQL Source Control to use different credentials then you'll need to clear Subversion's credential store (right-click in any Windows explorer window, TortoiseSVN, Settings, Saved Data, then press the Clear button next to Authentication data), and finally you'll need to restart SSMS (because the credentials get cached in memory, so this way we'll re-read Subversion's credential store).