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

> What's worse, I'd have to check in the .pydevproject file, which is not ideal
given that we're a team.

Actually, especially given that you're in a team, ideally you'd commit that
file... I believe that by committing that file, your problems would be solved
(when that file is updated, you shouldn't have to restart eclipse, as it should
understand that the file changed and act accordingly).

Note that the .project and .pydevproject files are meant to be checked in the
repository (otherwise, if you want to keep it local, then you really have to
keep updating things manually as you change things) -- the only thing is that
you shouldn't commit that file with absolute paths (always with string 
substitution
variables, which can be configured on a per-interpreter basis and relative
paths).

Cheers,

Fabio

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to