Creating and Administering a Web Development Environment




CS174

Chris Pollett

Oct 4, 2010

Outline

Introduction

Version Control Systems

Quiz

Which of the following statements is true?

  1. Prepared statements allow you to execute the same SQL query with different bound in parameters without the DBMS needing to recompile the statement each time.
  2. The cookie protocol is implemented by your browser communicating with a cookie server on Port 3306.
  3. Boyce Codd Normal Form says a table should not have any trivial functional dependencies.

Subversion

Setting up your Repository

Trunk, Branches, Tags

Basic Work Cycle

More Basic Work Cycle

Add, Delete, Diff

Issue Tracking

svn copy, merge