|
Create branches for each specific task /feature you are trying to
implement. When a feature is implemented, merge that branch for it into the main development branch. In the past, I've generally kept a 'production' branch which mirrors what is on the production site. New features (each from their own branch) are merged to that branch as they are completed, and tested before production is updated from that branch. Finally, it helps to keep a 'misc' branch for small tasks that may not require their own branch. It sounds like a lot of work, but it becomes second nature after a while. I would suggest reading Chapter 4 of the SVN book: http://svnbook.red-bean.com/en/1.1/ch04.html Brian nan wich wrote:
|
- [development] Site specific modules nan wich
- Re: [development] Site specific modules Brian Vuyk
- Re: [development] Site specific modules Justin Ellison
- Re: [development] Site specific modules nan wich
- Re: [development] Site specific modules Nikola Kotur
- Re: [development] Site specific module... Lisa Sawin
- Re: [development] Site specific m... ekes
- Re: [development] Site specific m... Nikola Kotur
- Re: [development] Site specif... Jamie Holly
- [development] Git.. wat? Domenic Santangelo
- Re: [development] Git.. w... Victor Kane
- Re: [development] Git.. w... Khalid Baheyeldin
