Hi Ivo, you are correct, this is unfortunately a bug in the 0.12 release. We recently introduced a feature into the build system to check the svn revision and compile it into the application. Of course, this fails if you do not have a repository. We will provide a bugfix release of 0.12 shortly. Meanwhile, you can try to remove the revision check in the cmake files yourself.
Our regular subversion should work I just tried a "svn co http://svn.mitk.org/trunk/mitk myRepository" and it worked. Maybe you have to update your svn client. Regards, Jochen > -----Ursprüngliche Nachricht----- > Von: Ivo Tamboer [mailto:[email protected]] > Gesendet: Montag, 8. Juni 2009 11:40 > An: [email protected] > Betreff: [mitk-users] A few problems starting up > > Dear list, > > I am trying to download MITK to see if I can use it for displaying > rendered X- > ray volumes. > > I tried to check out the subversion repository, but it failed as > follows: > > 0 $svn co http://svn.mitk.org/trunk > svn: REPORT of '/!svn/vcc/default': 200 OK (http://svn.mitk.org) > > (svn returned with 1). > > I was hoping someone could tell me what went wrong. I've got the idea I > have > invoced the right command but something is not going as expected. > > > > Afterwards; I have downloaded the 0.12.0 version from source forge, and > began > to configure it. The configuration gave me the following error: > > CMake Error at /usr/share/cmake/Modules/FindSubversion.cmake:83 > (MESSAGE): > Command "/usr/bin/svn info /home/nido/code/mitk-0.12.0" failed with > output: > > svn: '/home/nido/code/mitk-0.12.0' is not a working copy > > Call Stack (most recent call first): > CMakeLists.txt:196 (Subversion_WC_INFO) > > > It seems the configure script needs to know it's subversion repository > somewhere. I don't really see how this is necessary; though I must > admit I > have changed some of the options from the default (I recall enabling > opencherry). > > Anyway; it seems a bad idea to me to require version management in the > released tarball, so I thought I'd mention it to you. I shall try > working > around this problem using a fake repository; so that is not the > problem; but > if anyone can tell me how to get subversion to check out the code (see > above) > I'd appreciate it > > > Kind regards, > > > Ivo Tamboer > > ----------------------------------------------------------------------- > ------- > OpenSolaris 2009.06 is a cutting edge operating system for enterprises > looking to deploy the next generation of Solaris that includes the > latest > innovations from Sun and the OpenSource community. Download a copy and > enjoy capabilities such as Networking, Storage and Virtualization. > Go to: http://p.sf.net/sfu/opensolaris-get > _______________________________________________ > mitk-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mitk-users ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
