gnu-arch-users
[Top][All Lists]
Advanced

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

Re: [Gnu-arch-users] Re: How to 'update' an updated archive?


From: Aaron Bentley
Subject: Re: [Gnu-arch-users] Re: How to 'update' an updated archive?
Date: Wed, 16 Jun 2004 23:44:19 -0400
User-agent: Mozilla Thunderbird 0.5 (X11/20040306)

Sri Ramkrishna wrote:
This begs to have a script written that will unrm files and be put in
the repository.

sri

owd=$(tla tree-root)
cd $(tla library-find $(tla logs -f|tail -n 1))
for i in $(tla inventory -s); do if [ ! -f $owd/$i ]; then cp -p $i $owd/$i; fi; done

I guess I can stick into aba, unless someone beats me to it.

Aaron




reply via email to

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