This post originated from an RSS feed registered with Python Buzz
by Ed Taekema.
Original Post: Is branching the answer?
Feed Title: Ed Taekema - Road Warrior Collaboration
Feed URL: http://feeds.feedburner.com/RoadWarriorCollaborationPython
Feed Description: A blog looking at business communication, knowledge management, scripting tools and more.
Well, what is the question first. Here it is: How do I promote code changes through a team to release
Version control tools since almost the beginning have supported some sort of branching scheme. We did this to allow concurrent changes to files without content loss. This was needed as soon as teams of [...]