>> 1. While creating a new topic, Codestriker is not able to connect to
>> Perforce server.
>>     After debugging i found that in Perforce.pm, under function "sub
>> getDiff":
>> Codestriker::execute_command($stdout_fh, $stderr_fh, $Codestriker::p4,
>>                  '-u', $self->{user}, '-P', $self->{password}, 'describe',
>>                  '-du', $tag);
>> there is no Perforce server and port parameter supplied.

Yes - this has been fixed already in CVS.  The current code only works
if Perforce is running on the same machine as Codestriker.  Check out
http://codestriker.cvs.sourceforge.net/codestriker/codestriker/lib/Codestriker/Repository/Perforce.pm?revision=1.7&view=markup
at the bottom to see how it should be - its a very simple change.
This will be in the upcoming 1.9.7 release.

>> 2. If i create a topic with a changelist having more than one file, then
>> while viewing that topic, it show diff of only first file and for rest of
>> files it show empty. And if i click on "parallel view" for rest of files
>> (not the first file in changelist), it just shows parallel files without any
>> diff color code... but actually there is difference between two version of
>> files.

Can you send me the topic text of an example review showing this
problem?  Click on "Download topic text" and send me the resulting
.txt file.  Perhaps Codestriker isn't parsing the Perforce diff
correctly, but I can't be sure until I see it.  Could you also email
me a screenshot?

>> 3. In user manual, i read that for a file's text view for each segment of
>> diff, corresponding line no. is highlighted and user can enter comment for
>> that particular diff. But in my case the line no. is not highlighted. And i
>> am able to add comment only using "Add file comment".

You should be able to go over the line number and click it to bring up
a comment popup box.  What happens when you click on a line number?
If nothing is happening, perhaps there is a config issue - check your
apache error log for some more clues.

Cheers,
David

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Codestriker-user mailing list
Codestriker-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/codestriker-user

Reply via email to