From 4d057dab603f42ec40b911dbee6792dcf107bd14 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 13 Dec 2009 06:19:23 -0500 Subject: Converted libbe.storage.vcs.base to new Storage format. --- .../0a995544-20dc-42a6-8d3f-348ebbc8921e/body | 18 -------------- .../0a995544-20dc-42a6-8d3f-348ebbc8921e/values | 8 ------- .../4068c833-0c06-475e-8b7e-6701bc416dee/body | 28 ---------------------- .../4068c833-0c06-475e-8b7e-6701bc416dee/values | 11 --------- .../56506b73-36cc-4e32-a578-258a219edba8/values | 17 ------------- 5 files changed, 82 deletions(-) delete mode 100644 .be/bugs/56506b73-36cc-4e32-a578-258a219edba8/comments/0a995544-20dc-42a6-8d3f-348ebbc8921e/body delete mode 100644 .be/bugs/56506b73-36cc-4e32-a578-258a219edba8/comments/0a995544-20dc-42a6-8d3f-348ebbc8921e/values delete mode 100644 .be/bugs/56506b73-36cc-4e32-a578-258a219edba8/comments/4068c833-0c06-475e-8b7e-6701bc416dee/body delete mode 100644 .be/bugs/56506b73-36cc-4e32-a578-258a219edba8/comments/4068c833-0c06-475e-8b7e-6701bc416dee/values delete mode 100644 .be/bugs/56506b73-36cc-4e32-a578-258a219edba8/values (limited to '.be/bugs/56506b73-36cc-4e32-a578-258a219edba8') diff --git a/.be/bugs/56506b73-36cc-4e32-a578-258a219edba8/comments/0a995544-20dc-42a6-8d3f-348ebbc8921e/body b/.be/bugs/56506b73-36cc-4e32-a578-258a219edba8/comments/0a995544-20dc-42a6-8d3f-348ebbc8921e/body deleted file mode 100644 index 8596c92..0000000 --- a/.be/bugs/56506b73-36cc-4e32-a578-258a219edba8/comments/0a995544-20dc-42a6-8d3f-348ebbc8921e/body +++ /dev/null @@ -1,18 +0,0 @@ -Since we'll be distributing a non-bzr-repo version, it would be nice -to adapt our 'submit bug' procedure - $ be new "The demuxulizer is broken" - Created bug with ID 48f - $ be comment 48f - - $ bzr commit --message "Reported bug in demuxulizer" - $ bzr send --mail-to "be-devel@bugseverywhere.org" -to one that works with this setup. Without guaranteed versioning, -that would probably be something along the lines of - $ be new "The demuxulizer is broken" - Created bug with ID 48f - $ be comment 48f - - $ be email-bugs [--to be-devel@bugseverywhere.org] 48f -With interfaces/email/interactive listening on the recieving end to -grab new-bug emails and import them into an incoming bug repository. - diff --git a/.be/bugs/56506b73-36cc-4e32-a578-258a219edba8/comments/0a995544-20dc-42a6-8d3f-348ebbc8921e/values b/.be/bugs/56506b73-36cc-4e32-a578-258a219edba8/comments/0a995544-20dc-42a6-8d3f-348ebbc8921e/values deleted file mode 100644 index 4bd8f81..0000000 --- a/.be/bugs/56506b73-36cc-4e32-a578-258a219edba8/comments/0a995544-20dc-42a6-8d3f-348ebbc8921e/values +++ /dev/null @@ -1,8 +0,0 @@ -Author: W. Trevor King - - -Content-type: text/plain - - -Date: Fri, 20 Nov 2009 13:31:25 +0000 - diff --git a/.be/bugs/56506b73-36cc-4e32-a578-258a219edba8/comments/4068c833-0c06-475e-8b7e-6701bc416dee/body b/.be/bugs/56506b73-36cc-4e32-a578-258a219edba8/comments/4068c833-0c06-475e-8b7e-6701bc416dee/body deleted file mode 100644 index d3d9d0c..0000000 --- a/.be/bugs/56506b73-36cc-4e32-a578-258a219edba8/comments/4068c833-0c06-475e-8b7e-6701bc416dee/body +++ /dev/null @@ -1,28 +0,0 @@ -> With interfaces/email/interactive listening on the recieving end to -> grab new-bug emails and import them into an incoming bug repository. - -The email-bugs -> be-handle-mail import is based on `be import-xml`. -The current import-xml implementation allows good control over what -gets overwritten during a merge by overriding only those fields -defined in the incoming XML. - -For clients without the versioned bugdir (e.g. they installed via a -release tarball or their distro's packaging system), `be email-bugs` -will not know what fields have been changed/added/etc., so it sets -_all_ the fields in the outgoing XML. Importing that XML file will -override any changes that may have been made to the listed -bugs/comments between the release and your current source version, so -you may have to do some manual tweaking of the post-merge bugdir. - -One possible workaround would be to change the merge algorithm in -import-xml to take advantage of version information given in the XML -file. import-xml could checkout the shared root version of any -modified bugs, and compute the changes made by the remote user and -those made in the local tree. It could then merge these changes more -intelligently, by prompting the user, keeping the local changes, -keeping the remote changes, etc. - -While the more automated approach might be better, it's also more -complicated, so for now we'll stick with the simple "override all -fields defined in the XML" approach. - diff --git a/.be/bugs/56506b73-36cc-4e32-a578-258a219edba8/comments/4068c833-0c06-475e-8b7e-6701bc416dee/values b/.be/bugs/56506b73-36cc-4e32-a578-258a219edba8/comments/4068c833-0c06-475e-8b7e-6701bc416dee/values deleted file mode 100644 index e77ec55..0000000 --- a/.be/bugs/56506b73-36cc-4e32-a578-258a219edba8/comments/4068c833-0c06-475e-8b7e-6701bc416dee/values +++ /dev/null @@ -1,11 +0,0 @@ -Author: W. Trevor King - - -Content-type: text/plain - - -Date: Sun, 29 Nov 2009 01:19:05 +0000 - - -In-reply-to: 0a995544-20dc-42a6-8d3f-348ebbc8921e - diff --git a/.be/bugs/56506b73-36cc-4e32-a578-258a219edba8/values b/.be/bugs/56506b73-36cc-4e32-a578-258a219edba8/values deleted file mode 100644 index 2d546cb..0000000 --- a/.be/bugs/56506b73-36cc-4e32-a578-258a219edba8/values +++ /dev/null @@ -1,17 +0,0 @@ -creator: W. Trevor King - - -reporter: W. Trevor King - - -severity: minor - - -status: fixed - - -summary: be email-bugs for bug submission from bzr-less users - - -time: Fri, 20 Nov 2009 13:26:59 +0000 - -- cgit