pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/cvstrac



Module name:    wip
Committed by:   yomram
Date:           Sat Oct 21 01:59:15 UTC 2006

Modified Files:
        wip/cvstrac: Makefile distinfo
        wip/cvstrac/files: Makefile.in

Log Message:
update to 2.0.0

Changes from 1.2.1 to 2.0.0 (from http://www.cvstrac.org/)
 The most important change in moving from version 1.2.1 to version
2.0.0 is that CVSTrac now uses SQLite version 3 instead of SQLite
version 2. If you are upgrading, you will need to convert your
database file to the SQLite version 3 format. This can be done by
first making a text backup of your original database file like this:
    sqlite myproject.db .dump >myproject.sql

Then save your original myproject.db as a backup. 
    mv myproject.db myproject.db.bu-v2

Next reconstruct your project as an SQLite 3 database: 
    sqlite3 myproject.db <myproject.sql



To generate a diff of this commit:
cvs -z3 rdiff -u -r1.1.1.1 -r1.2 wip/cvstrac/Makefile wip/cvstrac/distinfo \
    wip/cvstrac/files/Makefile.in

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/cvstrac/Makefile?r1=1.1.1.1&r2=1.2
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/cvstrac/distinfo?r1=1.1.1.1&r2=1.2
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/cvstrac/files/Makefile.in?r1=1.1.1.1&r2=1.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs



Home | Main Index | Thread Index | Old Index