On 24.11.11 21:21:37, Alexander Neundorf wrote: > Hi, > > if you are using the Eclipse project generator of CMake, you probably know > about two problems there are: > > 1) in out-of-source builds, the svn plugin doesn't work in the linked > resource > which points to the source directory. > The problem is that Eclipse decides whether the version control plugin should > be called or not, and it decides to call it only in directories belonging "to > the project", i.e. subdirs of the directory where the .project file is > located > (and noit e.g. linked resources). > There is now a bug report for this here at subversive: > https://bugs.eclipse.org/bugs/show_bug.cgi?id=364547
Thats not really news and there's actually an existing report for subclipse which had been closed as wontfix since svn does not really support this either (afaik). That being said, this does not affect all VCS-plugins in Eclipse, I know that perforce does not suffer from this and I'm relatively sure that git also does not have this problem. Andreas -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
