svn - allowing remote access to subversion -
we have default install of subversion running on redhat.
i've created repository , added users in "passwd" file , updated "svnserve.conf" point this.
now want allow these new users connect remote netbeans installation (using built-in svnkit).
i can connect using ssh username/password, want connect new accounts i've added (as explained above).
currently, i've tried: svn+ssh://myhost/path/to/repo , (svn://myuser@myhost/path/to/repo) - , explained, ssh accounts work.
so need create proper linux accounts users? if so, whats point of svnserve.conf options setup users?
any ideas?
the answer split username , password out of repository url follows:
repository url: svn://myhost/repo user: myusername password: mypassword
note: didn't take 2 years solve this. hadn't noticed had left question open long , wanted close off.
Comments
Post a Comment