Totte Karlsson wrote:
> Hi,
> I am doing development on windows. I also have cygwin installed, to do
> things from the commandline once in a while. I also use TortoiseSVN.
> 
> When trying to use
> SUBVERSION_WC_INFO(${PROJECT_SOURCE_DIR} info)
> 
> In a cmake file, I get the following error:
> 
>   Command "c:/cygwin/bin/svn.exe info
>    C:/roadrunnerwork/source/trunk/Wrappers" failed with output:
> 
>    svn: E155007:
>    '/cygdrive/c/rrBuilds/xe/rr/C:/roadrunnerwork/source/trunk/Wrappers' is
> not a working copy
> 
> So it seems it found the cygwin svn comman line client. The path:
> '/cygdrive/c/rrBuilds/xe/rr/C:/roadrunnerwork/source/trunk/Wrappers'
> 
> is composed of the path where I execute the make command and the source
> folder, for which I want the svn info..
> 
> How to recover from this?

In your build directory run:

cmake -D  Subversion_SVN_EXECUTABLE=c:/some/thing/svn.exe .

Eike
-- 

Attachment: signature.asc
Description: This is a digitally signed message part.

--

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

Reply via email to