Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse deletes my .svn folder whenever I restart it

I have these installed:

  • TortoiseSVN 1.7.0
  • Subversion 1.7.0

Eclipse 3.5.2.R35x with these plugins:

  • Subsclipse 1.8.0
  • Subsclipse Integration for Mylyn 3.0.0
  • Subversion Client Adapter 1.8.0
  • Subversion JavaHL Native Library Adatper 1.7.0.7
  • Subversion Revision Graph 1.1.1
  • CollabNet Merge Client 3.0.4

And I'm running windows xp.

I've recently upgrade Subversion to 1.7, and upgraded all the above plugins as well to their latest version.

Now I've discovered this problem:

  • I check out a project from my svn server using TortoiseSVN
  • I import these projects in my eclipse and use that as my workspace
  • Whenever I restart eclipse with that same workspace, and the .svn folder (there's only one .svn folder for the entire project when I upgrade to subversion 1.7) gets deleted.

Any idea what could be causing it? When I was using the previous versions of subversion/tortoise/eclipse plugins, this never happened. I do have Maven integration in Eclipse, not sure if that might be the reason.

like image 873
user1008636 Avatar asked Nov 04 '22 12:11

user1008636


1 Answers

filed as a bug and fix is in newly released version 1.8.2 of subclipse available for download

like image 70
uncreative Avatar answered Nov 09 '22 06:11

uncreative