[Buildbot-devel] Support authorized SVN access?

Charles Lepple clepple at gmail.com
Thu Nov 13 04:01:55 UTC 2008


On Wed, Nov 12, 2008 at 4:51 AM, Marcus Lindblom <macke at yar.nu> wrote:
> Another thing might be to just do a manual checkout, that will allow svn
> to store the username/password and use it automatically on subsequent
> operations on the same repo.

To expand on this:

If you run Buildbot under a separate user ID, log in as that user (use
"su -s$SHELL" if the packager has not assigned a valid login shell to
the user) and run any SVN command that accesses that repository, e.g.:

svn list svn://192.168.1.38:8092/hello-c/trunk/

You will be prompted for authentication, and the default SVN settings
will store the credentials in ~/.subversion/auth/

You would need to do this once for each SVN repository that you access.

-- 
- Charles Lepple




More information about the devel mailing list