This is regarding TortoiseSVN missing revisions history when looking up the working copies' show log.
After a reinstallation of windows on both computers and restoring the repository with the working copies from my back up, I’ve lost the latest SVN revisions.
My question, is there a way to restore the subversion revisions that I do not see, or it will be forever lost?
For the environment, as a single developer SVN working copies on a desktop and a laptop; the working copies are committed to one repository on the laptop.
I’ve read in the ebook, “svn-book.pdf” which is very good. We can recuperate files that were deleted; I imagine there is a way to get the subversion in sync with the current state.
Thank you, Robert
Hi Stefan,Thank you very much for this advice, it is very nice of you helping me out; to let you know what I’ve done. I’ve cleared the log cache from the settings under saved data, even after clearing the cache I do not see the latest revision. On the desktop, when I look in the explorer with Directory Opus where I can see, all the SVN attributes the SVN Revision is giving me the latest revision 1041. When I’m looking at the repo browse the latest one is 631. For some reason TortoiseSVN is not seeing the latest revision. As for the laptop working copies the latest revision is 604, what I see on either side the repo browse and the explorer directory opus where I can see all the TortoiseSVN attributes are the same. What will be the next thing to do? Meanwhile I’ve started local repository on both sides if I can resolve this I’ll merge them back. This is the first time it is happening in 9 years of using SVN. This time it is quite consequent a year of revision lost.
Y:\>svnadmin verify
c:\svn-repository
Verifying repository metadata
...
Verifying metadata at revision 2 ...
Verifying
metadata at revision 3 ...
Verifying metadata at revision 4
...
Verified revision 0.
Verified revision
1.
Verified revision 2.
Verified revision
3.
Verified revision 4.
Y:\>svnadmin recover svn-repository
Repository lock acquired.
Please wait; recovering the repository may take
some time...
Recovery completed.
The latest repos revision is
4.
Y:\>
It did not recover the revisions that I was looking for. I'll search more aside the backup what I'ved done exactly to lose revisions.