emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Git mirrors


From: Stefan Monnier
Subject: Re: Git mirrors
Date: Thu, 13 Oct 2011 12:21:11 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux)

> | ======================================================================
> | Wed Oct 12 18:00:01 CDT 2011
> | ======================================================================
> | receiving incremental file list
> | 
> | sent 357 bytes  received 20797 bytes  475.37 bytes/sec
> | total size is 376714147  speedup is 17808.18
> | To savannah:/srv/git/emacs.git
> |  - [deleted]         old-branches/cedet-branch
> |  - [deleted]         old-branches/emacs-unicode
> |  - [deleted]         old-branches/gerd_defvaralias
> |  - [deleted]         old-branches/gnus-5_10-branch
> |  - [deleted]         old-branches/multi-tty
> |  - [deleted]         old-branches/pending
> |  - [deleted]         old-branches/rmail-mbox-branch
> |  - [deleted]         other-branches/gerd_0001
> |  - [deleted]         other-branches/gerd_int
> |  - [deleted]         other-branches/miles-orphaned-changes
> |  - [deleted]         other-branches/thomas-posix1996
> |  * [new branch]      tmp -> tmp
> `----
[...]
> find * -path '*/.bzr/branch/last-revision' | while read r; do

Your script fails to find the above branches which are nested within
a sub-directory.  You need to replace "*" with "**" (that's a zsh glob
pattern).


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]