SID-00085: How many versions of single attachment is saved?
| Status: |
Answered |
TWiki version: |
|
Perl version: |
|
| Category: |
CategoryAttachments |
Server OS: |
|
Last update: |
17 years ago |
Hi, I'm just wondering how many versions of single attacment is saved in Twiki?
--
JaakkoRautanen - 05 Feb 2009
Discussion and Answer
Indefinite, e.g. each time you attach a file of the same name you will get a new version. Click on the "manage" link to access previous versions. Disk space is cheap, and TWiki only stored the difference between versions.
If you are concerned about space you could simply delete the corresponding
,v repository file to get rid of all older versions. For example, if you have file Expenses.xls attached to TestTopic page in the Sandbox web, do a shell login and delete the
twiki/data/Sandbox/TestTopic/Expenses.xls,v file.
--
PeterThoeny - 06 Feb 2009
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.