Share
This is a quick SVN reference I update regularly, with the commands I use more. I hope you’ll find it useful.
Task: Browse a remote repository
svn ls svn+ssh://[alias]/[path]
Task: create a directory on a remote repository
svn mkdir -m "[message]" svn+ssh://[alias]/[path_to_new_dir]
Task: import a directory
svn import -m "[message]" [path_to_be_imported] [repository_url]
Task: check out
svn checkout [repository url]
Share
If you installed a MantisBT instance on a system with a recent PHP version, there’s the chance you get a warning saying:
SYSTEM WARNING: date_default_timezone_get(): It is not safe to rely on the system’s timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods [...]
Share
Hi, having a strong Windows background, I hardly remember all options of the huge set of commands available in the Linux shell… so, I’m slowly but steadily building up this Survival Toolkit. Hope it helps.
File and directory management
Symbolic link
Sometimes it is useful to hide the real location of a directory. For instance you could have [...]
An F1 related list on Tweetter. Just follow F1 without a [...]
Share
My first Facebook application “Car Pooling”, developed at Tmind, is currently on line and available to you all. Just browse to the following link http://apps.facebook.com/car_pooling/. I hope you’ll enjoy it. And if you have a comment, please let me know!