Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>If a user has no read access upon a particular Subversion URL, they won't be able to run <code>svn log</code> on that URL. User <em>johndoe</em> simply won't be able to run <code>svn log svn://repos.mycomp.com/ProjectY/branches</code>, but will be able to run <code>svn log svn://repos.mycomp.com/ProjectX/trunk</code>. </p> <p>Is this what you're asking?</p> <hr> <h1>Response to <a href="https://stackoverflow.com/users/746751/reschifl">rechifl</a></h1> <blockquote> <p>To be clear: my problem is that tools used by the groud INTERNAL are not able to access the log of all paths. E.g Jenkins fails to run a job after a commit, because it can not read the revision details. The only way would be to enable read acces for anonymous. But this is not a solution for me.</p> </blockquote> <p>Most sites setup a special Jenkins account that allows Jenkins to at least read from the repository. (Read-only access will allow builds to be triggered, but you won't be able to create a tag via Jenkins). Can you at least do that?</p> <p>When you create a job in Jenkins, it should complain that it can't access the URL In the repository. Then, give you a link to enter in the authentication. Click on a the link and a new browser window will popup. Enter in the credentials in that screen.</p> <p>This should be okay for your security issues. You don't have anonymous read access, and Jenkins will be the only one using that (read-only) account. You can even limit access to particular Jenkins jobs if you don't want users who don't have read access to that particular part of the repository to take a peek at the build and the changes.</p> <p>Not sure where TortoiseSVN fits into this picture for you, but this will allow you to use Jenkins.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload