This forum is no longer active. Please post your questions to our new community site
svn: Authentication error from server: Username not found
|
|
Hi, I installed bitnami-redmine-0.9.3.0-linux-installer stack but can’t import anything in svn repo. The error shows: root@pro:/opt/redmine-0.9.3-0# svn import /home/administrator/projects svn://192.168.125.1/home/projects/svn -m “Projects” I created a user in linux #useradd user svnserce.conf [general] [users] and restarted svn. But still have no progress. Please enlighten me. i’m stack for a week now. Thanks |
|
|
I fixed the error. The problem was i included [users] and [general] setting in svnserce.conf were it should not be the case. However, i still got this error: Checking out on tortoise: Checkout from http://192.168.125.1/home/svnroot/project_dir, revision HEAD, Fully recursive, Externals included I changed the svn root to /home/svnroot/project_dir via
Please help. Thanks |
|
|
correction above: it should be: I changed the svn root to /home/svnroot/project_dir via 1. svnadmin create /home/svnroot 2. mkdir /home/svnroot/project_dir 3. svn import /home/administrator/projA svn://192.168.125.1/home/svnroot/project_dir/ -m “projA”Please help. |
|
|
correction above: it should be: I changed the svn root to /home/svnroot/project_dir via 1. svnadmin create /home/svnroot 2. mkdir /home/svnroot/project_dir 3. svn import /home/administrator/projA svn://192.168.125.1/home/svnroot/project_dir/ -m “projA”Please help. |
|
|
Hi, It is necessary to configure the Subversion server to use the new repository. Try to modify the following line installdir/apps/subversion/scripts/ctl.sh:
|

