Thursday, February 19, 2009

SVN Tutorials

Below are a number of video tutorials on how to use SVN, avoiding and resolving conflicts.
Most are SWFs (use Adobe Flash Player)but the last 3 are H264 encoding avi's which can be played with...
VLC media player (Windows)
VLC media player (Ubuntu)
VLC media player (Mac)

Checkout
Setting up icon overlays and checking out the project.

Commit
Making a change and commiting it to the repository on the server.

Update
Refreshing your copy with the server copy before working some more.

Add
Adding new files to the repository.

Delete
Deleting unwanted files for good.

Export
Taking an offline version to work on when you can't access the repository at home.

Conflict Resolution
The hard way to resolve a conflict when you forgot to export and need to fix the problem.

Revert
Rolling back the changes when a bugfix would just take too long.

No comments:

Post a Comment