Versioning for File
See original GitHub issue- Add a property
version
in File - If a new file with the same filename is uploaded, ask user if its a new version of the exising file, then rename the old file as
filename-[timestamp].extn
and make a new File record linked to the new file - View versions of a file within the File doctype
- Ability make an existing file a version of another file
- Ability to delete old versions, set rules on how many old versions should be kept
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:5 (1 by maintainers)
Top Results From Across the Web
What is File Versioning? - Website Rating
File versioning is a process that saves your work as multiple versions throughout the editing process. These versions are saved in different locations...
Read more >What is File Versioning and why does it matter? - eFileCabinet
At its core, document versioning simply means that every edited version of the document, regardless of whether it is stored under a unique...
Read more >How to enable file versioning on Windows - Ctrl.blog
Once you've selected a disk to use with file History, find the disk or network share you chose in Windows File Explorer. ·...
Read more >File Naming and Versioning - Research Data Services
Include a version number at the end of the file name such as v01. Change this version number each time the file is...
Read more >How versioning works in lists and libraries - Microsoft Support
Track history of a version When versioning is enabled, you can see when an item or file was changed and who changed it....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
If a new file with the same filename Referenced on same
docname
is uploaded, ask user if its a new version of the exising file, then rename the old file as filename-[timestamp].extn and make a new File record linked to the new fileBecause when multiple job applicants send resume.pdf, they send on separate docname and systems handles them now.
Any update on this?