[go: up one dir, main page]

Menu

Tree [573227] default v0.5.8.5562 /
 History

Read Only access


File Date Author Commit
 docs 2008-09-18 tjbramer tjbramer [b4cb45] Added subsection titles to preferences document...
 include 2008-12-21 tjbramer tjbramer [5bc6d6] Added support for column hiding/reordering.
 m4 2008-09-04 tjbramer tjbramer [9bd852] aclocal.m4: m4 directory now contains local ver...
 miscdist 2008-12-21 tjbramer tjbramer [573227] Final changes for v0.5.8.5562.
 modsrc 2008-09-07 tjbramer tjbramer [909b3e] include/fv/hashiface.hpp: Added IHashLibClassFa...
 res 2008-12-21 tjbramer tjbramer [5bc6d6] Added support for column hiding/reordering.
 scripts 2008-12-08 tjbramer tjbramer [55fa90] Added experimental WinFVC frontend.
 src 2008-12-21 tjbramer tjbramer [573227] Final changes for v0.5.8.5562.
 tests 2008-11-25 tjbramer tjbramer [0841a7] tests/fvc-test.pl: Updated test to handle chang...
 var 2008-08-07 tjbramer tjbramer [f7c8fa] Made some changes to the build system to make i...
 win32 2008-12-14 tjbramer tjbramer [aa59b8] Updated WinFVC to utilize the **/ prefix of FVC...
 winfvc 2008-12-21 tjbramer tjbramer [5bc6d6] Added support for column hiding/reordering.
 AUTHORS 2008-01-13 tjbramer tjbramer [2b1778] Converted project build system to autoconf. Co...
 CHANGELOG.txt 2008-12-21 tjbramer tjbramer [573227] Final changes for v0.5.8.5562.
 COPYING 2008-01-13 tjbramer tjbramer [2b1778] Converted project build system to autoconf. Co...
 COPYING.txt 2007-12-09 tjbramer tjbramer [35884b] Initial import of FileVerifier++ project into SVN.
 ChangeLog 2008-01-13 tjbramer tjbramer [2b1778] Converted project build system to autoconf. Co...
 FileVerifier.vpj 2008-12-14 tjbramer tjbramer [5a14f8] Added somewhat platform independent performance...
 INSTALL 2008-01-22 tjbramer tjbramer [acd52e] Added short and sweet INSTALL (as required by a...
 INSTALL.txt 2008-08-27 tjbramer tjbramer [f7f027] deleted files: removed unused build files (old ...
 Makefile.am 2008-01-13 tjbramer tjbramer [2b1778] Converted project build system to autoconf. Co...
 Makefile.in 2008-09-04 tjbramer tjbramer [9bd852] aclocal.m4: m4 directory now contains local ver...
 NEWS 2008-01-13 tjbramer tjbramer [2b1778] Converted project build system to autoconf. Co...
 README 2008-01-13 tjbramer tjbramer [2b1778] Converted project build system to autoconf. Co...
 README.txt 2008-08-27 tjbramer tjbramer [f7f027] deleted files: removed unused build files (old ...
 aclocal.m4 2008-09-04 tjbramer tjbramer [9bd852] aclocal.m4: m4 directory now contains local ver...
 autogen.sh 2008-01-13 tjbramer tjbramer [2b1778] Converted project build system to autoconf. Co...
 compile 2008-01-13 tjbramer tjbramer [2b1778] Converted project build system to autoconf. Co...
 config.guess 2008-01-13 tjbramer tjbramer [2b1778] Converted project build system to autoconf. Co...
 config.sub 2008-01-13 tjbramer tjbramer [2b1778] Converted project build system to autoconf. Co...
 configure 2008-12-21 tjbramer tjbramer [573227] Final changes for v0.5.8.5562.
 configure.ac 2008-12-21 tjbramer tjbramer [573227] Final changes for v0.5.8.5562.
 depcomp 2008-01-13 tjbramer tjbramer [2b1778] Converted project build system to autoconf. Co...
 install-sh 2008-01-13 tjbramer tjbramer [2b1778] Converted project build system to autoconf. Co...
 ltmain.sh 2008-01-13 tjbramer tjbramer [2b1778] Converted project build system to autoconf. Co...
 missing 2008-01-13 tjbramer tjbramer [2b1778] Converted project build system to autoconf. Co...

Read Me

FileVerifier beta
(C) 2008 Tom Bramer

FileVerifier comes with ABSOLUTELY NO WARRANTY.  This is free software
and you are welcome to distribute and modify it under certain conditions.
See COPYING.txt for license agreement details.

This is a beta release.  Not all features have been implemented or finalized.
The program may even crash or behave unexpectedly in certain instances.  
With that said, the program should be quite usable.  I have not tested the
binaries on many systems yet, so I don't know of any incompatability issues
yet.  In general, the program requires at least Windows 2000.  This release may
run on NT 4.0 with upgrades, but testing needs to be done to determine this 
(it hasn't even been tested on Windows 2000 yet).

The binary distribution is compiled with Unicode support, and will definitely not
run on systems not supporting this (Windows 9x).  However, the program can be
built as an ANSI version (Microsoft's terminology there), so it may be possible
to adapt the program to run on such operating systems.

INSTRUCTIONS FOR USE:

Extract binaries into a directory of your choice.  Make sure your archiver
extracts using directory names or else the program won't start (in other
words, there should be a "Modules" subdirectory under the main program
directory).  Just run fv.exe to start the program.  The program has a menu
item that allows one to associate .FVA and .FVB files with the application
in Windows Explorer if desired.  This is only registered for the currently
logged in user.

FVC:

A preliminary version of FVC (FileVerifier++ Command Line) is included.
When FileVerifier++ is installed via. the MSI package, the fvc program
will be available immediately at the command prompt.  Otherwise, one will
need to modify the PATH environment variable to make use convenient.

COMPILING:

See the file INSTALL.txt in the source distribution for more information 
about compiling.

FVC and UNIX-like environments:
When using FVC in UNIX-like environments, keep the following in mind.

FVC has internal support for globbing files.  It also has support for a
recursive processing option.  In order to make it behave the same way
as it does on Windows, be sure to quote patterns in single quotes!  Like
this:

$ fvc -a MD5 -c -r '*.txt'

Otherwise, the shell will expand the glob, and you won't get the result that
you were looking for.  Of course, you can use fvc in the typical UNIX-like
way if you choose, but the recursive option currently will not work with that
setup.  Currently, FVC wants a pattern, so giving it a directory will not
make FVC implicitly use * as the pattern.

AUTHOR CONTACT INFO:
Tom Bramer <tjb@postpro.net>