Author |
Message
|
mq_pm |
Posted: Tue Dec 14, 2004 8:57 am Post subject: CVS Repository - urgent |
|
|
Centurion
Joined: 27 Aug 2003 Posts: 132
|
Hi,
I am new to CVS Repository. Here we have the code developed and stored on CVS respository. Could anyone let me know how to access the code from CVS which is remote on particular server?? I need to make changes to code and then save them back and then deploy it. I have broker toolkit installed locally on my system thats it. Any help would be appreciated.
Thanks. |
|
Back to top |
|
 |
kirani |
Posted: Tue Dec 14, 2004 9:09 am Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
Take a look at Team Programming with CVS in Workbench User Guide manual. _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
mq_pm |
Posted: Tue Dec 14, 2004 9:29 am Post subject: |
|
|
Centurion
Joined: 27 Aug 2003 Posts: 132
|
Where can I find the document. could u please provide the link.
Thanks alot. |
|
Back to top |
|
 |
JT |
Posted: Tue Dec 14, 2004 9:38 am Post subject: |
|
|
Padawan
Joined: 27 Mar 2003 Posts: 1564 Location: Hartford, CT.
|
In your toolkit, click on Help ----> Help Contents.
Then as kirani suggested search for Team Programming with CVS |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Dec 14, 2004 9:45 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Or ask your CVS administrator.
Or ask your project lead.
Or ask someone else at your company who has ever used CVS with an IBM Eclipse based development tool. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
mq_pm |
Posted: Tue Dec 14, 2004 12:22 pm Post subject: |
|
|
Centurion
Joined: 27 Aug 2003 Posts: 132
|
Thanks alot. I have gone through the document. But still I am confused sort of.
To connect to the existing repository, I have selected the option of Add cvs repository and specified all the required fields. But in the history I don't see anything??? Please guide me if Iam wrong.
Thanks. |
|
Back to top |
|
 |
mq_pm |
Posted: Tue Dec 14, 2004 1:06 pm Post subject: |
|
|
Centurion
Joined: 27 Aug 2003 Posts: 132
|
It is urgent. Can anyone tell me how to access the existing CVs repository using pserver. I am not clear reading the document. so anyhelp would be appreciated.
Thanks. |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Dec 14, 2004 1:21 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
If it's urgent, shouldn't you call your local CVS administrator? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
kirani |
Posted: Tue Dec 14, 2004 11:35 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
Take a look at Chapter 17. Version Control in Migration to Websphere Business Integration Message Broker V5 redbook. You can find the link to this redbook on the top of this forum. _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
jsware |
Posted: Thu Dec 16, 2004 1:35 am Post subject: |
|
|
 Chevalier
Joined: 17 May 2001 Posts: 455
|
Have you tried changing to the CVS Repository exploring perspective? Do you see an entry in the CVS Repoistories list that points to your server? If you expand that entry (click the +) does it drop down with Branches, HEAD and version? If you expand the HEAD entry, do you get a list of your WBIMB projects? If you right click on the project you want to check out do you get a pop-up windows that says "Check Out As Project"? If you select this option do you get the code checked out as a project in your development perspective? _________________ Regards
John
The pain of low quaility far outlasts the joy of low price. |
|
Back to top |
|
 |
muralihegde |
Posted: Fri Jan 14, 2005 2:05 am Post subject: |
|
|
Centurion
Joined: 30 Apr 2002 Posts: 108
|
Hi All,
I have installed cvsnt-2.0.58d and configured it to use with the tool kit as per Chapter 17. Version Control in Migration to Websphere Business Integration Message Broker V5 redbook.
However there were some diffrences, the red book talks abt ver cvsnt ver 2.0.5. There was no options for checking the repository prefix etc.
But we managed to configure a location repository etc using the CVS repository perspective. Also added a message flow project from the broker dev perspective using the Team->Share and commit options.
The problem is in the CVS repository perspective, when we expand the HEAD, Branch, version options all are shown empty..
What could be the reason?
What is the exact version of CVSNT that is supported by the eclipse/messabe broker tool kit?
By looking at this link, I got the impression that CVS on NT is not supported at all by the MBT.
http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/platform-vcm-home/docs/online/cvs_features2.0/cvs-faq.html
Has anybody been using the CVS on Win XP to work with the WBIMB ? Appreciate if you could share your experience and any work arounds that needs to be carried out..
Thanks,
-Murali |
|
Back to top |
|
 |
jsware |
Posted: Tue Jan 25, 2005 1:19 am Post subject: |
|
|
 Chevalier
Joined: 17 May 2001 Posts: 455
|
I think you might have a later version of base CVS that changed the format of the responses sent back to a client. The FAQ says it does not support past a particular version of CVS (this is the code that CVSNT is based on). You need to go back to an earlier version of CVSNT (2.0.48 I think but can't remember).
Also try changing the flag in the CVSNT control panel to pretend to be a UNIX version. _________________ Regards
John
The pain of low quaility far outlasts the joy of low price. |
|
Back to top |
|
 |
Tibor |
Posted: Tue Jan 25, 2005 5:06 am Post subject: |
|
|
 Grand Master
Joined: 20 May 2001 Posts: 1033 Location: Hungary
|
scottj2512 wrote: |
I think you might have a later version of base CVS that changed the format of the responses sent back to a client. The FAQ says it does not support past a particular version of CVS (this is the code that CVSNT is based on). You need to go back to an earlier version of CVSNT (2.0.48 I think but can't remember).
Also try changing the flag in the CVSNT control panel to pretend to be a UNIX version. |
Here is a mail from ListServer (by bobbee, 09 Jan 2005)
Quote: |
That is why we are at the cvsnt-2.0.14.exe windows version. I installed the latest version of CVS and the eclipse tookit would not work. One problem, if I remember correctly, is that when you were adding a new project to the repos it would add the projet directory but would not copy the files in the project. An IBM consultant working with us at the time did a little invet. and came back and said 2.0.14 was the last version that worked. If you read up on CVS and the Toolkit they suggest going to the UNIX version of CVS. |
And if you need I can send you this version (3.2MB).
HTH,
Tibor |
|
Back to top |
|
 |
EKhalil |
Posted: Tue Feb 01, 2005 12:02 pm Post subject: Copy of CVS 2.0.14 |
|
|
Voyager
Joined: 29 Apr 2003 Posts: 99 Location: Boston, MA
|
I'm having the same issue = uploading works perfect however I can't expand the head, branches, and versions from within the toolkit...cause they appear to be empty Anyone kind enough to send me the latest toolkit COMPATIBLE CVS version or point me to it ??? (CVSNT seems to be pushing only the latest version)
Thanks in advance  |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Feb 01, 2005 12:09 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Are you using FP4 of Broker? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|