------------------------------------------------------------------------
rev 73:  iusty | 2003-10-29 01:43:27 +0200 (Wed, 29 Oct 2003) | 3 lines
Changed paths:
   M /trunk/cfvers/NEWS
   M /trunk/cfvers/cfvers/repository/sql.py

The ctime attribute to database items should be timestamp
  with time zone, so changed.

------------------------------------------------------------------------
rev 72:  iusty | 2003-10-29 01:20:35 +0200 (Wed, 29 Oct 2003) | 3 lines
Changed paths:
   M /trunk/cfvers/cfvers/cmd.py
   M /trunk/cfvers/cfvers/main.py

Fixed really nasty bug related to multi-area support.
When diffing, don't diff binary payloads.

------------------------------------------------------------------------
rev 71:  iusty | 2003-10-28 23:56:30 +0200 (Tue, 28 Oct 2003) | 9 lines
Changed paths:
   M /trunk/cfvers/cfv
   M /trunk/cfvers/cfvers/cmd.py
   M /trunk/cfvers/cfvers/main.py
   M /trunk/cfvers/cfvers/repository/r_sqlite.py
   M /trunk/cfvers/doc/cfv.sgml
   M /trunk/cfvers/doc/cfvadmin.sgml
   M /trunk/cfvers/doc/manual.xml

Updated documentation to current status
Fixes to sqlite repository related to area changes
Droped Area.parse, since now it is equivalent to 
    Repository.getArea
Added "-q" option to store, retrieve
Changed retrieve parameter passing
Fixed some output in RevEntry.to_filesys, and also
    refuse to restore device files without rdev info

------------------------------------------------------------------------
rev 70:  iusty | 2003-10-28 02:38:56 +0200 (Tue, 28 Oct 2003) | 3 lines
Changed paths:
   M /trunk/cfvers/cfv
   M /trunk/cfvers/cfvers/main.py

Fix code according to rdev = undefined for non-devices
Fix 'cfv log' display of added or modified flag.

------------------------------------------------------------------------
rev 69:  iusty | 2003-10-28 02:26:37 +0200 (Tue, 28 Oct 2003) | 12 lines
Changed paths:
   M /trunk/cfvers/cfv
   M /trunk/cfvers/cfvadmin
   M /trunk/cfvers/cfvers/cmd.py
   M /trunk/cfvers/cfvers/main.py
   M /trunk/cfvers/cfvers/repository/r_postgresql.py
   M /trunk/cfvers/cfvers/repository/sql.py

Big change! Area loosed server attribute, and life is simpler now.
Create rexists function, because os.path.exists returns false for
  broken symlinks, which we don't want; use this function in some
  places (fixes diff on symlinks, it was always broken on broken
  symlinks).
Also fixed bug in 'cfv find -l', when no revisions where present
Beautified 'cfv log' display.
Improved schema consistency (turns out sqlite is smarter than I 
  thought).
Found a strange behavior for linux 2.4.* in stat.st_rdev, turns
  out undefined means undefined, not 0 :)

------------------------------------------------------------------------
rev 68:  iusty | 2003-10-26 23:24:12 +0200 (Sun, 26 Oct 2003) | 2 lines
Changed paths:
   M /trunk/cfvers/NEWS

Small addition to news, maybe 0.4.4 rc

------------------------------------------------------------------------
rev 67:  iusty | 2003-10-26 22:04:45 +0200 (Sun, 26 Oct 2003) | 2 lines
Changed paths:
   M /trunk/cfvers/cfv
   M /trunk/cfvers/cfvadmin
   M /trunk/cfvers/cfvers/__init__.py
   M /trunk/cfvers/cfvers/cmd.py
   M /trunk/cfvers/cfvers/repository/__init__.py

Sanitized the area selection internals.

------------------------------------------------------------------------
rev 66:  iusty | 2003-10-26 19:30:28 +0200 (Sun, 26 Oct 2003) | 2 lines
Changed paths:
   M /trunk/cfvers/cfvers/__init__.py
   M /trunk/cfvers/rpm.spec.in

Improved RPM spec file.

------------------------------------------------------------------------
rev 65:  iusty | 2003-10-26 05:57:10 +0200 (Sun, 26 Oct 2003) | 2 lines
Changed paths:
   M /trunk/cfvers/cfv
   M /trunk/cfvers/cfvers/cmd.py

