~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to README

  • Committer: abentley
  • Date: 2005-05-03 01:57:46 UTC
  • Revision ID: abentley@lappy-20050503015746-5204915e56808a57
Added README

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
BZR TOOLS
 
2
 
 
3
This is is a set of helper tools for bzr.
 
4
 
 
5
BAZ2BZR
 
6
baz2bzr will import an Arch or Baz branch into bzr.
 
7
Data converted:
 
8
- source tree
 
9
- file ids
 
10
- log summaries
 
11
 
 
12
Data not converted:
 
13
- revision IDs
 
14
- data on revisions merged
 
15
 
 
16
BZR-PUSH
 
17
Uses rsync to copy a branch to a remote location.  Remembers the last location
 
18
used.  Will not push if
 
19
- there are unknown files
 
20
- there are uncommitted changes in the working tree.
 
21
These safeguards are intended to prevent dirty trees from being uploaded.
 
22
 
 
23
BZR-PULL
 
24
Uses rsync to get the latest changes from an upstream location.  Remembers the
 
25
last location used.  Will not pull if
 
26
- there are unknown files
 
27
- there are uncommitted changes
 
28
- there have been local commits
 
29
These safeguards are intended to prevent accidental data loss.