Difference between revisions of "Dev Tools"

From Dreamwidth Notes
Jump to: navigation, search
(add memcache_view and lookup-routing)
Line 3: Line 3:
 
== Syncing with the tools repository ==
 
== 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 ext directory:
  
First check the tools out into the CVS directory:
+
  cd $LJHOME/ext
 
+
  cd $LJHOME/cvs
+
 
  hg clone https://bitbucket.org/anall/dwdev-tools/
 
  hg clone https://bitbucket.org/anall/dwdev-tools/
  
If <code>multicvs-private.conf</code> does NOT exist in the <code>$LJHOME/cvs/local/cvs</code> directory, create it. (You may need to create <code>$LJHOME/cvs/local</code> or <code>$LJHOME/cvs/local/cvs</code> before.)
+
Then, you will either want to add the bin contents into your path, or link the scripts into <code>$LJHOME/bin</code>.
 
+
Either way, add the following text in <code>$LJHOME/cvs/local/cvs/multicvs-private.conf</code>:
+
 
+
HG(dwdev-tools)    = https://bitbucket.org/anall/dwdev-tools/
+
dwdev-tools        .
+
 
+
Then, sync twice:
+
  
$LJHOME/bin/cvsreport.pl --sync --cvsonly
+
You will have to manually update this directory.
$LJHOME/bin/cvsreport.pl --sync --cvsonly
+
  
 
== Current Tools ==
 
== Current Tools ==

Revision as of 03:12, 21 August 2012

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

Syncing with the tools repository

First check the tools out into the ext directory:

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

Then, you will either want to add the bin contents into your path, or link the scripts into $LJHOME/bin.

You will have to manually update this directory.

Current Tools