[Buildbot-devel] Support authorized SVN access?

Marcus Lindblom macke at yar.nu
Wed Nov 12 09:51:40 UTC 2008


Oleksandr Gavenko wrote:
> In command
> 
> f.addStep(step.SVN,
>          svnurl="svn://192.168.1.38:8092/hello-c/trunk/",
>          ...)
> 
> as I see docs and source, thare are no way set username and password to authorized access to SVN repository such as

We used buildbot with svn & user/pass at my previous employment, so it 
is possible-

Try using the same args as svnpoller
(http://orzonesrv01/buildbot/buildbot.html#index-buildbot_002echanges_002esvnpoller_002eSVNPoller-48)
or check the source / api docs and see if there is something in there?
(I'm fairly sure there is)

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.

At least for Windows that worked well. (There were some issues with the 
svn-password being in plaintext in the logs, so I think I opted for the 
latter approach.

mvh
/Marcus

P.S. A doc-patch perhaps? :)




More information about the devel mailing list