Wooden-Robot.net
Commonsense AI, NLP, interaction design, web apps
Home
About
Publications
Subscribe (RSS) | Assimilate!
Search
Categories
Accessibility/A11y
(4)
AI
(6)
Books
(2)
C#
(12)
C/C++
(3)
Coding style
(9)
DHTML
(28)
Digirati
(2)
Interaction Design
(12)
Java
(11)
MSWindows
(17)
Open AIM
(6)
Optimization
(5)
PIM
(8)
Prolog
(3)
Security
(4)
Source control
(5)
Tools
(18)
Uncategorized
(5)
Meta
Log in
Entries
RSS
Comments
RSS
WordPress.org
Archives - Posts tagged as 'Source control'
Is Mercurial better than SVN for source control?
Joel Spolsky makes an impassioned argument that source control tool Mercurial is a much better fit for how software development works than SVN. I might ...
[March 23rd by david]
Getting svn+ssh client access in Windows
The following steps should help if you are using an svn commandline client and you get an error like: svn: OPTIONS of 'http://YOURSVNDOMAINANDPATH': could not connect ...
[May 10th by david]
Going portable as an alternative to using a remote desktop
This tip is intended for people like me who: Often need to work outside the office but don't want to carry a laptop Happen not to use ...
[March 7th by david]
How to get emails about Perforce checkins
Click the yellow person icon in the upper left of p4 ("view users") Right click on yourself in the list Choose "edit <yourself>" Enter the paths you want ...
[November 2nd by david]
Jump between changes in P4Diff
To jump to the next change, do F8; for previous, F7.
[November 2nd by david]