Ticket #497 (closed defect: worksforme)

Opened 3 years ago

Last modified 2 years ago

step.SVN has no relation to BuildmasterConfig sources

Reported by: ipv6guru Owned by:
Priority: major Milestone: undecided
Version: 0.7.10 Keywords: sourceforge 1574721
Cc:

Description

While looking at my master.cfg file, I noticed a potential problem. I'm using a step.SVN like this:

c = BuildmasterConfig? = {} csources? = [] csources?.append(PBChangeSource(prefix="ProjectName?/trunk/"))

trunksource = factory.s(step.SVN, mode='update', svnurl=' svn+ssh://user@host/svn/repository/ProjectName/trunk')

The problem is that I can't add a step.SVN to watch a branch because the PBChangeSource only shows changes on trunk. If I take out the trunk subdirectory from the PBChangeSource prefix, then changes on any branch could trigger builds unnecessarily.

Possible solutions:

respond to specific sources

  • Let step.SVN specify a prefix that overrides the PBChangeSource prefix,

as a way of further filtering Submitted: brett neely ( bneely ) - 2006-10-11 02:37

Change History

comment:1 Changed 3 years ago by ipv6guru

Moved from sourceforge

comment:2 Changed 2 years ago by dustin

  • Status changed from new to closed
  • Resolution set to worksforme

If this is still a problem (it's 3 years old..) then it should be asked on the mailing list.

Note: See TracTickets for help on using tickets.