0

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!

1 Answer 1

1

If you want passwordless commit check the sources out via svn+ssh:// URI and use SSH public key authentication.

Sign up to request clarification or add additional context in comments.

1 Comment

Ah - this might be the way to go! Didn't even know that this option existed. I am reading up on this now. Thanks!

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.