enrique_2109
10-10-2011, 10:40 AM
Hi everybody!
I did each step of this site to install SVN : http://www.tabruyn.com/site/index.php?option=com_content&view=article&id=55:tortoisesvn-subversion-and-bluehost&catid=36:digital&Itemid=58
All are ok, i can access and commit/update with tortoiseSVN with host svn+ssh://myBHaccount@yourdomain/home/myBHaccount/svn/myproject
Now i want share my project with a friend but i don't want to give him my bluehost account info...
I try to change the svnserve.conf file like that :
[general]
auth-access = write
password-db = passwd
realm = testrep
and passwd file like that :
[users]
utest = ptest
When I click on SVN Checkout... I put this host : svn+ssh://utest@www.mydomain.com/home/my_bluehost_account/svn/myrepo
But it doesnt work :(
How can I do that the simplest possible? I don't care of security, i just want to work easily with that.
thanks
I did each step of this site to install SVN : http://www.tabruyn.com/site/index.php?option=com_content&view=article&id=55:tortoisesvn-subversion-and-bluehost&catid=36:digital&Itemid=58
All are ok, i can access and commit/update with tortoiseSVN with host svn+ssh://myBHaccount@yourdomain/home/myBHaccount/svn/myproject
Now i want share my project with a friend but i don't want to give him my bluehost account info...
I try to change the svnserve.conf file like that :
[general]
auth-access = write
password-db = passwd
realm = testrep
and passwd file like that :
[users]
utest = ptest
When I click on SVN Checkout... I put this host : svn+ssh://utest@www.mydomain.com/home/my_bluehost_account/svn/myrepo
But it doesnt work :(
How can I do that the simplest possible? I don't care of security, i just want to work easily with that.
thanks