On Wed, Apr 29, 2009 at 11:25:21 +0300, Elan Ruusamäe wrote:

> nevermind, seems checkout root module respecs CVS/Root and getting them is 
> easy as:

Yes, co needs only CVS/Root file.


But it's more difficult to get new package now (having Entries.Static):

before:
~/rpm/SPECS: cvs up icewm.spec

now:
~/rpm/packages: cvs up icewm            -> no effect
~/rpm/packages: cvs up icewm/icewm.spec -> error
cvs [update aborted]: no such directory `icewm'
~/rpm/packages: cvs co icewm/icewm.spec -> error
cvs server: cannot find module `icewm/icewm.spec' - ignored
~/rpm/packages: cvs co icewm            -> error
cvs server: cannot find module `icewm' - ignored


and one have to do (having ~/rpm/CVS/Root only):

~/rpm: cvs co packages/icewm/icewm.spec


without this file one would have to append

-d :pserver:<login>@cvs.pld-linux.org/cvsroot

-- 
Tomasz Pala <go...@pld-linux.org>
_______________________________________________
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Reply via email to