So when I do an SVN -ci -m "My reason"
SVN asks me for my password. Is there any way that I can capture that password from the currently logged on user and pass it as a variable or the like to the SVN command? I'm using powershell 2.0. The reason is that the script will run non-interactively.
Thanks!