~bzr/bzr-fastimport/0.6

« back to all changes in this revision

Viewing changes to README.txt

  • Committer: Ian Clatworthy
  • Date: 2008-02-14 06:28:42 UTC
  • Revision ID: ian.clatworthy@internode.on.net-20080214062842-x2yy4rk70ny1ounp
1st cut: gfi parser + --info processing method

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
bzr-fastimport: Backend for fast Bazaar data importers
 
2
======================================================
 
3
 
 
4
Dependencies
 
5
------------
 
6
 
 
7
Required and recommended packages are:
 
8
 
 
9
* Python 2.4 or later
 
10
 
 
11
* Bazaar 1.1 or later.
 
12
 
 
13
 
 
14
Installation
 
15
------------
 
16
 
 
17
The easiest way to install this plugin is to either copy or symlink the
 
18
directory into your ~/.bazaar/plugins directory. Be sure to rename the
 
19
directory to fastimport (instead of bzr-fastimport).
 
20
 
 
21
See http://bazaar-vcs.org/UsingPlugins for other options such as
 
22
using the BZR_PLUGIN_PATH environment variable.
 
23
 
 
24
 
 
25
Testing
 
26
-------
 
27
 
 
28
To test the plugin after installation:
 
29
 
 
30
    bzr selftest fastimport
 
31
 
 
32
 
 
33
Documentation
 
34
-------------
 
35
 
 
36
The general usage is::
 
37
 
 
38
  frontend | bzr fast-import [options]
 
39
 
 
40
See the doc/ directory for details.
 
41
 
 
42
 
 
43
Licensing
 
44
---------
 
45
 
 
46
This plugin is (C) Copyright Canonical Limited 2008 under the GPL Version 2.
 
47
Please see the file COPYING.txt for the licence details.