Advanced subversion techniques, what am I missing?
Posted
by
Derek Adair
on Programmers
See other posts from Programmers
or by Derek Adair
Published on 2010-12-14T16:13:16Z
Indexed on
2011/01/06
22:59 UTC
Read the original article
Hit count: 247
version-control
I started using SVN about 9 months ago and it's been a game changer to say the least. Although, I feel I'm still a bit lost. I feel like there is a lot more I need to take advantage of to really step up my application development.
For example
I would like to be able to quarantine any volatile/major changes into some kind of 'sub-repository' or something. I'm finding that major changes are impeding minor bug fixes that are quite urgent. How can I push one simple update without pushing incomplete or broken code?
© Programmers or respective owner