Correct output of cfv 'store' when errors have appeared.

------------------------------------------------------------------------
rev 64:  iusty | 2003-10-26 05:48:05 +0200 (Sun, 26 Oct 2003) | 3 lines
Changed paths:
   M /trunk/cfvers/NEWS
   M /trunk/cfvers/cfvers/cmd.py
   M /trunk/cfvers/cfvers/main.py
   M /trunk/cfvers/cfvers/repository/r_sqlite.py
   M /trunk/cfvers/cfvers/repository/sql.py

Fixed some bugs related to area.revno (that which was removed
from repository storage).

------------------------------------------------------------------------
rev 63:  iusty | 2003-10-26 05:17:27 +0200 (Sun, 26 Oct 2003) | 3 lines
Changed paths:
   M /trunk/cfvers/Makefile.am
   M /trunk/cfvers/cfv
   M /trunk/cfvers/cfvadmin
   A /trunk/cfvers/rpm.spec.in

Added spec file
Fixed python path to specify python2.3

------------------------------------------------------------------------
rev 62:  iusty | 2003-10-26 04:59:39 +0200 (Sun, 26 Oct 2003) | 4 lines
Changed paths:
   M /trunk/cfvers/cfvadmin
   M /trunk/cfvers/cfvers/main.py
   M /trunk/cfvers/cfvers/repository/r_gadfly.py
   M /trunk/cfvers/cfvers/repository/r_sqlite.py
   M /trunk/cfvers/cfvers/repository/sql.py

Fix items related to cfvadmin and area creation.
Removed revno attribute from repository/area since
it should be dinamically computed, not static.

------------------------------------------------------------------------
rev 61:  iusty | 2003-10-26 04:00:07 +0200 (Sun, 26 Oct 2003) | 4 lines
Changed paths:
   M /trunk/cfvers/cfvers/main.py
   M /trunk/cfvers/cfvers/repository/__init__.py
   M /trunk/cfvers/cfvers/repository/sql.py

And now, ladies and gentlemen, the second fix for repository
plugins naming! Please, please let it be the last one! Lesson
learned: test changes before commit :-)

------------------------------------------------------------------------
rev 60:  iusty | 2003-10-25 20:25:48 +0300 (Sat, 25 Oct 2003) | 3 lines
Changed paths:
   M /trunk/cfvers/cfvers/repository/Makefile.am
   M /trunk/cfvers/cfvers/repository/r_gadfly.py
   M /trunk/cfvers/cfvers/repository/r_postgresql.py
   M /trunk/cfvers/cfvers/repository/r_sqlite.py
   M /trunk/cfvers/doc/cfv.sgml

Redo (again) naming for repository plugins, in order
to fix some naming issues (bad programmer, bad!)

------------------------------------------------------------------------
rev 59:  iusty | 2003-10-25 18:42:06 +0300 (Sat, 25 Oct 2003) | 3 lines
Changed paths:
   M /trunk/cfvers/TODO
   M /trunk/cfvers/cfv
   M /trunk/cfvers/doc/cfv.sgml
   M /trunk/cfvers/doc/cfvadmin.sgml

Renamed 'list' to 'find' and implemented some tests
Updated documentation to current status

------------------------------------------------------------------------
rev 58:  iusty | 2003-10-25 02:10:01 +0300 (Sat, 25 Oct 2003) | 5 lines
Changed paths:
   M /trunk/cfvers/cfv
   M /trunk/cfvers/cfvers/repository/__init__.py
   D /trunk/cfvers/cfvers/repository/gadfly.py
   D /trunk/cfvers/cfvers/repository/postgresql.py
   A /trunk/cfvers/cfvers/repository/r_gadfly.py (from /trunk/cfvers/cfvers/repository/gadfly.py:56)
   A /trunk/cfvers/cfvers/repository/r_postgresql.py (from /trunk/cfvers/cfvers/repository/postgresql.py:56)
   A /trunk/cfvers/cfvers/repository/r_sqlite.py (from /trunk/cfvers/cfvers/repository/sqlite.py:57)
   D /trunk/cfvers/cfvers/repository/sqlite.py

Renamed the repository modules using a r_ prefix in order
  to avoid conflict with the real DB packages.
