about 5 months ago - No comments
Sometimes you want to make minor changes to WordPress plugins that no body except your self would want. Then comes the issue of upgrading to new versions of the plugin. git-svn is the perfect tool for this. It has all the cool features of the distributed SCM git and ability to pull from subversion (and [...]
about 1 year ago - No comments
My new year resolution was to ditch Subversion and move to Git. I switched to Git as my SCM for all my development work on new year day it self. I did hit some issues because my ignorance about how things are done with Git, however everything was fixed within the day. Now, 20 days [...]
about 2 years ago - No comments
If you love the command line and svn but would like to add some color as well, you could try colorsvn.colorsvn is identical to svn when it comes to commands, but the results are shown in color.
colorsvn is particularly handy if there are any conflicts created during an update.
See http://colorsvn.tigris.org/ for more.
var addthis_brand = ‘Mohanjith’;var [...]
about 2 years ago - 15 comments
I was annoyed to have to start the svnserve as a daemon everytime I restarted the machine. I also wanted to use service configuration(GNOME) to deal with the service.
I looked all over the web and failed to find the a good one. So I thought of writing it my self. Last weekend I sat down [...]