[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[Subclipse-users] Avoid versioning project's root directory

From: NC <nc1500_at_yahoo.com>
Date: Tue, 2 Feb 2010 14:20:24 -0800 (PST)

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].
Received on 2010-02-02 23:50:59 CET

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.