~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to contrib/upload-bzr.dev

  • Committer: Martin Pool
  • Date: 2005-06-21 06:10:18 UTC
  • Revision ID: mbp@sourcefrog.net-20050621061017-12e8f0ff45228338
- move whitebox/blackbox modules into bzrlib.selftest subdirectory

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                                      \