The plugin I talked about in a previous post is now at https://launchpad.net/bzr-removable. Please file bugs.
Thanks to Michael Hudson and Daniel Watkins for submitting patches.
You can get the plugin by typing 'bzr branch lp:bzr-removable' on the command line.
Hacking, Software Collaboration, Testing and Diverse Other Topics of General Interest to the Practicing Programmer
Monday, April 21, 2008
Subscribe to:
Post Comments (Atom)
Blog Archive
-
►
2010
(68)
-
►
November
(14)
- testtools manuals
- Tests that print stuff
- Boiling kettles, unit tests and data
- Big or small?
- "Don't Make Me Think", thoughts for Launchpad
- Reviewing specs, rock on!
- Having an extra feature never hurts, rebutted
- And then what?
- Make it really easy to fix bugs on Ubuntu
- What else have you got?
- Ubuntu in a VM on OS X?
- Still going
- What to do, what to do
- Launchpad and UDS-N
-
►
November
(14)

6 comments:
Btw, more docs required. You need to do something like:
bzr branch lp:bzr-removable ~/code/bzr-removable
ln -s ~/code/bzr-removable/removable ~/.bazaar/plugins/removable
Fuller and more prominent documentation would be appreciated (in general my rule of thumb is that if I've had to go to a core developer of a piece of software for assistance, it's not well documented!)
The full sequence of install steps for this (on UNIX filesystems) is actually:
$ cd [some directory where one normally stores code]
$ bzr branch lp:bzr-removable
$ mkdir -p ~/.bazaar/plugins
$ cd ~/.bazaar/plugins
$ ln -s [some directory]/bzr-removable/removeable
Then "bzr plugins" will verify the install and finally the actual commands one needs are "bzr removable" and "bzr unremovable"
Thanks for the interest guys. I agree that the software is not well documented, but you are the first users I've heard from in the last eight months, I think the documentation is economical.
Can you please file bugs on the project on Launchpad?
Cause and effect on "bad documentation, unused software" is not always "unusued software leads to no motivation for documentation". I'd tend to argue the other way around, in fact.
Sure, I'm not laying down a fundamental law of physics here -- I'm describing my own personal motivation.
I'm sorry that your whole experience of this plugin has been terrible, and I'm glad you've gone to the trouble of posting here so that other googlers can find the docs you've written.
As this is obviously the first user feedback I've received, I would have liked to hear something nice, but perhaps there was nothing nice to say.
Mary says https://bugs.edge.launchpad.net/bzr-removable/+bug/322262
The "Mary says" thing was a comment typed into the wrong field. Sorry again.
Post a Comment