Shaikh Sonny Aman’s Blog

previously www.mailtoaman.com

Assembla: Online project, with free svn,file upload,tickets and everything !!

I was looking for an online space where I can securely host my project.Google took me to Assembla after knocking a number of doors. Its an one stop solution for projecthosting.
You can create teams, have scrum meeting,chat, manage your money(!),have wikis, different pages for a project…. etc etc.
Above all, it will allow you to [...]

Subversion with Visual studio 2008: free open source svn client AnkhSVN

Recently I have installed Microsoft Visual Studio team system, 2008. This studio simply rocks. Enhanced speed is giving me a joyful experience!
Anyway, version controlling is a major issue for any development and I never liked VSS nor used it, rather I am used to with using subversion. For windows, I like TortoiseSVN. Its simply superb [...]

svn failed to commit, file or resource is locked !

Some times while committing a file or folder using svn it says the resource is locked ! It happens if we forcefully cancel  an ongoing update or commit, say by using Ctr+C.
To unlock the resource use:
$svn cleanup
This will unlock the content. Now do commit

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 [...]