Tom wrote: >[snip] > >Thanks Eric, > >I did what you indicated: > >sudo apt-get build-dep emc2 >sudo apt-get install build-essential libpth-dev > >I then re-entered: >sudo apt-get install cvs >export CVS_RSH=ssh >cvs -z5 -d:ext:a...@...:/cvs co -demc2-trunk emc2 > > All of the "sudo apt-get ..." lines only need to be done once, since they are installing new software onto your computer. Once installed, you will be notified of any updates (assuming the computer is normally connected to the internet).
>the last line caused the following error: >t...@kasugabox:~/Documents/emc$ cvs -z5 -d:ext:a...@...:/cvs co -demc2-trunk >emc2 >ssh: ...: Name or service not known >cvs [checkout aborted]: received broken pipe signal > > I'm not sure exactly what error the "broken pipe" signal means in this case, but it's immaterial. You only need to check out once. After that, you go to the checkout directory (emc2-trunk in this case) and type "cvs up -dP" (without the quotes) to update the source. This is only necessary if there have been changes to the source since you last checked out or updated, and you specifically want those changes. I have updated the wiki page a bit. I'll add a note that you only need to do these things once. - Steve ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
