Checking out from CVS?

Hi



I tried to download latest build which was great. But is there a way

to check out from CVS and just hit "update" in eclipse now and then ?



Would be better than to download the entire engine every day.






Sure, have a look into the startup guide detailed explanations.



Short one here:

cvs -d :pserver:guest@cvs.dev.java.net:/cvs login

cvs -d :pserver:guest@cvs.dev.java.net:/cvs checkout jme

In Eclipse after you've checked out the project simply right-click on the project, Team -> Update.



darkfrog