> -----Original Message-----
> From: mrmrpotatohead_at_gmail.com [mailto:mrmrpotatohead_at_gmail.com] On
> Behalf Of Ben K
> Sent: dinsdag 7 september 2010 4:22
> To: dev_at_subversion.apache.org
> Subject: svnsync --source-username with svn+ssh
>
> I'm having some trouble with svnsync using ssh as a transport between
> the
> source and the sync. Namely, it appears to ignore the username given to
> it
> with --source-username.
>
> I found this email thread
> http://svn.haxx.se/users/archive-2009-09/0035.shtml that talks about
> this
> and suggests it may be a bug in svnsync, but it never concludes so for
> sure,
> and i can't find anything on the issue tracker. I'd like to find out if
> this
> is a bug and if so lodge an issue on the tracker
When you use svn+ssh:// the username (and the rest of the authentication) is
handled by your ssh client instead of by svn (or in this case svnsync).
You could try using svn+ssh://user@server instead of svn+ssh://server, as
this usually makes your ssh client pass this 'user'.
Bert
Received on 2010-09-07 10:58:50 CEST