From 4cbf57548d73344d352a3fd6d28d449462838acb Mon Sep 17 00:00:00 2001 From: Chris Lewis Date: Tue, 13 Mar 2012 15:12:40 -0700 Subject: [PATCH 1/2] Changed link from cvsanaly2 to MininGit --- README.mdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.mdown b/README.mdown index eef2855..c26b1cb 100755 --- a/README.mdown +++ b/README.mdown @@ -16,7 +16,7 @@ Versions tested are in parentheses Database -------- -This distribution of FixCache operates on a MySQL database constructed by [our fork of CVSanalY2](http://github.com/SoftwareIntrospectionLab/cvsanaly) constructed with the following parameters: +This distribution of FixCache operates on a MySQL database constructed by [MininGit](http://github.com/SoftwareIntrospectionLab/miningit) constructed with the following parameters: ./cvsanaly2 --db-user=[user] --db-password=[password] --extensions=FileTypes,BugFixMessage,Content,FileCount,Patches,Hunks,HunkBlame --hard-order [repository path] From d1de1b96332fef6de06a8ca51c5772e094d5af73 Mon Sep 17 00:00:00 2001 From: Chris Lewis Date: Tue, 13 Mar 2012 15:13:31 -0700 Subject: [PATCH 2/2] Missed a cvsanaly2 reference. --- README.mdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.mdown b/README.mdown index c26b1cb..d82b63e 100755 --- a/README.mdown +++ b/README.mdown @@ -31,7 +31,7 @@ The standard Maven `mvn clean/build/test/run` goals work, and these are wrapped Configuring FixCache -------------------- -First off, you need a MySQL database populated with CVSanalY2 data, as previously described. Next, you'll need to create a file called `database.properties` in the root directory so FixCache knows how to connect to it. +First off, you need a MySQL database populated with MininGit data, as previously described. Next, you'll need to create a file called `database.properties` in the root directory so FixCache knows how to connect to it. Here's an example `database.properties` file, which follows standard [Java Properties file](http://en.wikipedia.org/wiki/.properties) formatting. You'll need to provide at least your username and password: