Posts Tagged ‘Git’

Moving from SVN to Mercurial

May 12, 2011 - 5 Comments - App Development, Web Development

Tortoise HG
When I start at my company, their system uses a very old SVN system. It’s slow, it can’t even branch properly and give me conflicts all the time. So the very first thing is to migrate it to a new version control system. I wrote a tutorial about starting with Git before, so I’m quite tempting to use Git, but in the end I decide to go for Mercurial. This article will show you how to move your existing projects in SVN to a mercurial repository.

Article Tags: , , , ,

The guide to basic Git for absolutely beginer

May 27, 2009 - 7 Comments - App Development, Web Development


In my company, we use SVN as our revision system, so I have to use SVN at work everyday. It’s good at a certain level however there are also a lot of limit behind its structure. So I decide to move to Git to see if this system any better.

Article Tags: ,