~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-22 06:37:43 UTC
  • Revision ID: mbp@sourcefrog.net-20050622063743-e395f04c4db8977f
- move old blackbox code from testbzr into bzrlib.selftest.blackbox

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                                      \