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.

Subversion 1.7 Release

Today Subversion 1.7 has been published!

There are new features that are really interesting. Especially new Working copy format. If You know git You will be happy with only one .svn folder that new Subversion uses!

There are some speed improvements, partly thanks to HTTPv2 protocol.

For git fans there is even --git switch for svn diff command :)

svn diff --git


New Subversion should be also better with merges.

For full description see release notes: http://subversion.apache.org/docs/release-notes/1.7.html

New version can be downloaded from Apache Subversion site: http://subversion.apache.org/download/#recommended-release


Comments

  1. You can also download Subversion 1.7 here; http://bit.ly/nkNg8y

    ReplyDelete
  2. Ubuntu Version will install 1.6 or 1.7 version?

    http://www.wandisco.com/subversion/download#ubuntu

    ReplyDelete

Post a Comment

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)