Hi Xiaojie,
I am now back from my holidays.
If you only have one repository setting in Codestriker, then there is no
need to display the Repository drop-down box in the create topic page,
given that there is no choice.
Was this preventing something from working by only having one entry in
@valid_repositories?
Cheers,
David
Wu, Xiaojie wrote:
> Ok, I finally figure it out. Now I am able to get the repository option in "create new topic" page, and able to view the full file from Perforce.
>
> The problem is still in the Perforce setting in codestriker.conf:
>
> (1) $p4 = 'C:/Program Files/Perforce' should be changed to $p4 = 'C:/Program Files/Perforce/p4.exe';
>
> (2) @valid_repositories =
> (
> 'perforce:MyPerforceUserName:MyPerforcePassword@...'
> );
> should add one more arbitrary entry.
>
> I changed it to
> @valid_repositories =
> (
> 'NONE',
> 'perforce:MyPerforceUserName:MyPerforcePassword@...'
> );
>
> Does this sound a bug?
>
> Thanks,
> Xiaojie
>
>
> -----Original Message-----
> From: codestriker-user-bounces@... [mailto:codestriker-user-bounces@...] On Behalf Of Wu, Xiaojie
> Sent: August 3, 2006 4:31 PM
> To: Jason Remillard; codestriker-user@...
> Subject: Re: [Codestriker-user] Help: Can't retrieve full file from Perforcewith Codestriker 1.9.2-RC1
>
> Thanks, Jason. I haven't been able to make it work yet. Is Perforce integration supported on Windows XP with Codestriker, or only supported on Unix? I
> am using Codestriker in Windows XP with windows version of Perforce.
>
> Xiaojie
>
>
> -----Original Message-----
> From: Jason Remillard [mailto:jremillardshop@...]
> Sent: August 1, 2006 8:43 AM
> To: Wu, Xiaojie; codestriker-user@...
> Subject: Re: [Codestriker-user] Help: Can't retrieve full file from Perforce with Codestriker 1.9.2-RC1
>
> Hi,
>
> PRoblem 1 is caused by problem 2. Your repository need to be working in order for parrell view to work. I am not an perforce person, but your
> repository looks ok. You need to make the topic via the repository option, then the parrell view will work.
>
> Thanks
> Jason.
>
> --- "Wu, Xiaojie" <Xiaojie_Wu@...> wrote:
>
>> Hi:
>>
>> I have got Codestriker 1.9.2-rc1 up running, and I am able to create
>> new projects, new topics, upload review files, view the diffs, add
>> comments and so on. The SCM I am using is Perforce. The problem I am
>> experiencing now is that perforce doesn't seem to be integrated
>> properly. I have two problems right now:
>> (1) I can't retrieve the full file content when I click "Parallel" in the "Topic Text" page.
>> (2) It doesn't show "Repository:(What's this?)" row on the "Create new
>> topic" page when I tried to create a new topic.
>>
>> My settings in codestriker.conf for Perforce are:
>>
>> $p4 = 'C:/Program Files/Perforce';
>>
>> @valid_repositories =
>> (
>> 'perforce:MyPerforceUserName:MyPerforcePassword@...'
>> );
>>
>> Do you have any idea what could I missed? I would appreciate any suggestions!
>>
>> Thank you,
>> xiaojie
>>
>>> --------------------------------------------------------------------
>>> -----
>> Take Surveys. Earn Cash. Influence the Future of IT Join
>> SourceForge.net's Techsay panel and you'll get the chance to share
>> your opinions on IT & business topics through brief surveys -- and
>> earn cash
>> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEV
>> DEV>
> _______________________________________________
>> Codestriker-user mailing list
>> Codestriker-user@...
>> https://lists.sourceforge.net/lists/listinfo/codestriker-user
>>
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT &
> business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Codestriker-user mailing list
> Codestriker-user@...
> https://lists.sourceforge.net/lists/listinfo/codestriker-user
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Codestriker-user mailing list
> Codestriker-user@...
> https://lists.sourceforge.net/lists/listinfo/codestriker-user
>
|