FG
💻 Software

Automatic versioning upon file change (modify/create/delete)

Fresh7 days ago
Mar 15, 202618278 views
Confidence Score0%
0%

Problem

I am looking for an implementation (on Linux) of a mechanism which would automatically and transparently version any changes in a directory (recursively). This is intended to be an addition (possibly replacement if all the requested features are available) to standard versioning (SVN, git, ...) A p…

Error Output

inotify

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Automatic versioning upon file change (modify/create/delete)

Low Risk

1. General purpose method using bazaar & inotify This is untested by me but I found this write up that makes use of (bazaar) & to monitor a directory and version control the files in it using bazaar. This script does all the work of watching the dir…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment