==============
TODO BundleMan
==============
$Id: TODO.txt 49134 2006-09-18 10:38:24Z bdelbosc $


BUGS
----

* bug: if the svn url point to an invalid url with a tags the status is
  already released (use_tag status) instead of invalid.

* bug: bm-bundle --archive A_OLD_TAG
  if there are differents products in the old tag than the wc
  this will raise some errors, should not analyzed products with --archive.

* handles weird cases like bundle with

  - product -r1234 path/product/trunk

    what if product wc is != r1234 ?
    releasing should be done like a tag ?

  - product path/product/trunk

    but the wc is switched to a branch ?


FEATURES
--------

* bm-*
   --archive-url  work on url without a wc
   --log log file path
   --sign sign an archive
   --archive should create a .md5 file

* bm-bundle

   --merge=RELEASE_TAG
       for each product
       switch to trunk

   --switch=RELEASE_TAG
       for each product switch (!= svn switch from a bundle)

   --clean-branch=RELEASE_TAG -> remove all product branch with the tag

* how to manage bundleman with bundleman ?



.. Local Variables:
.. mode: rst
