Feeds:
Posts
Comments

Archive for the ‘Tips and Tricks’ Category

Patch-tag is now https safe, so you can access your projects with cryptographic security. Just use https style urls when interacting with patch-tag.
By the way — for you code shops with mission critical, high-value, national security endangering repos hosted at patch-tag — https isn’t completely safe.
You could, for instance, get your password sniffed by a [...]

Read Full Post »

I thought that Windows users could use an up-to-date howto on getting Darcs up and running. First I will show what needs to be downloaded. Then I will describe the configuration tweaks that need to be performed.
Required Downloads

PuTTY, Plink, PSCP, PSFTP, Pageant, and PuTTYgen executables
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
Darcs 2.2.1
http://homepage.mac.com/kirby81_it/darcs/darcs-2.2.1-win1.zip
(see Darcs Binaries for more info)

Required Configuration Tweaks

Create a new [...]

Read Full Post »

We have been tweaking the retrieval parameters for repository access via SSH. Did you know you can get around firewalls that block port 22? Thats right, we have now added support for this.
To successfully circumvent a firewall which blocks port 22, you can use port 443 (most firewalls will let this through, it is the [...]

Read Full Post »