[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: updating common dirs
- From: Adam Jackson <ajackson redhat com>
- To: Development discussions related to Fedora Core <fedora-devel-list redhat com>
- Subject: Re: updating common dirs
- Date: Tue, 24 Jul 2007 14:39:03 -0400
On Tue, 2007-07-24 at 12:04 -0600, Orion Poplawski wrote:
> Jesse Keating wrote:
> > An update of your common/ directory should fix this issue and allow
> > your build to continue. An update to Makefile.common was made to use a
> > canonical reference for our CVS server.
>
> Is there an easy way to update all of my common dirs in one step?
>
> [orion cynosure ~/fedora]$ cvs update */common
> cvs update: in directory .:
> cvs [update aborted]: *PANIC* administration files missing
for i in */common ; do pushd $i ; cvs up ; popd ; done
- ajax
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]