07- Check out Red5 source with Subversion (TortoiseSVN)

  1. First create a new directory named red5_server inside your eclipse workspace folder, C:\Documents and Settings\Administrator\My Documents\Eclipse.
  2. Right click on the red5_server directory and select SVN Checkout. It will ask for URL of Repository. To get that URL, go to http://red5.org/, click on SVN Acess in the left sidebar. Under where it says Latest Development Code, copy the URL where it says:
    svn co http://red5.googlecode.com/svn/java/server/trunk red5
    Copy the URL, http://red5.googlecode.com/svn/java/server/trunk and paste it in the URL of Repository. Then click OK. And now it will download the latest Red5 source. It may take 5 minutes. When it is done, click OK.
  3. VERIFY IT WORKED: Go to the directory where you checked out the source, C:\Documents and Settings\Administrator\My Documents\Eclipse, and verify that the files are there.
« Back to Home