<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to support-requests</title><link>https://sourceforge.net/p/codestriker/support-requests/</link><description>Recent changes to support-requests</description><atom:link href="https://sourceforge.net/p/codestriker/support-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 25 Jun 2013 22:30:40 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/codestriker/support-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>Not sure how lines of code is counted.  Getting unexpected results.</title><link>https://sourceforge.net/p/codestriker/support-requests/10/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I'm getting inconsistent results with line counting.  Trying to see what our comments per line of code count is and it's not making sense.  I'm also not understanding what the {+2,-0} at the end of each file represents.  I thought it was code added vs. deleted, but it doesn't seem like that is accurate.&lt;/p&gt;
&lt;p&gt;For counting I checked the Topic Text and Topic Information tabs and they are different.  Using Perforce...but we've created a diff script to import files into CodeStriker.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Phil Lopez</dc:creator><pubDate>Tue, 25 Jun 2013 22:30:40 -0000</pubDate><guid>https://sourceforge.net1ae1fa8de725f84e809b6dd65b310768abcd0e0b</guid></item><item><title>unable to create a topic from svn file</title><link>https://sourceforge.net/p/codestriker/support-requests/9/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi sits,&lt;/p&gt;
&lt;p&gt;Sorry to keep bothering you again.  But i am unable to create a topic from an SVN revision file.  i give the following inputs:&lt;/p&gt;
&lt;p&gt;start tag: 156 (my repository revision for which i want to do the review)&lt;br /&gt;
end tag: &amp;lt;empty&amp;gt;&lt;br /&gt;
all other details filed appropriately...&lt;/p&gt;
&lt;p&gt;then it gives me the following error.&lt;/p&gt;
&lt;p&gt;[quote]&lt;br /&gt;
Software error:&lt;br /&gt;
DBD::mysql::st execute failed: Duplicate entry '2388470' for key 'PRIMARY' at /var/www/codestriker/codestriker-1.9.10/lib/Codestriker/Model/Topic.pm line 176.&lt;/p&gt;
&lt;p&gt;For help, please send mail to the web master (root@localhost), giving this error message and the time and date of the error.&lt;br /&gt;
[/quote]&lt;/p&gt;
&lt;p&gt;And when i check the mysql database for topic.document field, it contains the following content, instead of a link to the uploaded file!&lt;/p&gt;
&lt;p&gt;[quote]&lt;br /&gt;
Index: Code/I_Messaging/I_MsgNotification/include/Converter.hpp&lt;br /&gt;
===================================================================&lt;br /&gt;
--- /dev/null&lt;br /&gt;
+++ Code/I_Messaging/I_MsgNotification/include/Converter.hpp  (revision 156)&lt;br /&gt;
@@ -0,0 +1,12 @@&lt;br /&gt;
+ &amp;lt;h1&amp;gt;Software error:&amp;lt;/h1&amp;gt;&lt;br /&gt;
+ &amp;lt;pre&amp;gt;Command failed: open3: exec of c:/Program Files/CollabNet Subversion/svn.exe cat --non-interactive --no-auth-cache --username ravindranath.m --password rv_m123 &lt;a href="http://172.19.1.19/CPLT/trunk/Code/I_Messaging/I_MsgNotification/include/Converter.hpp" rel="nofollow"&gt;http://172.19.1.19/CPLT/trunk/Code/I_Messaging/I_MsgNotification/include/Converter.hpp&lt;/a&gt;@156 failed at /var/www/codestriker/codestriker-1.9.10/lib/Codestriker.pm line 590&lt;br /&gt;
+ &lt;br /&gt;
+ c:/Program Files/CollabNet Subversion/svn.exe cat --non-interactive --no-auth-cache --username ravindranath.m --password rv_m123 &lt;a href="http://172.19.1.19/CPLT/trunk/Code/I_Messaging/I_MsgNotification/include/Converter.hpp" rel="nofollow"&gt;http://172.19.1.19/CPLT/trunk/Code/I_Messaging/I_MsgNotification/include/Converter.hpp&lt;/a&gt;@156&lt;br /&gt;
+ Check your webserver error log for more information.&lt;br /&gt;
+  at /var/www/codestriker/codestriker-1.9.10/lib/Codestriker/Repository/Subversion.pm line 203&lt;br /&gt;
+ &amp;lt;/pre&amp;gt;&lt;br /&gt;
+ &amp;lt;p&amp;gt;&lt;br /&gt;
+ For help, please send mail to the webmaster (&amp;lt;a href="mailto:root@localhost"&amp;gt;root@localhost&amp;lt;/a&amp;gt;), giving this error message &lt;br /&gt;
+ and the time and date of the error.&lt;br /&gt;
+ &lt;br /&gt;
+ &amp;lt;/p&amp;gt;&lt;/p&gt;
&lt;p&gt;[/quote]&lt;/p&gt;
&lt;p&gt;I do not know why the above field is having a reference to "C:/program files/ ...", as I am running this under a linux system.&lt;br /&gt;
if i run the following command, &lt;br /&gt;
[code]&lt;br /&gt;
svn cat --non-interactive --no-auth-cache --username ravindranath.m --password rv_m123 &lt;a href="http://172.19.1.19/CPLT/trunk/Code/I_Messaging/I_MsgNotification/include/Converter.hpp" rel="nofollow"&gt;http://172.19.1.19/CPLT/trunk/Code/I_Messaging/I_MsgNotification/include/Converter.hpp&lt;/a&gt;@156&lt;br /&gt;
[/code/&lt;/p&gt;
&lt;p&gt;I get the output correctly, as below...&lt;br /&gt;
[quote]&lt;br /&gt;
[rv_nath@localhost ~]$ svn cat --non-interactive --no-auth-cache --username ravindranath.m --password rv_m123 &lt;a href="http://172.19.1.19/CPLT/trunk/Code/I_Messaging/I_MsgNotification/include/Converter.hpp" rel="nofollow"&gt;http://172.19.1.19/CPLT/trunk/Code/I_Messaging/I_MsgNotification/include/Converter.hpp&lt;/a&gt;@156&lt;br /&gt;
/*&lt;br /&gt;
* @file    Converter.hpp&lt;br /&gt;
* @author  Sandhya Srinath&lt;br /&gt;
* @date    July 9, 2010, 3:53 PM&lt;br /&gt;
*&lt;br /&gt;
*&lt;br /&gt;
*/&lt;/p&gt;
&lt;p&gt;#ifndef CONVERTER_HPP&lt;br /&gt;
#define CONVERTER_HPP&lt;/p&gt;
&lt;p&gt;#include "Property.hpp"&lt;br /&gt;
#include &amp;lt;vector&amp;gt;&lt;/p&gt;
&lt;p&gt;class Converter {&lt;/p&gt;
&lt;p&gt;public:&lt;br /&gt;
Converter() { };&lt;br /&gt;
virtual unsigned short length()const = 0;&lt;br /&gt;
virtual byte_t* serialize(vector&amp;lt;Property*&amp;gt; prop)=0;&lt;br /&gt;
virtual ~Converter(){ };&lt;br /&gt;
};&lt;/p&gt;
&lt;p&gt;#endif  /* CONVERTER_HPP */&lt;/p&gt;
&lt;p&gt;[rv_nath@localhost ~]$&lt;/p&gt;
&lt;p&gt;[/quote]&lt;/p&gt;
&lt;p&gt;Please help, as i do not know what is going wrong in my case...&lt;br /&gt;
thanks in advance...&lt;/p&gt;
&lt;p&gt;regards,&lt;br /&gt;
RV&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ravindranath M</dc:creator><pubDate>Thu, 19 Aug 2010 09:53:38 -0000</pubDate><guid>https://sourceforge.net876f3bafa0edce87ba04110c86cc16302e6c8881</guid></item><item><title>Using code striker with SVN repository</title><link>https://sourceforge.net/p/codestriker/support-requests/8/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;when i use codestriker with SVN, i am able to upload the diff between two different revisions and display it.  But my requirement is to upload a particular file @ a given revision, without the diff. The intent is to review the entire file at any given revision.  I am not able to get how to do this.&lt;/p&gt;
&lt;p&gt;Any help on this is appreciated.&lt;br /&gt;
Regards,&lt;br /&gt;
RV&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ravindranath M</dc:creator><pubDate>Wed, 18 Aug 2010 12:05:10 -0000</pubDate><guid>https://sourceforge.netbb9a2815b776e4e8e2ccee7311590d06420bd610</guid></item><item><title>how to use codestriker in case of multiple rounds of review</title><link>https://sourceforge.net/p/codestriker/support-requests/7/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have deployed codestriker in my server.  it works great for doing the review.  Our usage pattern consists of doing multiple rounds of review on code files.  until all review comments are fixed.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;- What is the right way of using the codestriker in case of multiple rounds of review?&lt;br /&gt;
- currently, I am 'obsoleting' the old file, and uploading the new one in place of the old one.&lt;br /&gt;
- is it the right way? If not, how to upload the same file for review, a second time?&lt;br /&gt;
- Moreover, how to get a metrics report of bugs, iterationwise?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ravindranath M</dc:creator><pubDate>Wed, 18 Aug 2010 05:00:25 -0000</pubDate><guid>https://sourceforge.net1c995dc6c5e6a4ced7f1f5c4f523ce92f2dfb63c</guid></item><item><title>ClearCase configuration problem</title><link>https://sourceforge.net/p/codestriker/support-requests/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The install.pl when run gives an error saying ClearCase::CtCmd module has to be installed.&lt;/p&gt;
&lt;p&gt;With ActivePerl 5.10 the ClearCase::CtCmd gives issue and found that for ActivePerl 5.8 it is compatible. And when installed ActivePerl 5.8 , Codestriker cannot proceed install.pl because of the missing 5.10 dll&lt;/p&gt;
&lt;p&gt;Is there a way to resolve this with ActivePerl 5.10 and ClearCase::CtCmd, becasuse the ClearCase has to be integrated with Codestriker&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 18 Nov 2009 09:00:57 -0000</pubDate><guid>https://sourceforge.net85dba10e4ae07ce1139f47bf3f43039fc27050e9</guid></item><item><title>is svn+ssh protocol supported</title><link>https://sourceforge.net/p/codestriker/support-requests/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;is svn+ssh protocol supported in codestriker configuration?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 11 Nov 2009 12:12:16 -0000</pubDate><guid>https://sourceforge.net3d81aee793d0253a55c9ed62608eb33ee936f3e7</guid></item><item><title>Having trouble installing</title><link>https://sourceforge.net/p/codestriker/support-requests/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;naing_zawtun@hotmail.com&lt;/p&gt;
&lt;p&gt;First I want I say that Codestriker look very interesting &lt;br /&gt;
and cool.  I am hoping to present Codestriker to my &lt;br /&gt;
manager nad have it implement at work.&lt;/p&gt;
&lt;p&gt;i don't know Perl and have limited knowledge of setting &lt;br /&gt;
up Apache servers etc. ...so you may flame me if you &lt;br /&gt;
want.&lt;/p&gt;
&lt;p&gt;I am having trouble installing Codestriker (1.8.5).  I &lt;br /&gt;
followed the instuctions outline in the manual.  I am &lt;br /&gt;
installing I have Windows XP desktop, a Windows 2003 &lt;br /&gt;
db server with SQL 2000. &lt;/p&gt;
&lt;p&gt;I set you the ODBC for SQL as outline in the manual and &lt;br /&gt;
used windows aunthication.  Let say hte server name is &lt;br /&gt;
db_server.  I ran the checksetup.pl a couple &lt;br /&gt;
times...needed toget he template-tookkit and &lt;br /&gt;
DBD::ODBC packages.  Then I ran checksetup.pl again &lt;br /&gt;
and it completed all the chack with a "ok: found vx.x" nd &lt;br /&gt;
createdd sever tables (ex topic..., topichistory...).  I &lt;br /&gt;
assume this created hte Codestriker db.  My question is &lt;br /&gt;
where was the db created?  I looked of the db on the &lt;br /&gt;
server (db_server) but did not find it. &lt;/p&gt;
&lt;p&gt;This is the first step...next setting up Apache...then &lt;br /&gt;
trying Codestriker.&lt;/p&gt;
&lt;p&gt;Thanks &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 01 Feb 2005 15:59:58 -0000</pubDate><guid>https://sourceforge.netf16f6f8e1b6fa4e5b899b483b9a4d19c7c7d8f6d</guid></item><item><title>Can't find Template module</title><link>https://sourceforge.net/p/codestriker/support-requests/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Windows 2003&lt;br /&gt;
Installed ActivePerl-5.8.3.809-MSWin32-x86.msi&lt;br /&gt;
Setup Codestriker per docs&lt;br /&gt;
Installed missing Perl modules via PPM, BUT I can't &lt;br /&gt;
find "template"&lt;br /&gt;
I've installed every package that has "template" in the &lt;br /&gt;
name (177 of them), but the checksetup.pl still is &lt;br /&gt;
unhappy.  Where can I get the "template" package?&lt;br /&gt;
Also, why are there no files in the CGI-BIN?  Does the *-&lt;br /&gt;
base file get copied there from the checksetup process?&lt;br /&gt;
Once I get this working on IIS6, I'll let you know. &lt;/p&gt;
&lt;p&gt;Checking for  LWP::UserAgent (any)     ok: found v2.023&lt;br /&gt;
Checking for             CGI (v2.56)   ok: found v3.01&lt;br /&gt;
Checking for       CGI::Carp (any)     ok: found v1.27&lt;br /&gt;
Checking for       Net::SMTP (any)     ok: found v2.26&lt;br /&gt;
Checking for             DBI (v1.13)   ok: found v1.39&lt;br /&gt;
Checking for        IPC::Run (any)     ok: found v0.77&lt;br /&gt;
Checking for        Template (v2.06)    not found&lt;br /&gt;
Checking for  HTML::Entities (any)     ok: found v1.27&lt;br /&gt;
Checking for      File::Temp (any)     ok: found v0.14&lt;/p&gt;
&lt;p&gt;Codestriker requires some Perl modules which are either &lt;br /&gt;
missing&lt;br /&gt;
from your system, or the version on your system is too &lt;br /&gt;
old.&lt;br /&gt;
They can be installed by running (as root) the following:&lt;br /&gt;
perl -MCPAN -e 'install "Template"'&lt;br /&gt;
Minimum version required: 2.06&lt;/p&gt;
&lt;p&gt;Tyler&lt;br /&gt;
tyler.theobald.junk@cox.net&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 20 Feb 2004 18:22:15 -0000</pubDate><guid>https://sourceforge.netd73f93dcaa74514c387688cd7f1ba2c907d97ed3</guid></item><item><title>cannot get system installed properly</title><link>https://sourceforge.net/p/codestriker/support-requests/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am trying to get codestriker running in the following &lt;br /&gt;
configuration. WinNT4.0, Perl 5.8, MySql 3.23.55, &lt;br /&gt;
Apache 2.0. I believe that I have all of the proper &lt;br /&gt;
modules installed correctly. The database was created &lt;br /&gt;
okay. Apach runs fine. When I launch &lt;br /&gt;
codestriker/codestriker.pl I get the &amp;amp;quot;Index&amp;amp;quot; page which &lt;br /&gt;
displays the codestriker.css file name. I think I am close &lt;br /&gt;
to getting this runnin and I would appreciate any help.&lt;br /&gt;
Thanks&lt;br /&gt;
Jeff&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeff Brown</dc:creator><pubDate>Tue, 22 Apr 2003 01:05:40 -0000</pubDate><guid>https://sourceforge.net5f237f2fb3b862ad902f3f45c20f20522cbe57a4</guid></item></channel></rss>