Difference between revisions of "Dev Tools"

From Dreamwidth Notes
Jump to: navigation, search
(New page: <ljuser>exor674</ljuser> and <ljuser>afuna</ljuser> set up a mercurial repository for useful development tools. These instructions will make <code>$LJHOME/bin/cvsreport.pl</code> use ...)
 
Line 1: Line 1:
<ljuser>exor674</ljuser> and <ljuser>afuna</ljuser> set up a [[mercurial]] repository for useful development tools.  These instructions will make <code>$LJHOME/bin/cvsreport.pl</code> use them.
+
<ljuser>exor674</ljuser> and <ljuser>afuna</ljuser> set up a [[mercurial]] repository for useful development tools.   
 +
 
 +
== Syncing with the tools repository ==
 +
 
 +
These instructions will make <code>$LJHOME/bin/cvsreport.pl</code> check out and maintain the tools directory.
  
 
First check the tools out into the CVS directory:
 
First check the tools out into the CVS directory:

Revision as of 09:06, 15 September 2008

[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-local.conf does NOT exist in the $LJHOME/cvs directory, create it with the content:

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

But, if you are using dw-nonfree (which you probably are), multicvs-local.conf will already exist. Add this line under HG(dw-nonfree):

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

And this under dw-nonfree .

dwdev-tools        .

Then, sync:

$LJHOME/bin/cvsreport.pl --sync