Re: Svn/subclipse error when building
Mark Phippard <[email protected]> Mon, 15 Apr 2013 12:40:57 -0400
| Newsgroups | gmane.comp.version-control.subversion.subclipse.user |
|---|---|
| Message-ID | <CAHFaGCqgxnYK5UQh7BPtAkQYgD3b2AATpyCXx2B8=whQ6UCawA@mail.gmail.com> |
It looks like you versioned the folder that your build outputs to. This is usually not a good idea. What happens is the build process will cleanup the contents of that folder and as it sends through those deletes they are intercepted by Subclipse and handled as deletes. The build process will also incorrect remove the .svn folder as part of this cleanup. A couple recommendations: 1) Delete the bin folder from your repository and then add it to the svn:ignore property of its parent so that it is no longer versioned. 2) Upgrade to SVN 1.7 (Subclipse 1.8.x). It does not put .svn folders in every folder so it is a lot easier to work with other tools. Mark On Thu, Apr 11, 2013 at 1:38 PM, Peter Nelson <[email protected]> wrote: > (I'm just a Subclipse user but in no way a "power user" ... > > Recently I started getting build errors in Eclipse Indigo running Subclipse in Windows 7. . . > > delete --force C:/Remotes/workspace/TheApp/bin/res > D C:/Remotes/workspace/RemoteControl/bin/res > svn: Directory 'C:\Remotes\workspace\TheAppl\bin\res\.svn' containing working copy admin area is missing > svn: Directory 'C:\Remotes\workspace\TheApp\bin\res\.svn' containing working copy admin area is missing > > I haven't (knowingly) changed anything in my project settings, subclipse settings or on the SVN server. Eclipse reports these as "build errors" but in all other respects the builds are successful, the app works, etc. > > Among the installed software are . . . > > Subclipse (Required) 1.6.18 > Subclipse Integration for Mylyn 3.x (Optional) > Subversion Client Adapter (Required) 1.6.12 > Subversion JavaHL Native Library Adapter (Required) 1.6.17 > Subversion Revision Graph 1.0.9 > SVNKit Client Adapter (Not required) 1.6.15 > SVNKit Library 1.3.5.7406 > > Is there anything simple I can do to fix this? The app in question is a huge Android project with over a hundred .java, .xml, .png and other files so I'd hate to have to recreate my project from scratch. > > Thanks in advance! > > ------------------------------------------------------ > http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=3053074 > > To unsubscribe from this discussion, e-mail: [[email protected]]. -- Thanks Mark Phippard http://markphip.blogspot.com/ ------------------------------------------------------ http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=3053384 To unsubscribe from this discussion, e-mail: [[email protected]].