Subclipse requires the project to be version controlled. You could
add the svn:ignore property to this folder and add build, dist and doc
to it so that those folders are always ignored.
On Tue, Feb 2, 2010 at 5:20 PM, NC <nc1500_at_yahoo.com> wrote:
> I'm using Subclipse 1.6.5 on Eclipse Galileo SR1, and trying to move an existing Ant-based project into Eclipse.
>
> A simplified version of my layout is:
>
> /myproject /src /java
> /test
> /sql
> /image
> /build /classes
> /test
> /dist
> /doc
>
> This allows me to store everything beneath src in my repository. src's sibling directories are not versioned.
>
> I've set up Eclipse to handle this, but Subclipse doesn't like this. It complains "!MESSAGE The SVN synchronization information for 'myproject' has become corrupt or does not exist."
>
> How can I maintain this layout without putting the project's root directory under SVN control?
>
> Also, I'm wondering whether this issue is triggering the NullPointerException in SVNLightweightDecorator.decorateTextLabel(), which in turn disabled the SVN decorator.
>
> Thanks.
>
> ------------------------------------------------------
> http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2444307
>
> To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
>
--
Thanks
Mark Phippard
http://markphip.blogspot.com/
------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2444318
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2010-02-02 23:54:22 CET