RapidSVN + Meld = Painless versioning
My last post was how to ease up with svn on GNU/Linux using a nautilus script similar to TortoiseSVN on windows. However, the script could not serve me up to my expectation when it comes to view the diff.
I have started using RapidSVN recently. I like its features and user friendliness. Unfortunately, it has no [...]
Nautilus svn context menu (almost)like TortoiseSVN
Many are fans of TortoiseSVN, surely it is a nice and easy way for performing svn actions especially who are used to using GUI. At Trippert we, the linux fans, are pushing others to use linux :). Junal (my dev-met at trippert) asked me if there is any tortoise like tool in Linux. Unfortunately [...]
Hooking up svn events
Anupom(my dev-met at Trippert) said that he needs a development environment where he will develop on his machine and test on the clickspan server. But, he will only commit once in his workstation, updating the “checked-out” app on clickspan each time is surely unpleasant.
So, what’s need to be done?
create a repo
Import local app to [...]