Hello, On Wed, Jul 24, 2013 at 12:11 PM, <weiss.marku...@googlemail.com> wrote: > We run VisualSVN Server Version 2.5.5 on Windows 2008 R2 Server with Windows > Authentication - Basic and Integrated Windows Authentication turned on > > If I try to connect to this server via command line SVN from another Windows > Client and pass the username and password via the the arguments --username > and --password I can see in the VisualSVN events that these arguments are > not passed for authentication and instead the Windows Account from the > Client is used! Therefore I get an authorization error and cannot commit... > The background is, that our build server (Jenkins) has to create tags and > uses for this issue a SVN command line client... > > Maybe anybody can give me an advice on how to solve this problem?
When you have Basic and Integrated Windows Authentication both enabled, Subversion client by default prefers advanced authentication mechanisms (NTLM\Neogitiate(Kerberos or NTLM) to Basic authentication. In order to instruct client to authenticate via Basic by providing username and password, you should append the following argument to a command line: [[ --config-option=servers:global:http-auth-types=basic ]] It instructs the command-line svn.exe client to prefer Basic authentication and if you specify correct credentials, will authenticate successfully. See SVNBook at http://www.visualsvn.com/support/svnbook/ref/svnsync/#svn.ref.svnsync.sw.config_option Thank you. -- With best regards, Pavel Lyalyakin VisualSVN Team -- You received this message because you are subscribed to the Google Groups "VisualSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to visualsvn+unsubscr...@googlegroups.com. To post to this group, send email to visualsvn@googlegroups.com. Visit this group at http://groups.google.com/group/visualsvn. For more options, visit https://groups.google.com/groups/opt_out.