• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

SVN permission

 
Ranch Hand
Posts: 798
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
not sure SVN question could be this forum or not. ..

I have install SVN server in the Ubuntu, it works except the web access,

/home/czy/svn3 is a parent directory, it contains lots of projects, each of them has trunk, branch folder. I gave permission to the parent folder, sudo chown -R www-data:www-data /home/czy/svn3 , but when I go to browser, http://localhost/svn/ , it said, "You don't have permission to access /svn/ on this server." .

Do I miss anything ?

Thanks

 
Sheriff
Posts: 3837
66
Netbeans IDE Oracle Firefox Browser
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is the right forum for SVN. But since your question concerns OS and/or webservers as well, I'll add it to the General Computing forum as well.

I'm no expert on these matters, but the opening tag <Location /svn> seems incorrect to me. Are you sure about it?
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is /home/czy/svn3 a Subversion repository directory? In other words, when you created the repository did you run "svnadmin create /home/czy/svn3"?
reply
    Bookmark Topic Watch Topic
  • New Topic