Menu

#14 Collection Of Repositories

v1.0 (example)
closed
nobody
None
5
2019-04-01
2018-03-25
No

How to create an access file with

[/]
* = r

in it, so that everybody can get a list of all repositories?

I get

[/]
svnadmin = r

where svnadmin is the admin of svn-access-manager.

Thanx
Hermann

Related

Support Requests: #14

Discussion

  • Thomas Krieger

    Thomas Krieger - 2018-03-26

    I played arround with this feature but there's one point it will not work. The Apache will deny this request with the following error in the Apache logfile: "The URI does not contain the name of a repository. [403, #190001]". This results in an error 403. At least in my environment it won't work.

    Can you change yout config by hand and reload the Apache config to see if it will work in your environment. Please keep me informed.

     
    • Hermann Gottschalk

      In Our Environment the SVN ist working in Apache.

      Also svn-access-manager creates

      [/]
      svnadmin = r

      And this works too. Don't See the difference ...

      Am 26. März 2018 09:22:09 MESZ schrieb Thomas Krieger tom_krieger@users.sourceforge.net:

      I played arround with this feature but there's one point it will not
      work. The Apache will deny this request with the following error in the
      Apache logfile: "The URI does not contain the name of a repository.
      [403, #190001]". This results in an error 403. At least in my
      environment it won't work.

      Can you change yout config by hand and reload the Apache config to see
      if it will work in your environment. Please keep me informed.


      [support-requests:#14] Collection Of Repositories

      Status: open
      Group: v1.0 (example)
      Created: Sun Mar 25, 2018 03:19 PM UTC by Hermann Gottschalk
      Last Updated: Sun Mar 25, 2018 03:19 PM UTC
      Owner: nobody

      How to create an access file with

      [/]
      * = r

      in it, so that everybody can get a list of all repositories?

      I get

      [/]
      svnadmin = r

      where svnadmin is the admin of svn-access-manager.

      Thanx
      Hermann


      Sent from sourceforge.net because you indicated interest in
      https://sourceforge.net/p/svn-access-mana/support-requests/14/

      To unsubscribe from further messages, please visit
      https://sourceforge.net/auth/subscriptions/

      --
      OSTC Open Source Training and Consulting GmbH / HRB Nuernberg 20032
      tel +49 9191-3415980 / fax +49 911-1806277 / http://www.ostc.de
      Waldemar-Klink-Str. 10 / D-90425 Nuernberg / Geschaeftsfuehrung:
      Thomas Birnthaler / +49 171-3047465 / pgp 0xFEE7EB4C
      Hermann Gottschalk / +49 173-3600680 / pgp 0x0B2D8EEA

       

      Related

      Support Requests: #14

  • Thomas Krieger

    Thomas Krieger - 2018-03-26

    ok so you can do the following things:

    1. edit config. inc.php and set $CONF['write_anonymous_access_rights'] = 1;
      This will create anonymous read access. This is an option during install as well.

    2. in the include directory you find the file createAuthFiles.php.
      This file ha a bug. Search for \$anonymous and replace with '*' (asterisk)
      The error is fixed in the current svnam-0-5-install-fix branch at Sourcefore as well.

    Please keep me informed if it works as expected

     
  • Maik N.

    Maik N. - 2018-03-26

    Hi,

    who is "everbody"?
    Everbody with an account or world readable?

    Try to use the Subversion feature to allow anonymous access.

    1. Create a new user "$anonymous" within the access manager
    2. grant $anonymous read-only to root [/]
     
    • Maik N.

      Maik N. - 2018-03-26

      Ups... my solution is only valid for single repositories, not for root level!

       
  • Thomas Krieger

    Thomas Krieger - 2019-04-01
    • status: open --> closed
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.