Add -r to cfv list, to limit items shown to those present
  in  a given revision.

------------------------------------------------------------------------
rev 57:  iusty | 2003-10-25 00:30:19 +0300 (Sat, 25 Oct 2003) | 3 lines
Changed paths:
   M /trunk/cfvers/cfvers/repository/sql.py
   M /trunk/cfvers/cfvers/repository/sqlite.py

Split sql.Repository.areas() into standard and 
sqlite-version (handled in sqlite.Repository)

------------------------------------------------------------------------
rev 56:  iusty | 2003-10-24 00:44:04 +0300 (Fri, 24 Oct 2003) | 4 lines
Changed paths:
   M /trunk/cfvers/cfvers/Makefile.am
   M /trunk/cfvers/cfvers/__init__.py
   M /trunk/cfvers/cfvers/cmd.py
   D /trunk/cfvers/cfvers/repo_gadfly.py
   D /trunk/cfvers/cfvers/repo_postgresql.py
   D /trunk/cfvers/cfvers/repo_sqlite.py
   A /trunk/cfvers/cfvers/repository
   A /trunk/cfvers/cfvers/repository/Makefile.am
   A /trunk/cfvers/cfvers/repository/__init__.py
   A /trunk/cfvers/cfvers/repository/gadfly.py (from /trunk/cfvers/cfvers/repo_gadfly.py:55)
   A /trunk/cfvers/cfvers/repository/postgresql.py (from /trunk/cfvers/cfvers/repo_postgresql.py:55)
   A /trunk/cfvers/cfvers/repository/sql.py (from /trunk/cfvers/cfvers/reposql.py:55)
   A /trunk/cfvers/cfvers/repository/sqlite.py (from /trunk/cfvers/cfvers/repo_sqlite.py:55)
   D /trunk/cfvers/cfvers/reposql.py
   M /trunk/cfvers/configure.ac

Finished reorganization of python module (with
  separate dir for repositories), gives us complete
  repository-type independence.

------------------------------------------------------------------------
rev 55:  iusty | 2003-10-24 00:20:27 +0300 (Fri, 24 Oct 2003) | 2 lines
Changed paths:
   A /trunk/cfvers/cfvers/repo_gadfly.py (from /trunk/cfvers/cfvers/reposql.py:53)
   A /trunk/cfvers/cfvers/repo_postgresql.py (from /trunk/cfvers/cfvers/reposql.py:53)
   A /trunk/cfvers/cfvers/repo_sqlite.py (from /trunk/cfvers/cfvers/reposql.py:53)
   M /trunk/cfvers/cfvers/reposql.py

Split reposql into different packages.

------------------------------------------------------------------------
rev 54:  iusty | 2003-10-23 23:39:48 +0300 (Thu, 23 Oct 2003) | 4 lines
Changed paths:
   M /trunk/cfvers/Makefile.am
   M /trunk/cfvers/TODO
   M /trunk/cfvers/cfv
   M /trunk/cfvers/cfvers/cmd.py
   M /trunk/cfvers/cfvers/main.py
   M /trunk/cfvers/configure.ac

Fixed bugs found by pychecker (shame on me for not checking 
    earlier!)
