~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to contrib/upload-bzr.dev

  • Committer: John Arbash Meinel
  • Author(s): Mark Hammond
  • Date: 2008-09-09 17:02:21 UTC
  • mto: This revision was merged to the branch mainline in revision 3697.
  • Revision ID: john@arbash-meinel.com-20080909170221-svim3jw2mrz0amp3
An updated transparent icon for bzr.

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 -                                                \
21
20
    --include .bzr                                                  \
22
21
    --include '.bzr/**'                                             \
23
22
    --exclude-from .rsyncexclude                                    \
24
23
    --exclude-from .bzrignore                                       \
 
24
    --include-from -                                                \
25
25
    --exclude \*                                                    \
26
26
    --exclude '.*'                                                  \
27
27
    --delete-excluded --delete                                      \