Bill, I am sorry. I did not read your question well enough the first time. mpeg3 has not been ported to Chicken 4, so naturally, it is not there ;) For Chicken 4, it is probably a good idea just to look at several eggs that are in the repository, so either grab the entire SVN tree, or find things that looks interesting via http://chicken.wiki.br/eggs, and check those out.
Jim On Sat, Jul 25, 2009 at 7:07 AM, bill<[email protected]> wrote: > Jim, > > When I try the URL you give below I get all the eggs - a little more than I > wanted. That wasn't the problem. In the Egg Tutorial and example for > mpeg3 is given. When I try it as given, I get the following result. > > b...@bugs:~$ svn checkout > https://galinha.ucpel.tche.br/svn/chicken-eggs/release/4/mpeg3 > svn: URL 'https://galinha.ucpel.tche.br/svn/chicken-eggs/release/4/mpeg3' > doesn't exist > b...@bugs:~$ > > If I change the 4 to a 3 it works. > > Bill > > Jim Ursetto wrote: >> >> Hi Bill, >> >> I just checked out release 4 eggs as the anonymous user with the >> following: >> >> svn co https://galinha.ucpel.tche.br/svn/chicken-eggs/release/4 >> chicken-eggs4 >> >> Maybe there was a transitory error? Please post the error you get. >> >> Jim >> >> On Tue, Jul 21, 2009 at 2:37 PM, bill<[email protected]> wrote: >> >>> >>> Christian, >>> >>> I tried release 4 and it did not work. I then tried 3 and it did. I'm >>> fine now, but there may be a problem with release 4. >>> >>> Thanks for the help. >>> >>> Bill >>> >>> Christian Kellermann wrote: >>> >>>> >>>> * bill <[email protected]> [090721 13:43]: >>>> >>>> >>>>> >>>>> Hi all, >>>>> >>>>> I've decided to try my hand a writing an egg. I'm one of those people >>>>> who learn best by example. But when I try to download the mpeg3 >>>>> example >>>>> fromk SVN I'm told the URL does not exist. Am I doing something >>>>> wrong or >>>>> is the tutorial wrong? I have not yet started writing an egg - I >>>>> just >>>>> want to see an example of how it's done. >>>>> >>>>> >>>>> >>>> >>>> Maybe you are using an URL from outdated documentation? >>>> The url that works for me is: >>>> https://galinha.ucpel.tche.br/svn/chicken-eggs/release/3/mpeg3 >>>> >>>> Replace 3 by 4 if you want the eggs for chicken4. >>>> >>>> The username is anonymous, the password is empty. >>>> >>>> Cheers, >>>> >>>> Christian >>>> >>>> >>>> >>> >>> _______________________________________________ >>> Chicken-users mailing list >>> [email protected] >>> http://lists.nongnu.org/mailman/listinfo/chicken-users >>> >>> >> >> > > _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
