Maven2 and CruiseControl SubversionTips

  1. If you use maven2 as a tool in Cruisecontrol ‘s build process you must use this command : svn update to update the workcopy of your project from svn repository in the Cruisecontrol’s project folder to get the entire svn information .If you don’t do that the cruisecontrol will never build as you want.
  2. At firest time if you add the ‘target’ folder to svn repository then after  the maven2 build phase the .svn folder(svn info.) were deleted  and sometime you update or commit resources there could arise error like this:working copy admin area missing.You need to set a    svn:ignore  property to svn for it to ignore the miss entry .command like ‘svn propset svn:ignore target https//somehost.com/someproject/trunk ‘

留下评论

您的电子邮箱地址不会被公开。 必填项已用*标注