|
Revision 50498, 1.4 kB
(checked in by bdelbosc, 2 years ago)
|
update
|
- Property svn:keywords set to
Id
|
| Line | |
|---|
| 1 |
============== |
|---|
| 2 |
TODO BundleMan |
|---|
| 3 |
============== |
|---|
| 4 |
$Id$ |
|---|
| 5 |
|
|---|
| 6 |
|
|---|
| 7 |
BUGS |
|---|
| 8 |
---- |
|---|
| 9 |
|
|---|
| 10 |
* bug: if the svn url point to an invalid url with a tags the status is |
|---|
| 11 |
already released (use_tag status) instead of invalid. |
|---|
| 12 |
|
|---|
| 13 |
* bug: bm-bundle --archive A_OLD_TAG |
|---|
| 14 |
if there are differents products in the old tag than the wc |
|---|
| 15 |
this will raise some errors, should not analyzed products with --archive. |
|---|
| 16 |
|
|---|
| 17 |
* handles weird cases like bundle with |
|---|
| 18 |
|
|---|
| 19 |
- product -r1234 path/product/trunk |
|---|
| 20 |
|
|---|
| 21 |
what if product wc is != r1234 ? |
|---|
| 22 |
releasing should be done like a tag ? |
|---|
| 23 |
|
|---|
| 24 |
- product path/product/trunk |
|---|
| 25 |
|
|---|
| 26 |
but the wc is switched to a branch ? |
|---|
| 27 |
|
|---|
| 28 |
* bug: do not work with svn 1.1x (sarge stable) |
|---|
| 29 |
|
|---|
| 30 |
|
|---|
| 31 |
FEATURES |
|---|
| 32 |
-------- |
|---|
| 33 |
|
|---|
| 34 |
* bm-* |
|---|
| 35 |
--archive-url for bm-bundle without having wc |
|---|
| 36 |
--sign sign an archive |
|---|
| 37 |
--archive should create a .md5 file |
|---|
| 38 |
|
|---|
| 39 |
* bm-product --init should ask to create branches/tags layouts if |
|---|
| 40 |
branches or tags are missing. |
|---|
| 41 |
|
|---|
| 42 |
* bm-bundle |
|---|
| 43 |
|
|---|
| 44 |
--merge=RELEASE_TAG |
|---|
| 45 |
for each product |
|---|
| 46 |
switch to trunk |
|---|
| 47 |
|
|---|
| 48 |
--switch=RELEASE_TAG |
|---|
| 49 |
for each product switch (!= svn switch from a bundle) |
|---|
| 50 |
|
|---|
| 51 |
--clean-branch=RELEASE_TAG -> remove all product branch with the tag |
|---|
| 52 |
|
|---|
| 53 |
--archive-directory=DIR |
|---|
| 54 |
Directory contained in the generated archive. |
|---|
| 55 |
By default the directory in the archive has the same |
|---|
| 56 |
name than the archive itself. |
|---|
| 57 |
|
|---|
| 58 |
* manages bundleman with bundleman ? |
|---|
| 59 |
|
|---|
| 60 |
|
|---|
| 61 |
.. Local Variables: |
|---|
| 62 |
.. mode: rst |
|---|