Error reading spooled REPORT request response

631 views
Skip to first unread message

ppo

unread,
Nov 26, 2012, 4:09:09 AM11/26/12
to scmma...@googlegroups.com
svn diff -r 84:86 controller.cpp
svn: '/scm/svn/isb-algorithm/!svn/ver/86/RT-MoDiCoVi%2520for%2520robustness%2520test/controller.cpp' path not found
svn: Error reading spooled REPORT request response

same error in TortoiseSVN client.

link to repo looks like: http://domain.com/scm/svn/isb-algorithm/RT-MoDiCoVi for robustness test

Does it relate to SCM-Manager (1.20) or it's a repository error?

Sebastian Sdorra

unread,
Nov 26, 2012, 5:39:54 AM11/26/12
to scmma...@googlegroups.com
Hi,
Could you post the path of controller.cpp in your repository?

Sebastian


2012/11/26 ppo <p...@ektos.net>
Message has been deleted

ppo

unread,
Nov 26, 2012, 9:23:57 AM11/26/12
to scmma...@googlegroups.com
http://domain.com/scm/svn/isb-algorithm/RT-MoDiCoVi for robustness test/controller.cpp

Sebastian Sdorra

unread,
Nov 26, 2012, 9:26:08 AM11/26/12
to scmma...@googlegroups.com
Is "isb-algorithm" the name of the repository and "RT-MoDiCoVi for robustness test/controller.cpp" the path of the file?

Sebastian


2012/11/26 ppo <p...@ektos.net>

ppo

unread,
Nov 26, 2012, 9:28:10 AM11/26/12
to scmma...@googlegroups.com
yes, you are right!

ppo

unread,
Nov 26, 2012, 9:31:15 AM11/26/12
to scmma...@googlegroups.com
svn-isb.png

Sebastian Sdorra

unread,
Nov 26, 2012, 9:35:05 AM11/26/12
to scmma...@googlegroups.com
Ok, this looks like a bug in the svn plugin. 
It is possible that you open a ticket at https://bitbucket.org/sdorra/scm-manager/issues?

Sebastian


2012/11/26 ppo <p...@ektos.net>
Message has been deleted

Sebastian Sdorra

unread,
Nov 27, 2012, 11:50:33 AM11/27/12
to scmma...@googlegroups.com

ppo

unread,
Nov 28, 2012, 3:06:28 AM11/28/12
to scmma...@googlegroups.com
it works now.
many thanks!
should I leave this patched SCM-manager version or wait next release?

 
svn diff -r 84:86 controller.cpp
Index: controller.cpp
===================================================================
--- controller.cpp        (revision 84)
+++ controller.cpp        (revision 86)
@@ -46,12 +46,13 @@
     //Send new image
     std::cout << "file:" << simulationFiles->at(i).absoluteFilePath().toLocal8Bit().constData() << std::endl;
     cv::Mat img;
-    img = cv::imread(simulationFiles->at(i).absoluteFilePath().toLocal8Bit().constData());
+    img = cv::imread(simulationFiles->at(i).absoluteFilePath().toLocal8Bit().constData(), CV_LOAD_IMAGE_COLOR);
     cv::Mat RGB161616(img.rows,img.cols, cv::DataType<uint16_t>::type);
     img.convertTo(RGB161616, RGB161616.type(), 256.0);
     //Send image
     emit(newSimulatedImage(&RGB161616));
     this->msleep(50);
+    wait_for_transfer->acquire();
     std::cout << "Send new image to other thread for NDVI calculation" << std::endl;
     //Inform camera
     can_data[0] = image_n;

Sebastian Sdorra

unread,
Nov 30, 2012, 3:11:21 AM11/30/12
to scmma...@googlegroups.com
Hi,
You can use the patched version until version 1.23 is released. This patched version is version 1.22 with only the patch for the svnkit issue.

Sebastian


2012/11/28 ppo <p...@ektos.net>

ppo

unread,
Nov 30, 2012, 8:20:51 AM11/30/12
to scmma...@googlegroups.com
Thanks. I use it since you release it, and all is fine.
Reply all
Reply to author
Forward
0 new messages