Completed
Enforcing standards making it easier to handle... HUNDREDS OF LINES OF CODE
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Version Control Tips, Tricks and Good Citizenship
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Tess Barnes
- 3 Basic levels
- 4 Bonus levels
- 5 Minor conflict resolution
- 6 Interleaved causes
- 7 Fixing add conflicts
- 8 Fixing delete conflicts
- 9 Missing files trying to apply change to non existent file
- 10 Avoiding missing files
- 11 here's why
- 12 Get out of jail free
- 13 Why just fix?
- 14 VC tree bonsai
- 15 Branching strategy
- 16 Coping with complexity
- 17 Script Examples
- 18 What is a hook?
- 19 Why enforce authorisation
- 20 Authorisation solutions
- 21 What if you use git?
- 22 Enforcing code review two heads are better than one
- 23 Why use tools with this?
- 24 How do we automate?
- 25 Getting outside help
- 26 Enforcing standards making it easier to handle... HUNDREDS OF LINES OF CODE
- 27 TortoiseSVN example
- 28 server hook example
- 29 Creating change logs the lazy way
- 30 Lazy change logs
- 31 Validate commit messages Check min length Pattern match
- 32 scrape details from svn log
- 33 Publish those logs
- 34 Keep everyone in the loop
- 35 Start a revolution