LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Subversion Eclipse Issue? (https://www.linuxquestions.org/questions/linux-newbie-8/subversion-eclipse-issue-681696/)

your_shadow03 11-06-2008 11:37 PM

Subversion Eclipse Issue?
 
Anyone who can trace out the issue:
Code:

org.tigris.subversion.javahl.ClientException: Authorization failed
svn: Commit failed (details follow):
svn: MKACTIVITY of '/repository/!svn/act/9fc765cf-db3f-8a4b-bff4-d92de2d294f1': authorization failed (http://10.14.232.228)

org.tigris.subversion.javahl.ClientException: Authorization failed
svn: Commit failed (details follow):
svn: MKACTIVITY of '/repository/!svn/act/9fc765cf-db3f-8a4b-bff4-d92de2d294f1': authorization failed for web (http://10.14.232.228)

This Error got displayed while using Eclipse for Subversion.

WebDAV has been setup and entry for httpd.conf is :
Code:

<Location /repository>
 DAV svn
 SVNPath /var/www/html/dice/repository
 AuthType Basic
 AuthName "John Subversion Repository"
 AuthUserFile /etc/svn-auth-file
 <LimitExcept GET PROPFIND OPTIONS REPORT>
    Require user john riyaz suji
  </LimitExcept>
</Location>



All times are GMT -5. The time now is 06:30 AM.