Introduction

The Beyond TV Web Admin source code is being made available under a Shared Source model.

Here you will find a publicly accessible SVN server. Members of the SnapStream community are free to check out code from or commit code to this server. Periodically the changes made to the code in the public repository will be merged into Beyond TV.

Useful Links

For discussion of progress tracking on any of the community Web Admin projects, please use the wiki section found here: http://code.snapstream.com/mediawiki/index.php/Beyond_TV_Web_Admin

http://source.snapstream.com/WebSVN/ - This is a web-friendly SVN repository browser. You can use this to see the most recent changes to the code or to browse the project online.

http://source.snapstream.com/repos/ - This is the SVN code repository. When using a SVN client this will be the base address you use to check out or commit code changes.

TortoiseSVN is the recommended SVN client for windows. It can be downloaded from: http://tortoisesvn.tigris.org/

Using TortoiseSVN

  1. Create a folder on your local harddrive to store your local copy of the source (e.g.: C:\Source\)
  2. Navigate to that folder in Explorer
  3. Right click and select "SVN Checkout"

  4. Use http://source.snapstream.com/repos/WebAdministration/ as the URL

  5. Click OK and wait for the checkout to finish
  6. Open BTVWebAdmin.sln
  7. Follow the instructions in BTVWebAdmin.README.txt for setting up the project for the first time
  8. Make any changes you want
  9. After changing a file, it will show up with a red exclamation mark

  10. To commit the changes (submit them to the SVN server) right click and select SVN Commit

  11. Add a useful comment, such as what your changes did, and then click Ok