IMPORTANT: If you will be using bldpkg or bldchrt you must make one
change in your subversion config file, located at
$HOME/.subversion/config. Open that file with your favorite editor and
locate the section [miscellany]. Within that section you will find a
line with value global-ignores = (this line is commented by default).
Please change it to:
global-ignores = .success* .failed* .fixed*
and insure it is not commented (i.e. no # symbol at the start). This
will cause subversion to ignore the flag files generated by
bldpkg/bldchrt, which are not needed in SVN.