We use a SVN repository hosted on a website, accessed via http.

We use tortoise for normal operations and it works nicely. I never get asked for a password.

Now, for automated processing, some SVN retrieves have to happen in a batch script - and the problem is that the only svn client that supports command line that I am aware of does not seem to support integrated security, which means depositing the password somewhere, which means monthly changes of another file when the password changes. Painful.

Is there any SVN command line client available somewhere (where?) that could use windows integrated security when acessing a http svn repository?

link|improve this question

38% accept rate
feedback

1 Answer

Tortoise svn can be run on the command line, here are the tortoise docs on command line operation

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.