[Buildbot-devel] How to trigger changes without actually commit anything in a SVN repository

Fulvio Cervone fcervone at me.com
Mon Jan 24 20:11:11 UTC 2011


Thanks a lot Mark

I've figured out that it takes less to put just a dummy svn server on local and simulate with it; in this way the only thing that i have to change in the config file is the svn-url, since i just replicated the whole repository in local.

Now is pretty easy to check everything else; thanks!


On Jan 23, 2011, at 4:13 AM, Mark Wielaard wrote:

> On Sun, January 23, 2011 09:45, Fulvio Cervone wrote:
>> Otherwise how do you test  that everything works fine without
>> physically touch the code repository?
> 
> I have added a PBChangeSource
> http://buildbot.net/buildbot/docs/current/PBChangeSource.html
> and then use buildbot sendchange
> http://buildbot.net/buildbot/docs/current/sendchange.html
> I only use PBChangeSource, since I use the mercurial hooks to
> populate the builder, but you can have a list of ChangeSources
> http://buildbot.net/buildbot/docs/current/Configuring-Change-Sources.html
> 
> You can then "fake" a change from someone, on some branch,
> for particular files. Make sure you use a revision number that
> actually already exists in the repository.
> 
> Cheers,
> 
> Mark
> 





More information about the devel mailing list