Hi Andrew! Please could you provide more details on the problem.
*Do you have any problems now except the fact that you do not see these 6 commits in the history? >At this point, I was able to see the Commit I had just done, and the original >Add, but nothing in between. *Don't you see all new commits? Could you please send us the screen shot of the Show Log dialog? *Could you please send us the VisualSVN Server logs? VisualSVN Server writes log to the Windows Event Log. You could find VisualSVN Server logs in the Application category in the Event Viewer. *There should be VisualSVN log files in your temp folder (somewhat like "C:\Documents and Settings\<username>\LocalSettings\Temp\VisualSVN-2007-06-02-00-01-416.log" on Windows XP and "C:\Users\<username>\AppData\Local\Temp\VisualSVN-2007-06-02-00-01-416.log" on Windows Vista). Could you please send us the last one? *Please could you also verify the integrity of your repository? To do that please execute the following command line: svnadmin verify REPOS_PATH You could find the information about this command in the Subversion documentation: http://svnbook.red-bean.com/en/1.5/svn.ref.svnadmin.c.verify.html *If you use VisualSVN Server please pay attention that you are using svnadmin.exe packaged with VisualSVN Server in order not to have problems with different svn format. To do that please run the above command line from the VisualSVN Server Manager (VisualSVN Server Manager->Command line). Another way is to run svnvars.bat (something like "с:\program files\VisualSVN server\vsvnvars.bat" ) before the verification process to set path to the svnadmin.exe from our distribution. Thank you! On Thu, Mar 26, 2009 at 12:23 AM, AndrewC <andrewcus...@gmail.com> wrote: > > Hi all- > > I was using the VisualSVN plug-in(version 1.6 I believe) in VS2008, > working on a Windows Forms application that is in a VisualSVN Server > repository. > > While the solution was open in Visual Studio, and my laptop was in > Sleep mode with a dead battery, plugged into AC power, the power strip > was accidentally shut off. This caused a total loss of power to the > laptop. > > Upon re-opening VS 2008, and checking the Log history of several > files, the only entry for several files was the date of their original > Add to VisualSVN Server. This was in spite of the fact that I had done > at least 6 Commits over the previous week. I then tried a test Commit, > and, though it appeared to work, I still received the Yellow overlay > on the file in VS2008, and the Commit I just made one minute before, > did not show in the History. > > Yesterday, I updated TortoiseSVN and the VisualSVN VS plug-in to the > latest versions, and re-booted. At this point, I was able to see the > Commit I had just done, and the original Add, but nothing in between. > It appears that approximately half the files in the solution -- > probably the files that were open in VS when the PC was powered off-- > are in this state, with the missing History. > > > So my question is this: is there any way to retrieve the History for > the files that are missing it? > > > Thanks, > > > -Andrew > -- Olga Dolidze VisualSVN Support