New blog domain: kula.blog

It's still work in progress but new posts will be published on  https://kula.blog/ Thanks to 11ty base blog RSS is working from the start so it should be easy to add to your reader if you still use any :) If now then I hope you can sign up to the newsletter where I'll be publishing new posts and interesting articles to it from time to time. Please use  kula.blog  from now on.

SVN Move and Merge

Interesting question: http://stackoverflow.com/questions/2064321/subversion-cant-merge-after-a-move

But try this in real work: several feature branches, many bugfix branches and release branch. Add to it that not everybody in a team is svn master and You would know how svn "real" move is important.

But this issue is 9 years old and even now is moved to future 1.8 release.

Subversion 1.7 in roadmap is sheduled for Q1 2011. I am curious when it will be :) http://subversion.apache.org/roadmap.html
About month ago there was much more yellow dots so hope it will be soon.

Tip: In 1.7 SVN will work a bit more like git: one ".svn" folder and even -git option for svn diff.

Comments

Popular posts from this blog

How to use NPM packages from private repositories on bitbucket

How to simulate slow connection (developer proxy in Node.js)