/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to contrib/upload-bzr.dev

  • Committer: Martin Pool
  • Date: 2005-06-22 08:12:31 UTC
  • Revision ID: mbp@sourcefrog.net-20050622081231-630e514240ccb87a
- new exception NotVersionedError
- raise this from Inventory.add_path if parent isnt versioned

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
rsync -rltv                                                         \
18
18
    .                                                               \
19
19
    escudero.ubuntu.com:/srv/www.bazaar-ng.org/rsync/bzr/bzr.dev/   \
 
20
    --include-from -                                                \
20
21
    --include .bzr                                                  \
21
22
    --include '.bzr/**'                                             \
22
23
    --exclude-from .rsyncexclude                                    \
23
24
    --exclude-from .bzrignore                                       \
24
 
    --include-from -                                                \
25
25
    --exclude \*                                                    \
26
26
    --exclude '.*'                                                  \
27
27
    --delete-excluded --delete                                      \