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

[Subclipse-dev] svn not detected in linked resources ?

From: Alexander Neundorf <neundorf_at_kde.org>
Date: Sat, 19 Nov 2011 19:57:57 +0100

Hi,

I'm maintaining the Eclipse CDT project generator in CMake, and we have
basically one significant problem left.

If the Eclipse project files (.project and .cproject) are created in-source,
i.e. at the root of the source tree of the project, everything works fine.

But building in-source is not recommended. We strongly recommend to use out-
of-source builds, so sources and build are cleanly separated, and you can have
e.g. multiple builds for one source tree.

In such an out-of-source setup, the Eclipse project files (.project and
.cproject) are created in the root directory of the build tree, which is
typically a "sibling" directory of the source tree.
This looks e.g. like this:

Source tree:
src/automoc/
src/automoc/.svn/
src/automoc/CMakeLists.txt
src/automoc/main.cpp

And a build tree for this source tree:

src/automoc-build/
src/automoc-build/.project
src/automoc-build/.cproject
src/automoc-build/Makefile
src/automoc-build/CMakeCache.txt
src/automoc-build/main.o
src/automoc-build/automoc

In this case the source files are not present directly in the project tree
(since we are out-of-source), and instead a linked resource is created which
"points" to the source directory:

<linkedResources>
  <link>
    <name>[Source directory]</name>
    <type>2</type>
    <location>/home/alex/src/automoc</location>
  </link>
</linkedResources>

So via this linked resource the user has access to his source files.

The problem is that subclipse does not work with the files in the linked
resource, the "Team" stays empty.

What can be done to make this work ?

Can I do something in the created project file to make subclipse work ?
Can I add some other project or config files to make it work ?
Or can something be done in subclipse to make it work ?

Thanks for any pointers
Alex

------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1043&dsMessageId=2881457

To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_subclipse.tigris.org].
Received on 2011-11-20 22:45:26 CET

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

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