[Ma...] Posted October 30 Share Posted October 30 I have been using local versioning for about 2 years and find it really useful. I have not had any issues with it.............until now. I have just one program that is not storing any revisions. The actual changes are being saved but I have no revisions in the list and I have tried about 5 times with this program. Does anyone have any idea what could be causing this in this one program? Link to comment Share on other sites More sharing options...
[Ka...] Posted November 4 Share Posted November 4 Hi, Looks like missing rights to read/write or a corrupt archive. Check for create a dummi file in ../[xx]_Archiv/.git/objects. Also you can move/rename the [xx]_Archiv directory. Then try to create a new Version. If this is working, the Archive is corrupt. You can try to read/repair it using git directly on an other machine: copy the [xx]_Archive directory to a temporary folder change to ../[xx]_Archiv run: git status -> This should output some information "git log" will display you the last commit actions like: commit c475d9eeb47d178fb3f7fd5daeb399336dd057a1 (HEAD -> master) Author: 7274 <7274@zeiss.com> Date: Tue Jul 29 11:31:55 2025 +0200 KarK: Neue Aufspannung, Ø10 Position!commentSeparator!nil commit 7b43fef8f0357d2433798320a694be2e89ceeed1 Author: Master <Master@zeiss.com> Date: Fri Jul 25 09:50:21 2025 +0200 KarK: Merkmalsgruppen eingerichtet!commentSeparator!nil If this working the git repository is fine so far... 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in