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

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

From: Mark Phippard <markphip_at_gmail.com>
Date: Sun, 20 Nov 2011 16:51:02 -0500

We support Linked Resources in the manner recommended in the Eclipse
documentation for Team providers. Namely, we tolerate their presence
but otherwise ignore them.

There is little chance of anything better ever being done in Subclipse
though anyone is certainly free to work on it and submit a patch.
Keep in mind we rely on Subversion API to do all the real work and
Subversion has its own idea of what a working copy looks like and it
has no awareness of Eclpse-specific concepts like linked resources.

On Sat, Nov 19, 2011 at 1:57 PM, Alexander Neundorf <neundorf_at_kde.org> wrote:
> 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].
>

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1043&dsMessageId=2882600
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_subclipse.tigris.org].
Received on 2011-11-20 22:51:10 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.