Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TortoiseSVN - missing files in client

I just deleted two files in the client and when tried to update those two files were missing, but they were in the server.

I tried "cleanup" and then "update" which didn't work. But when I checked out a new version to a different location the files were there.

In what situation this scenario happens? Initially I have "added" files to the server but it happened to be that the server already has those files.

P.S. I'm using TortoiseSVN 1.5.6.

alt text http://img268.imageshack.us/img268/2140/missingfiles.jpg

Problem went away when I deleted the whole sub containing folder and did another "update" under the parent folder. what caused this?

Thanks,

like image 900
user124858 Avatar asked Jul 15 '09 06:07

user124858


2 Answers

Right click on the folder where you deleted the files, select revert, the files should appear there with the Missing status, select only those files and click Ok.

Missing files

like image 199
Christian C. Salvadó Avatar answered Sep 29 '22 02:09

Christian C. Salvadó


I see this a lot with the Subversive plugin in Eclipse and the command line SVN client. When following HEAD it usually doesn't happen, but when I switch to an earlier revision and back to head I usually lose a file that was added or removed in the mean time. "svn up folder/" does not restore them, "svn up folder/file" does ("Added"). I didn't see that with earlier subversion versions, to me this seems to be regression in 1.5 or 1.6.

like image 27
me. Avatar answered Sep 29 '22 00:09

me.