config_query NETPBM_SVN "Build release version from subversion tree?" n &&

if [[ $NETPBM_SVN == y ]]; then
  message "There are a couple of possible branches you can choose from:" &&
  message "superstable: quite old but pretty much bugfree. stable: a bit more recent, but well tested" &&
  message "advanced: released every 3 months plus low risk high reward fixes." &&
  message "trunk: every change by the developpers is tracked. could be very unstable" &&

  config_query_list NETPBM_RELEASE "Which branch would you like to track?" advanced stable superstable trunk
fi
