BZR-ODF-tools
From ODF::Wiki
| bzr-odf-tools | |
|---|---|
| {{{Screenshot}}} {{{Description}}} | |
| Information | |
| Producer: | The Open Descent Foundation |
| Developers: | D.Cent |
| Current version: | 1.0 (in development) |
| Latest release: | none (will be published soon) |
| Operating systems: | Linux |
| Category: | Utilities |
| License: | GPL version 3 |
| Languages: | bash |
| Website: | none |
| Project page: | click here |
bzr-odf-tools is a collection of three bash scripts, "bzr-odf-push", "bzr-odf-checkout" and "bzr-odf-update" that enable fast and comfortable sharing of development files that can be seen in public on the SourceForge Bazaar repository, which is where you can find the current version of the bzr-odf-tools by now. It is a program only for Linux, because it wouldn't make sense to run a bash-script which executes commandline programs on Windows.
Contents |
[edit] History
Because the ODF members got tired of the odf tools, they decided to use Bazaar to exchange development files. The bzr-odf-tools handle the bazaar commandline tool (called "bzr") to upload/download projects or parts of them easily.
[edit] bzr-odf-push
This script will either upload a complete new project to the repository or will upload your changes to the chosen project. It will always ask you for a reason why you edited the source code, and if it is the first upload, you will have to enter the name of the project.
[edit] bzr-odf-checkout
bzr-odf-checkout will download projects from the Bazaar repository you don't already have. It will create the new directory right where you executed the command.
[edit] bzr-odf-update
Last but not least this script will download any changes to the chosen project that have been published by other developers.
[edit] extension for PIM
TODO (Lo): Planned?
[edit] Related Articles
- odf tools
- odf svn tools - share projects via ODF's SVN (outdated)