Removed some 2.2 compatibility code (since it wasn't complete)

------------------------------------------------------------------------
rev 53:  iusty | 2003-10-23 00:01:02 +0300 (Thu, 23 Oct 2003) | 8 lines
Changed paths:
   M /trunk/cfvers/cfv
   M /trunk/cfvers/cfvers/cmd.py
   M /trunk/cfvers/cfvers/main.py
   M /trunk/cfvers/cfvers/reposql.py
   M /trunk/cfvers/configure.ac

Bug fixed:
  - for symbolic links, don't restore chmod and utime, because it
    acts on destination
User interface:
  - added support for giving short form of commands
  - added support for recursive retrieval (all items under directory
    arguments and their descendants)

------------------------------------------------------------------------
rev 52:  iusty | 2003-10-22 01:43:40 +0300 (Wed, 22 Oct 2003) | 4 lines
Changed paths:
   M /trunk/cfvers/cfv
   M /trunk/cfvers/cfvadmin
   M /trunk/cfvers/cfvers/cmd.py
   M /trunk/cfvers/cfvers/main.py
   M /trunk/cfvers/cfvers/reposql.py

Fixed non-tty case: check stdout also (|less case)
Add 'stat' command (like the one in coreutils)
Add some more attributes from os.stat

------------------------------------------------------------------------
rev 51:  iusty | 2003-10-21 02:01:35 +0300 (Tue, 21 Oct 2003) | 3 lines
Changed paths:
   M /trunk/cfvers/cfv
   M /trunk/cfvers/cfvers/cmd.py
   M /trunk/cfvers/cfvers/main.py

Reorganized Commands.retrieve and related methods
Added '-l' option to diff command (only list modified items)

------------------------------------------------------------------------
rev 50:  iusty | 2003-10-21 01:21:28 +0300 (Tue, 21 Oct 2003) | 2 lines
Changed paths:
   M /trunk/cfvers/cfvers/main.py
   M /trunk/cfvers/cfvers/reposql.py

Added checksum (SHA1) to file contents. Not really used yet.

------------------------------------------------------------------------
rev 49:  iusty | 2003-10-21 00:53:22 +0300 (Tue, 21 Oct 2003) | 2 lines
Changed paths:
   A /tags/cfvers/0.4.3 (from /:41)

Made first tag (release 0.4.3)

------------------------------------------------------------------------
rev 48:  iusty | 2003-10-21 00:49:58 +0300 (Tue, 21 Oct 2003) | 2 lines
Changed paths:
   A /tags/cfvers

More reorganisations

------------------------------------------------------------------------
rev 47:  iusty | 2003-10-21 00:49:47 +0300 (Tue, 21 Oct 2003) | 2 lines
Changed paths:
   A /tags

More reorganisations

------------------------------------------------------------------------
rev 46:  iusty | 2003-10-21 00:37:13 +0300 (Tue, 21 Oct 2003) | 2 lines
Changed paths:
   D /cfvers
   A /trunk
   A /trunk/cfvers (from /cfvers:45)

More reorganisations

------------------------------------------------------------------------
rev 45:  iusty | 2003-10-21 00:36:28 +0300 (Tue, 21 Oct 2003) | 2 lines
Changed paths:
   A /cfvers (from /trunk:44)
   D /trunk

More reorganisations

------------------------------------------------------------------------
rev 44:  iusty | 2003-10-21 00:24:56 +0300 (Tue, 21 Oct 2003) | 2 lines
Changed paths:
   D /AUTHORS
   D /COPYING
   D /Makefile.am
   D /README
   D /TODO
   D /cfv
   D /cfvadmin
   D /cfvers
   D /configure.ac
   D /db
   D /doc
   D /test
   A /trunk/AUTHORS (from /AUTHORS:43)
   A /trunk/COPYING (from /COPYING:43)
   A /trunk/Makefile.am (from /Makefile.am:43)
   A /trunk/NEWS
   A /trunk/README (from /README:43)
   A /trunk/TODO (from /TODO:43)
   A /trunk/cfv (from /cfv:43)
   A /trunk/cfvadmin (from /cfvadmin:43)
   A /trunk/cfvers (from /cfvers:43)
   A /trunk/configure.ac (from /configure.ac:43)
   A /trunk/db (from /db:43)
   A /trunk/doc (from /doc:43)
   A /trunk/test (from /test:43)

More reorganisations

------------------------------------------------------------------------
rev 43:  iusty | 2003-10-21 00:16:13 +0300 (Tue, 21 Oct 2003) | 2 lines
Changed paths:
   A /trunk

Begin repository reorganisation

------------------------------------------------------------------------
rev 42:  iusty | 2003-10-21 00:14:01 +0300 (Tue, 21 Oct 2003) | 5 lines
Changed paths:
   M /cfv
   M /cfvadmin
   M /cfvers/__init__.py
   M /cfvers/cmd.py
   M /cfvers/main.py
   M /cfvers/reposql.py

Fixed printing of commit errors
Added support for forced initialisation of database
Added support (not accessible) for selecting bzip2
  and quoting of filecontents

------------------------------------------------------------------------
rev 41:  iusty | 2003-10-19 03:03:45 +0300 (Sun, 19 Oct 2003) | 2 lines
Changed paths:
   M /cfv
   M /cfvers/main.py

Fix commit with stdin not a tty.

------------------------------------------------------------------------
rev 40:  iusty | 2003-10-19 01:50:23 +0300 (Sun, 19 Oct 2003) | 2 lines
Changed paths:
   M /cfv

Really fixed $EDITOR behavior

------------------------------------------------------------------------
rev 39:  iusty | 2003-10-19 01:50:07 +0300 (Sun, 19 Oct 2003) | 2 lines
Changed paths:
   D /ChangeLog
   M /cfv
   M /cfvers/cmd.py

Fixed $EDITOR behavior

------------------------------------------------------------------------
rev 38:  iusty | 2003-10-19 01:35:21 +0300 (Sun, 19 Oct 2003) | 3 lines
Changed paths:
   A /ChangeLog
   D /MANIFEST.in
   A /Makefile.am
   A /cfvers/Makefile.am
   A /configure.ac
   A /doc/Makefile.am
   D /names
   D /setup.py

Changed build process to autoconf/automake from distutils
This was needed in order to install man pages, etc.

------------------------------------------------------------------------
rev 37:  iusty | 2003-10-19 00:45:48 +0300 (Sun, 19 Oct 2003) | 7 lines
Changed paths:
   M /README
   M /cfv
   M /cfvadmin
   M /cfvers/__init__.py
   M /cfvers/cmd.py
   M /cfvers/main.py
   M /cfvers/reposql.py
   A /doc/cfv.sgml
   A /doc/cfvadmin.sgml
   M /doc/manual.xml
   M /setup.py

Many changes, preparing for public release:
 - Added man-pages for cfv, cfvadmin
 - Fixed cfv, cfvadmin to have a more standardised interface
 - Fixed log, list to behave as documented
 - Added gid to AreaRevision and change type of commiter 
   attribute

------------------------------------------------------------------------
rev 36:  iusty | 2003-10-15 02:40:52 +0300 (Wed, 15 Oct 2003) | 4 lines
Changed paths:
   A /COPYING
   M /MANIFEST.in
   M /cfv
   M /cfvadmin
   M /cfvers/__init__.py
   M /cfvers/cmd.py
   M /cfvers/main.py
   M /cfvers/reposql.py
   M /doc/manual.xml
   M /setup.py

Added copyright notices and COPYRIGHT file.
Improved version reporting and numbering.
Bundling manual.xml in dist.

------------------------------------------------------------------------
rev 35:  iusty | 2003-10-14 01:09:32 +0300 (Tue, 14 Oct 2003) | 4 lines
Changed paths:
   M /cfv
   M /cfvadmin
   M /cfvers/cmd.py
   M /cfvers/main.py
   M /cfvers/reposql.py
   M /doc/manual.xml

Added support for configuration file.
Improved payload encoding support.
Improved documentation.

------------------------------------------------------------------------
rev 34:  iusty | 2003-10-14 00:23:50 +0300 (Tue, 14 Oct 2003) | 3 lines
Changed paths:
   M /cfvers/main.py

Removed _normalize function, does not belong here and was 
already implemented in repository (where it should be!).

------------------------------------------------------------------------
rev 33:  iusty | 2003-10-13 02:02:11 +0300 (Mon, 13 Oct 2003) | 2 lines
Changed paths:
   M /doc/manual.xml

Fixed license.

------------------------------------------------------------------------
rev 32:  iusty | 2003-10-13 01:13:01 +0300 (Mon, 13 Oct 2003) | 2 lines
Changed paths:
   M /TODO
   M /setup.py

Other small fixes...

------------------------------------------------------------------------
rev 31:  iusty | 2003-10-13 00:42:36 +0300 (Mon, 13 Oct 2003) | 2 lines
Changed paths:
   D /cfvers/repodb3.py

Removed old files

------------------------------------------------------------------------
rev 30:  iusty | 2003-10-13 00:41:06 +0300 (Mon, 13 Oct 2003) | 2 lines
Changed paths:
   M /setup.py

Modified distutils specification

------------------------------------------------------------------------
rev 29:  iusty | 2003-10-13 00:36:02 +0300 (Mon, 13 Oct 2003) | 2 lines
Changed paths:
   A /AUTHORS
   M /MANIFEST.in
   A /README
   A /TODO

Added some miscelaneous docs

------------------------------------------------------------------------
rev 28:  iusty | 2003-10-13 00:29:11 +0300 (Mon, 13 Oct 2003) | 2 lines
Changed paths:
   D /old

Removed old files

------------------------------------------------------------------------
rev 27:  iusty | 2003-10-13 00:26:42 +0300 (Mon, 13 Oct 2003) | 4 lines
Changed paths:
   M /cfv
   M /cfvadmin
   M /cfvers/__init__.py
   M /cfvers/cmd.py
   M /cfvers/main.py
   M /cfvers/reposql.py
   M /doc/manual.xml

Split RepoSQL into different classes for each backend.
Added support for specifying repository path to command line.


------------------------------------------------------------------------
rev 26:  iusty | 2003-10-09 01:07:39 +0300 (Thu, 09 Oct 2003) | 2 lines
Changed paths:
   M /cfvers/main.py

Fixed a small bug

------------------------------------------------------------------------
rev 25:  iusty | 2003-10-02 08:36:39 +0300 (Thu, 02 Oct 2003) | 3 lines
Changed paths:
   M /cfv
   M /cfvadmin
   M /cfvers/cmd.py
   M /cfvers/main.py
   A /doc/manual.xml

Added some documentation
Improved diff command and others.

------------------------------------------------------------------------
rev 24:  iusty | 2003-09-30 04:18:18 +0300 (Tue, 30 Sep 2003) | 3 lines
Changed paths:
   M /cfv
   M /cfvers/cmd.py
   M /cfvers/main.py

Re-added diff operation
Improved speed of 'list' command (now ok)

------------------------------------------------------------------------
rev 23:  iusty | 2003-09-30 04:17:31 +0300 (Tue, 30 Sep 2003) | 2 lines
Changed paths:
   M /cfvers/reposql.py

Big speed-up of some operations.

------------------------------------------------------------------------
rev 22:  iusty | 2003-09-30 00:22:21 +0300 (Tue, 30 Sep 2003) | 2 lines
Changed paths:
   M /cfv
   M /cfvadmin
   M /cfvers/main.py
   M /cfvers/reposql.py

Added support for python2.3 (should go with it only...)

------------------------------------------------------------------------
rev 21:  iusty | 2003-09-28 00:53:54 +0300 (Sun, 28 Sep 2003) | 2 lines
Changed paths:
   M /cfv
   M /cfvers/__init__.py
   A /cfvers/cmd.py (from /cfvers/main.py:18)
   M /cfvers/main.py
   M /cfvers/reposql.py

Committing old changes, forgot what whas all about.

------------------------------------------------------------------------
rev 20:  iusty | 2003-04-05 21:43:05 +0300 (Sat, 05 Apr 2003) | 2 lines
Changed paths:
   A /MANIFEST.in

Added manifest source file for distutils

------------------------------------------------------------------------
rev 19:  iusty | 2003-04-05 21:38:35 +0300 (Sat, 05 Apr 2003) | 2 lines
Changed paths:
   M /
   A /setup.py

Added distutils setup script

------------------------------------------------------------------------
rev 18:  iusty | 2003-04-05 21:29:18 +0300 (Sat, 05 Apr 2003) | 2 lines
Changed paths:
   M /cfvers/main.py

Fixed a problem with item names not starting with /

------------------------------------------------------------------------
rev 17:  iusty | 2003-04-05 19:32:56 +0300 (Sat, 05 Apr 2003) | 5 lines
Changed paths:
   M /cfv
   M /cfvadmin
   M /cfvers/__init__.py
   M /cfvers/main.py
   M /cfvers/reposql.py

More splitting of functionality between cfv, cfvadmin.
Started supporting different area roots (almost working).
Much improvement to retrieving, now can partially restore
directories.

------------------------------------------------------------------------
rev 16:  iusty | 2003-04-05 13:38:23 +0300 (Sat, 05 Apr 2003) | 2 lines
Changed paths:
   M /cfv

Cleanup up (moved sinfo to cfvadmin)

------------------------------------------------------------------------
rev 15:  iusty | 2003-03-31 21:19:11 +0300 (Mon, 31 Mar 2003) | 2 lines
Changed paths:
   M /
   M /cfvers
   M /cfvers/main.py
   M /db
   M /test

Some changes

------------------------------------------------------------------------
rev 14:  iusty | 2003-03-31 21:18:10 +0300 (Mon, 31 Mar 2003) | 2 lines
Changed paths:
   M /cfvadmin

Added area creation

------------------------------------------------------------------------
rev 13:  iusty | 2003-03-24 23:53:13 +0200 (Mon, 24 Mar 2003) | 2 lines
Changed paths:
   M /cfv
   M /cfvadmin
   M /cfvers/main.py
   M /cfvers/reposql.py

Another's day work ends...

------------------------------------------------------------------------
rev 12:  iusty | 2003-03-24 21:42:11 +0200 (Mon, 24 Mar 2003) | 2 lines
Changed paths:
   A /cfv (from /cmd.py:10)
   A /cfvadmin (from /cmd.py:10)
   D /cmd.py

Split/renamed cmd.py to cfv & cfvadmin

------------------------------------------------------------------------
rev 11:  iusty | 2003-03-24 21:41:00 +0200 (Mon, 24 Mar 2003) | 2 lines
Changed paths:
   M /cfvers/main.py
   M /cfvers/reposql.py

Added Area.numitems,getAreaByName and Area.parse

------------------------------------------------------------------------
rev 10:  iusty | 2003-03-24 21:38:52 +0200 (Mon, 24 Mar 2003) | 2 lines
Changed paths:
   M /cmd.py

Before rename/split.

------------------------------------------------------------------------
rev 9:  iusty | 2003-03-23 21:03:46 +0200 (Sun, 23 Mar 2003) | 3 lines
Changed paths:
   M /cfvers/main.py
   M /cfvers/reposql.py
   M /cmd.py

New alghoritm for storage
Now works with postgresql also

------------------------------------------------------------------------
rev 8:  iusty | 2003-03-23 19:17:15 +0200 (Sun, 23 Mar 2003) | 2 lines
Changed paths:
   M /cfvers/main.py

Recursive add works, but needs changing.

------------------------------------------------------------------------
rev 7:  iusty | 2003-03-23 00:23:06 +0200 (Sun, 23 Mar 2003) | 2 lines
Changed paths:
   M /cfvers/__init__.py
   M /cfvers/main.py
   M /cfvers/reposql.py
   M /cmd.py

Working...

------------------------------------------------------------------------
rev 6:  iusty | 2003-03-23 00:22:34 +0200 (Sun, 23 Mar 2003) | 2 lines
Changed paths:
   D /test/b

Test file, not for repository

------------------------------------------------------------------------
rev 5:  iusty | 2003-03-23 00:22:27 +0200 (Sun, 23 Mar 2003) | 2 lines
Changed paths:
   D /test/a

Test file, not for repository!

------------------------------------------------------------------------
rev 4:  iusty | 2003-03-22 21:24:11 +0200 (Sat, 22 Mar 2003) | 2 lines
Changed paths:
   M /cfvers/__init__.py
   A /cfvers/main.py (from /cfvers/__init__.py:3)
   M /cfvers/reposql.py

Reorganize the module

------------------------------------------------------------------------
rev 3:  iusty | 2003-03-22 18:07:41 +0200 (Sat, 22 Mar 2003) | 2 lines
Changed paths:
   M /cfvers/__init__.py
   M /cfvers/reposql.py
   M /cmd.py

Working now the first SQL version.

------------------------------------------------------------------------
rev 2:  iusty | 2003-03-22 14:45:06 +0200 (Sat, 22 Mar 2003) | 4 lines
Changed paths:
   M /cfvers/__init__.py
   M /cfvers/reposql.py
   M /cmd.py
   M /doc/arch.dia

Various change, implementing SQL interface.
Right now this is sqlite only (i.e. it doesn't use advanced features), in
order to be able to use a standalone db.

------------------------------------------------------------------------
rev 1:  iusty | 2003-03-22 13:29:11 +0200 (Sat, 22 Mar 2003) | 1 line
Changed paths:
   A /cfvers
   A /cfvers/__init__.py
   A /cfvers/repodb3.py
   A /cfvers/reposql.py
   A /cmd.py
   A /db
   A /doc
   A /doc/arch.dia
   A /names
   A /old
   A /old/mod.py
   A /test
   A /test/a
   A /test/b

Imported in repository, as switching to SQL from berkeleydb
------------------------------------------------------------------------
