April 19, 2024, 02:26:32 AM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: CVS SERVER  (Read 4259 times)

Offline gauravbajaj

  • LST CareTaker
  • Experienced
  • *****
  • Posts: 658
CVS SERVER
« on: August 29, 2005, 04:22:00 AM »
Hi Grp

I need ur help.., Actually I want to configure CVS Server in SUSE ...

 If anyone configured it before , can plzz tell me steps by steps.......

My server is Linux & the clients i am using is Win Xp , i.e i want to configure CVS on linux & also i want it to use from my client side........

Dont give me www.cvs.org link as i have already checked it , but the documentation there is very poor , i didn't understand it........,

THX IN ADVANCE

Gaurav

Offline dragoncity99

  • LST CareTaker
  • Experienced
  • *****
  • Posts: 551
CVS SERVER
« Reply #1 on: August 29, 2005, 03:48:07 PM »
Have ur CVS installed..

Use the www.webmin.org (Webmin) to help u manage it.

User management and repository management is piece a cake.

Offline gauravbajaj

  • LST CareTaker
  • Experienced
  • *****
  • Posts: 658
CVS SERVER
« Reply #2 on: August 30, 2005, 04:00:03 AM »
Hi Dragoncity

Thxx for the help..., but i dont want to use Webmin....
i want to configure it in command mode......, So tell me abt command mode steps not through webmin

Gaurav

Offline dragoncity99

  • LST CareTaker
  • Experienced
  • *****
  • Posts: 551
CVS SERVER
« Reply #3 on: August 30, 2005, 06:12:03 AM »
Go here then :)

http://www.fluidthoughts.com/howto/

Offline gauravbajaj

  • LST CareTaker
  • Experienced
  • *****
  • Posts: 658
CVS SERVER
« Reply #4 on: September 01, 2005, 11:06:54 AM »
Hello dragoncity..

Thxx for help, but  the site address u gave is not so good, as  i am not able to configure CVS yet through that site...,
Do u know another site or can u tell step by step procedure................

I am in trouble plzz help meeeeeeeeeeeeeee



THXX
Gaurav

Offline gauravbajaj

  • LST CareTaker
  • Experienced
  • *****
  • Posts: 658
CVS SERVER
« Reply #5 on: September 01, 2005, 01:11:58 PM »
Hi DragonCity
I have configured CVS by using webmin ...its ok

Means my cvs repositry is /home/cvs
under home cvs , the webmin created a dir automatically as
cvsroot
& under that CVSROOT dir is also thers
means my dir is like this:

/home/cvs/cvsroot/CVSROOT

Then can u plzzz tell how can i check this CVS

Tell me the steps:

Suppose i have created a file test in /home/cvs , then i modifiied it , then how can i check  the changes??????????????????

Plzz help me
I will be very grateful to u

Gaurav

Offline dragoncity99

  • LST CareTaker
  • Experienced
  • *****
  • Posts: 551
CVS SERVER
« Reply #6 on: September 01, 2005, 01:25:42 PM »
Hi,

   Wow, do u mean normally ur not grateful when ppl try to help u? hahah, juz kidding.

  Well, within webmin itself u can watch the changes, but here i wan to make things easier for u to see, so i need u to do the following things.

1. Install JDK1.5/JDK1.4

2. Install Eclipse

3. Write a simple hello world program in JAVA. Then, right click on the project,  and choose -->Team-->Share Project

4. Enter:

HOST: Ip address of cvs server
REPOSITORY PATH:your cvshome ie.: /home/cvs
USER: username
PASWORD: password
CONNECTION TYPE: extssh
Use default port

Ur done, everything is now added to cvs, but u need to check out to commit the changes on the files u added to CVS, to do this, i think u should know very well :)

Offline gauravbajaj

  • LST CareTaker
  • Experienced
  • *****
  • Posts: 658
CVS SERVER
« Reply #7 on: September 01, 2005, 02:10:50 PM »
Hi Dragoncity

Thxxx , but tell me ...how to check a single file means
Suppose i have created a file test.txt in /home/cvs....

After that i modified it........
Then how can i see that file- change?????????????

Gaurav

Offline dragoncity99

  • LST CareTaker
  • Experienced
  • *****
  • Posts: 551
CVS SERVER
« Reply #8 on: September 01, 2005, 02:57:19 PM »
Alright, if u have committed a file's code/data provided u have checked out (commited the change to CVS). Then u will be able to see it in Webmin :

Server --> CVS Server --> Browse Repository --> ]Ur project folder --> xxxx

xxx is the file that u have changed, click on it and view the diffs. (Here, u'll see the highlighted changes u made, according to dates).

Got it? It's very straightforward if u use the frontend tool.

So, do create an eclipse project, right now, take a baby step to do it. Dont jump to the text mode, u'll kill yerself. :P

Offline gauravbajaj

  • LST CareTaker
  • Experienced
  • *****
  • Posts: 658
CVS SERVER
« Reply #9 on: September 02, 2005, 06:05:19 AM »
Ok
Thxx , I will try

Offline gauravbajaj

  • LST CareTaker
  • Experienced
  • *****
  • Posts: 658
CVS SERVER
« Reply #10 on: September 05, 2005, 04:11:55 AM »
Hi Dragoncity.........
Thxx for the help..., I have configured CVS , through command line..........., but tell me the few things:

What is commit command in CVS?
What is add command in CVS?
& the what means of update command?

I have read the tutorials but didn't get it properly


Hope u help me out

Gaurav