Getting Demos from SVN

I am somewhat new to SVN and JME, but I was wondering if there was a way to download all of the JME Demos from the SVN. I know this is a noob question but I really want to be able to pick apart the demos to learn so if someone could take the time to point me in the right direction I would appreciate it. Thanks.

If you got your JME from SVN all the JMETest demos should be there. Look in the directory of your JME project, and they should be in the src/jmetest folder.



Or If you just got the JME jars, and want just the demos from SVN, I think this will work http://jmonkeyengine.googlecode.com/svn/trunk/src/jmetest

I use tortoise svn for that, you just create a new folder, right click it, select svn checkout, post the address above in the url of repository, click ok and it should work.





some more demos to look at here

http://www.jmonkeyengine.com/wiki/doku.php?id=sample_games_and_demos

Thank you that worked perfectly. I appreciate it.