[Buildbot-commits] [Buildbot] #2211: svn switch before updating to revision

Buildbot nobody at buildbot.net
Mon Feb 20 14:46:49 UTC 2012


#2211: svn switch before updating to revision
----------------------+------------------------
Reporter:  doh        |       Owner:
    Type:  undecided  |      Status:  new
Priority:  major      |   Milestone:  undecided
 Version:  0.8.5      |  Resolution:
Keywords:             |
----------------------+------------------------

Comment (by tom.prince):

 I'm gussing you have something like
 {{{
 SVN(svnurl="..../svnrepo/trunk")
 }}}


 Since a svn repository is organized merely by convention, and that
 different repos follow different conventinos, if you want to support
 branches, you need to give buildbot some guidance on how it is organized.

 I don't use svn, but I think something like
 {{{
 SVN(baseURL="..../svnrepo/")
 }}}
 will work, so long as buildbot detects branches like "branch/branchname"
 or "trunk".

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2211#comment:2>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list