How do I download the source from CVS

  • What commands do I need to download the latest source for the Dreambox 7025.


    I am using Fedora Core 6, and logged in as an regular user. I would like to download the complete source into ~/dreambox .


    Regards, Frits

  • That does not work.


    Code
    test@server:~/dreambox $ export CVS_RSH=ssh
    test@server:~/dreambox $ cvs -d anoncvs@http://dreamboxupdate.com:/cvs/tuxbox -z3 co -P .
    ssh: http: Name or service not known
    cvs [checkout aborted]: end of file from server (consult above messages if any)
    test@server:~/dreambox $

    I tried it without the http:// as well. That seems to work, but it requires a password that I do not know.

    Code
    test@server:~/dreambox $ export CVS_RSH=ssh
    test@server:~/dreambox $ cvs -d anoncvs@dreamboxupdate.com:/cvs/tuxbox -z3 co -P .
    Password:
    Password:
    Password:
    Permission denied (publickey,keyboard-interactive).
    cvs [checkout aborted]: end of file from server (consult above messages if any)
    test@server:~/dreambox $

    Regards, Frits

  • That works for me as well. However, isn't this the enigma1 code instead of the enigma2 code?


    If I do the same for dreamboxupdate.com I get again a password prompt.

    Code
    test@server:~/tuxbox/apps/tuxbox/enigma $ cvs -d :ext:dreamboxupdate.com:/cvs/tuxbox co .
    Password:
    Password:
    
    
    Password:
    Permission denied (publickey,keyboard-interactive).
    cvs [checkout aborted]: end of file from server (consult above messages if any)
    test@server:~/tuxbox/apps/tuxbox/enigma $

    Regards, Frits Wiarda

  • Sorry, I didn't read the entire thread. I saw .../tuxbox and assumed that you wanted enigma1.


    This whole idea of downloading the sources by hand using cvs is not what you want, if I read your original question correctly. See openembedded now uses monotone 0.26+ for directions on how to download a Makefile that does all the dirty work for you.

    Einmal editiert, zuletzt von noggie ()