This is where we are posting tutorial and informational videos for the developers of www.pollvu.com
Shows how to developer on a local environment, interact with the local database, and then have your work also function on pollvu.com
Shows how to ignore certain files and directories so that they are not uploaded to the main SVN Repository when you commit.
This video covers some of the conventions involved when using SVN.
Covers how to keep your testing environment database structure up to date with the main development database, without loosing any data in the process. Uses phpmyadmin
Details a few common accepted practices when using subversion that most developers new to SVN make, and why to avoid them.
Provides a quick intro to what svn revert is, why you would want to use it, and how to use it.
This shows you how to update a file that is already in your subversion repository. Basically I show you the correct way to make changes, then update the main repository with the changes you have made.
There are a few ways to delete a file from subversion. This video details two of them, and also reminds you that (with a quick example) how you never in fact permanently delete a file in svn. Once a file has been under revision control, it can always be accessed at a later date or brought back.
When working with SVN, you need to explicitely move files. This video covers the two ways to move files in a revision control system.
because SVN is a controlled environment, you have to specifically tell the system that you would like to rename a file. If you do not, then the original file will be considered 'missing' - and when you update it will just be brought back, and the renamed file will not be under version control, so any changes you make will not be recorded with each commit.