The following forum message was posted by fabioz at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4414813:

Seems like a way that works, but why don't you just create a single project
for both? (probably create it as a c++ project and later just set it as a python
project too: right click project > set as pydev project) and configure
the preferences for the source folder from the configuration page.

Usually the organization I use for a project is:

/project
/project/build <- stuff to build the project
/project/docs <-- docs for the project
/project/sources
/project/sources/c++ <-- c++ source files
/project/sources/bindings <-- the bindings that'll wrap c++ for python using
something as boost:python
/project/sources/python <-- this is the source folder to be specified in pydev

If you do decide to go with eclipse links, just make sure you only use links
before the source folder level (pydev won't recognize eclipse links inside a
source folder).

As for .svn, you should be able to right click the project > team > share 
project
(but that has nothing to do with pydev).

Cheers,

Fabio

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to