Dev Tools

From Dreamwidth Notes
Revision as of 03:43, 21 January 2010 by Exor674 (Talk | contribs)

Jump to: navigation, search

[info]exor674 and [info]afuna set up a mercurial repository for useful development tools.

Syncing with the tools repository

These instructions will make $LJHOME/bin/cvsreport.pl check out and maintain the tools directory.

First check the tools out into the CVS directory:

cd $LJHOME/cvs
hg clone https://bitbucket.org/anall/dwdev-tools/

If multicvs-private.conf does NOT exist in the $LJHOME/cvs directory, create it.

Either way, add the following text in multicvs-private.conf:

HG(dwdev-tools)    = https://bitbucket.org/anall/dwdev-tools/
dwdev-tools        .

Then, sync:

$LJHOME/bin/cvsreport.pl --sync --cvsonly

Current Tools