PHP Chat server in 2.5Kb

I got fed up with not having a decent place to chat with random colleagues and such, who don’t always have access to the same servers and accounts as I do. A quick search on the web revealed no sensible service well suited to copy and pasting code, which is the number one reason I… Continue reading PHP Chat server in 2.5Kb

Published
Categorized as IT

SVN ignore a single file

And another thing that I need to do so rarely that I have to look it up every single time: How do you SVN ignore a single file? The obvious thing to do would be: # cd config # svn propset svn:ignore settings.php .. but that just doesn’t work. The trick is to cd ..… Continue reading SVN ignore a single file

Published
Categorized as IT