Re: alternative to CVS magic branches

2010-12-16 Thread Nick Stolwijk
And it is also the one that makes the most sense to me. If you have a branch with some changes and the next commit on trunk contains a file you have changed and another file you haven't changed. It is one commit, so all or nothing, it can contain breaking changes if you merge half a commit. So, do

RE: alternative to CVS magic branches

2010-12-16 Thread Bob Archer
> in CVSNT there's a feature called magic branches. Basically it > means that > if you branch from head (or any other branch) the all the files in > the > magic branch will continue to have all changes made in the future > until > the point where you change them. So if you have 20 files and you > c

alternative to CVS magic branches

2010-12-16 Thread Jan Keirse
Hello, in CVSNT there's a feature called magic branches. Basically it means that if you branch from head (or any other branch) the all the files in the magic branch will continue to have all changes made in the future until the point where you change them. So if you have 20 files and you change