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

Popular posts from this blog

c++ - OpenCV Error: Assertion failed <scn == 3 ::scn == 4> in unknown function, -

php - render data via PDO::FETCH_FUNC vs loop -

The canvas has been tainted by cross-origin data in chrome only -