[Buildbot-devel] SVN username/password

Charles Lepple clepple at gmail.com
Tue Jun 16 12:54:58 UTC 2009


On Jun 16, 2009, at 7:31 AM, Ryan Raasch wrote:

> ptxdist_trunk.addStep(SVN(svnurl='https://iocaste.extern.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk',baseURL=None 
> ,
> defaultBranch=None,
>                                directory=None, username="guest",
> password="guest"),
>
> workdir='/home/buildbot/handheld-linux/ptxdist/trunk',
>                                name='SVN Update')

I am not sure if this is the exact problem, but it looks like the  
"workdir" and "name" arguments should be inside the parentheses for  
the SVN step, as follows:

ptxdist_trunk.addStep(SVN(svnurl='https://iocaste.extern.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk',baseURL=None 
,
defaultBranch=None,
                                directory=None, username="guest",
password="guest",
workdir='/home/buildbot/handheld-linux/ptxdist/trunk',
                                name='SVN Update'))

> Why does it spit out   "@param password: username to pass to svn's -- 
> password" ?

The stack trace shows one line of source code from each level on the  
stack, but sometimes the line number isn't exactly right. That line  
looks like a comment from the SVN buildstep class.




More information about the devel mailing list