How To Solve PmWiki File Upload Problem & Other Upload TipsAugust 10th, 2006 Everytime I tried to upload a file to my PmWiki (popular PHP based Wiki) installation, it failed with "no file uploaded" error. Also it asks me for password thrice, once before accessing the upload page and twice after uploading.
Subversion: How To Ignore Files From Status DisplayJune 23rd, 2007 In directories under subversion there may be files which you do not want to add to subversion. Normally such files would show in subversion status (svn stat) with ? in front of them.
5 Minutes Guide To SubversionJanuary 13th, 2007 Subversion is a free open source source code management system (SCM) like CVS, Perforce, ClearCase etc. In this simple 5 minutes guide you will know about some key commands to quickly get started with subversion from ground zero.
Using Subversion to Seamlessly Update & Merge Web Sites and Web ApplicationsJanuary 15th, 2007 I wanted a seamless procedure to update web sites and web applications without compromising security. The development server is under a firewall and so is the production server.
How To Clean Subversion DirectoriesJune 15th, 2006 When you checkout a repository from subversion it creates a .svn directory (with subdirectories) for every directory (and subdirectory) checked out. The .svn directory contains information about the repository and files in the directory and allows you to run svn commands without having to authenticate yourself in future.
Linux / Fedora Core: How To Use rdiff-backup To Pull BackupsMay 26th, 2007 rdiff-backup is a popular, free, open source mirroring and incremental backup system for posix based operating systems like linux & Mac OS X. It uses rysnc algorithm through librsync but it doesn't use rsync.
How To Exclude Files From Displaying in Subversion Status Command?October 25th, 2006 Often you have files in your subversion directiory which you do not want to commit / check-in. Such files could be compiled files, intermediate files used for data processing etc.
Subversion Hack: Automatic Versioning on Save With SubversionAugust 14th, 2007 I discovered a really cool way to use Subversion, my favorite version control system - automatic versioning / commit on save. Essentially with this simple tweak you can use subversioned files like you would use any ordinary files.
Hosted Subversion Services - Comprehensive List & ReviewsNovember 17th, 2007 This is a comprehensive list of hosted subversion subversion (source code repository) service. I did not include the list of hosted subversion service providers who restrict to only open source projects like sourceforge or tigris.
Hosted Subversion Service: Advantages and DisadvantagesApril 30th, 2009 Subversion is a highly popular version control system used worldwide. It succeeds CVS and aims to rectify its shortcomings.
3 Ways to Setup RSync Server on WindowsJanuary 15th, 2007 There are 3 options to run rsync server on windows, explained below with pros and cons and instructions. Using DeltaCopy.
The Power of Ant (Build System)August 27th, 2008 I am using Ant (Java based build system) for our project. Ant is an exceptionally powerful build system and should be the only build system you will ever need.
Meta Review of Mercurial Distributed Version Control SystemMay 2nd, 2007 I was recently introduced to Mercurial, a new distributed version control system people are talking about. Version control systems are central to any development team and a choice shouldn't be made lightly as you will often find your development process limited by the limitations of the system.
How to Integrate Subversion, Version Control Software, With Apache ANTNovember 4th, 2005 Subversion is a popular version control software and replacement for CVS, the grand-daddy of all version control software which is still widely used in open source community. Recently I had the necessity to invoke Subversion commands like checkout from Ant, a popular java based build software which replaces make tool.
Easily Create & Manage Multiple WordPress Blogs...June 12th, 2008 Any bloggers with multiple WordPress blogs soon realizes the pain and time it costs to maintain the almost identical code base for each blogs when he has to take backups and upgrade his blogs. I was looking at various multi-blog WordPress solutions (not WordPress Mu)...