WhyNot?

File multiple rev eliminator

Category: Software
Responses: 3 (3 in support, 0 neutral, 0 in opposition)
Number of views: 749
Tracking: Track this idea
Community Rating:Average AverageYour Rating:

I propose a software that monitors all files in the "Program Files" and "Documents and Settings" folders of XP based computers. The program would prevent multiple versions of the same document unless the user specifically instructed otherwise.
1) If a person tried to save a different version of the same document, the software would automatically assign a version number to the document and link the two so the user and administrators can track, archive, and/or trash outdated versions of documents.

2) Regardless of the filename, all files would have the data compared and notated in a list. Administrators could then either delete such duplication, coordinate a common name, and/or flag the document for revision control.

3) For common documents that formally require revision control, the administrator would have the option to change a duplicate found on the system to a read-only property and co-locate a link to the currently approved version of the document.

4) The software would provide statistics related to the amount of duplication in the system.




What do you think of this idea or comment?
(You can change your vote at any time)

agree I agree no opinion No opinion disagree I disagree

Users who liked this idea also liked:

Other ideas in category (Software):

Salty encryption (1 votes) Average
mute a web page (11 votes) Strong
Distributed set with bittorren (1 votes) Average
Text VoIP (1 votes) Average
Economics Simulation (9 votes) Strong
Invention Management Software (3 votes) Average
Attachment Notation (137 votes) Very strong
Fight Recognition Software (3 votes) Average
Make Photo Slideshow yourself (2 votes) Average
Studying leaf patterns (3 votes) Average
Encryption (3 votes) Weak
Searching for images (6 votes) Average
Compiler Security Optimization (4 votes) Average
Vector Datatype (3 votes) Weak
LIP-C (1 votes) Average
Spell checker collector (2 votes) Average
Cascading search (3 votes) Average
Software Formula for 2000 Years (3 votes) Weak
Triangular Pixels (4 votes) Average
Forwarding sent email message (5 votes) Average
Organise the Start menu (6 votes) Average
Simple Shared Key Setup (1 votes) Average
DDR-style piano software (4 votes) Average
root means suid (2 votes) Average
Scorchware (2 votes) Average
Six Degrees of Computation (2 votes) Average
X-drive ==> 2 physical drives (3 votes) Average
Fast parallel secure hashing (1 votes) Average
Standardized EULA (2 votes) Average
Description field for email (3 votes) Average
Honeypot feedback/automation (1 votes) Average
Audio bass and treble (3 votes) Average
Extension that highlights tags (1 votes) Average
Upper-lower case (2 votes) Average
New image file format (2 votes) Average
dual scroll bars (6 votes) Average
Tabbed Working (3 votes) Average
Temporary file highlight (5 votes) Strong
Better Search Engine Links (2 votes) Average
Smarter Programming (5 votes) Strong
Linux Distro for Business (2 votes) Average
File multiple rev eliminator (3 votes) Average
Mech. Design Software (2 votes) Average
Checking email addresses (3 votes) Average
Why Powerpoint? Be nonlinear (6 votes) Strong
Chat with iTunes Listeners (3 votes) Average
Ebay database (2 votes) Average
Encrypts the whole OS (2 votes) Average
Wind offset for car (3 votes) Weak
Collaborative License Rating (4 votes) Average
Multiscopic image modeler (2 votes) Average
Simple fix for posting here (1 votes) Average
Torrent-based podcasting (2 votes) Average
Browser Preloads Next Page (4 votes) Average
Officepets (3 votes) Average
Self Authentication & Decryptn (1 votes) Average
Ductile disk encryption (2 votes) Average
Printing Cost per Page (2 votes) Average
Community Font Classification (1 votes) Average
Ubiquitous virtual honeypots (7 votes) Strong
MS Outlook spouses (1 votes) Average
MS Outlook Contacts updates (1 votes) Average
One card for the wallet (12 votes) Strong
Camera as A4 Scanner (6 votes) Strong
Ogg/PCM (3 votes) Average
Keyboard equivalents (1 votes) Average
OS for visually impaired (4 votes) Average
Window Size Limiter (1 votes) Average
Print Police (1 votes) Average
MS Outlook Highlighter (1 votes) Average
Eye-Tracking Video Drivers (2 votes) Average
Linipedea (3 votes) Weak
MS Word Bookmarks & Summaries (3 votes) Average
anti-virus T-cells (2 votes) Average
savable scroll bars (2 votes) Average
save changes dialog options (3 votes) Average
Viral Marketing in Open Source (7 votes) Weak
Microsoft CD Bug Fixes (4 votes) Average
Virtual Scanner Software (5 votes) Average
Better Shrink Wrapped License (3 votes) Average
Bayesian learning for (4 votes) Average
enclosures (2 votes) Average
Chat Prog & Problem Solving (2 votes) Average
Comments from other members:

Add your comment

Revision/version control system. Two common systems are CVS and SVG, but they're more for programming code maitnence than anything else. However, I've heard of them being used for document handling.

toastydeath, Oct 26 2006

There are some document files I would like duplicated on separate hard drives as I have found hard drives to fail over time. I would prefer not to delegate to software the possibility to destroy invaluable material.

sand, Oct 26 2006

For drive redundancy, raid-1 is very useful. If you are looking to actually backup files on a periodic basis, rsync works well.

toastydeath, Oct 26 2006

No, that is not what this software is for; but I do appreciate the response.
Between my wife and I we obtain, modify, and produce hundreds of documents a year. In the hectic day to day life we often will take one document that is somewhat close to what we are going to create and then use it as a template to build another document. Often times we will decide to go a different route but that partially revised document still exists on our computers.

We have RAID and we use OneCare to backup our files. However, over the years we have many hundreds of files that just aren't necessary anymore but they are mixed in with files we do want. So our file directories are broad and deep.

What we want is to stop the duplication in our future efforts, and be able to wean out the duplication that has already occurred.

Sand, that's a good point. The software would have to be configurable to allow for synchronization of backups. Either by other software, or resident within the proposed software. Certain directories for instance might be declared as protected or "off limits".

I reccomend getting a system of legitimate MS Office templates made that you can use. CVS is for code revisioning, and rollbacks. You "check out" a document, similar to a library, modify it, and put it back in the system. The system looks at what changed, and makes both versions of the file available. As the new version changes, you can roll back alterations, or merge two versions together. I've never tried using this with something like a word document, so I don't know how well it would work. It works very well for flat text.

There are also dedicated document management systems, but those cost a lot of money.

toastydeath, Oct 27 2006

toastydeath, Regarding comparing two Word Documents.
MicroSoft Word has a manual mechanism to compare 2 documents and allow merging individual differences in either direction. I suppose I could create a macro to automate doing more than one document using that function. But I guess would be more useful is to do a document compare automatically and just tell me by what percentage the 2 documents are the same and display only those pairs that have a certain percentage or higher of duplication (user selectable). That way I can cleanup the worst offenders first.