Though Bazaar repositories are most commonly accessed using a special piece of software called a Bazaar client, we also provide a web-based interface to view Bazaar repositories. Browsing the Bazaar tree gives you a great view into the current status of this project's code. You may also view the complete history of any file in the repository.
BZR (Bazaar) is a tool used by many software developers to manage changes within their source code tree. BZR provides the means to store not only the current version of a piece of source code, but a record of all changes (and who made those changes) that have occurred to that source code. Use of BZR is particularly common on projects with multiple developers, since BZR ensures changes made by one developer are not accidentally removed when another developer posts their changes to the source tree.
Information about accessing this Bazaar repository may be found in the document titled "Code/Finding and Downloading".
In order to access a Bazaar repository, you must install a special piece of software called a Bazaar client. Bazaar clients are available for most any operating system. Information about Bazaar client software may be found in our document titled "Bazaar in five minutes - Installation".
Bazaar Access
This project's Launchpad.net Bazaar repository can be checked out through BZR with the following instruction set:
bzr branch lp:inkscape
Information about accessing this Bazaar repository may be found in our document titled "Code/Finding and Downloading".
Updates from within the module's directory do not need the URL string.
NOTE: UNIX file and directory names are case sensitive.
Please also see Working_with_Bazaar in the wiki.
