Change | User | Description | Committed |
---|---|---|---|
16236 | tjuricek | Revise FUSE-client to call p4 reconcile intelligently. This uses the main FUSE callback...s like a loopback with a notification mechanism. After no real disk access after a short period of time (like 500ms) we'll trigger a call to p4 reconcile. The "interface" to this application is currently just a file handle: /.status - Lists "ok" if there's no errors, otherwise, outputs a list of messages « |
9 years ago |
16208 | tjuricek | Naive implementation that adds guesses at rename and unlink abilities. It's becoming *v...ery* apparent that we need a different approach to handling file system events. We likely need to create a log of "here's what I've done" and then after a certain period of time trigger a system that allows you to possibly just reconcile the changes. Matching filesystem calls to p4 commands ends up with *a lot* of p4 commands. « |
9 years ago |
16129 | tjuricek |
Rename/move files again... this time to the hyphenated-approach. |
9 years ago |