aspose file tools
The moose likes IDEs, Version Control and other tools and the fly likes Authentication with subversion and apache Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "Authentication with subversion and apache" Watch "Authentication with subversion and apache" New topic
Author

Authentication with subversion and apache

T Rai
Greenhorn

Joined: Apr 16, 2002
Posts: 20
Hello Subversion with Apache experts,
I just installed Subversion1.6.6 and Apache2.2. I am not able to authenticate with the following configurations:

The conf/httpd.conf has the following lines:


And then I have created a file apachesvnpasswd as follows:


Now when I access my repository like this:

I get a dialog box for user name and password as expected. When I suppy user name and password it fails with this:

Why can It not find out my user name and password just create as shown above? Anything wrong? Is there some more settings I need to do?
Thanks.
T
T Rai
Greenhorn

Joined: Apr 16, 2002
Posts: 20
Resolved this issue by restarting the pc.
Thanks.
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26216
    
  66

T Rai wrote:Resolved this issue by restarting the pc.
Thanks.

For future reference, you need to restart the apache service whenever you change the httpd.conf file or any file it includes. Restarting the PC works too of course, but it's overkill.


[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Authentication with subversion and apache
 
Similar Threads
Setting up Cruise Control with SVN and Ant
Authentication with Subversion and Apache
Accessing Subversion over http
password protection --> .htaccess
Apache basic authentication