Chris Tate-Davies
The homepage of Chris Tate-Davies
The homepage of Chris Tate-Davies
Apr 23rd
If like me, you use Ant to deploy builds, etc, and you have migrated to Windows 7 – you may well have troubles getting ant to run.
It all worked flawlessly under Ubuntu, but Windows is a different beast – here’s a step by step guide to getting it working.
Apr 9th
When backing up a source code working copy, you don’t always want all the little .svn folders everywhere.
You can “export” the working copy, or if you forgot, you have remove them all.
Change the the folder containing the working copy (this is very important*)
cd /home/username/www/sitename/
And then remove them all, recursively with this command:
find -name "\.svn" -exec rm -rf {} \;
This will find all .svn files/folders in the current folder, and remove them and everything in them.
*if you do not ensure you are in the right folder, this command will remove all recursive folders, so if you are in the web root, it will remove all the svn information from all your sites… This is very important (that’s twice I’ve said that, so it must be)
Apr 8th
If you’re trying to get Cisco VPN client installed on Windows 7 – 64bit then you may as well give up. I’ve tried just about every method discussed on the internet.
However, http://www.shrew.net/download have a VPN client that will allow you to import your PCF file and it works!