[Ilugc] Cvs Server

  • From: bhuvaneswaran@xxxxxxxxx (Bhuvaneswaran A)
  • Date: Tue Mar 1 13:23:13 2005

I am using two different CVS server. Both are using the same set of files.
If I do some modification in a file which is corresponded to one server
that Version control will be maintained in the corresponding server
database.
If I move that source files to another Server will the Version remains
same what I had in the first server.

!! Why are you using two different CVS server to maintain the same
code ? Please be clear about your setup. If you meant to say that you
have downloaded (checked out) the source code from cvs server to two
different machines (typical need), then here is the solution:

Here, it is assumed that you have made corrections in one machine (m1)
and you wish to synchronize it with the other (m2):

1) Identify your cvs repository details of your project
2) Login to cvs using your credentials
3) Once you have made the correction in m1, please commit it in cvs
repository (Command: cvs commit filename.c).
2) Then, you should update the correction in m2. (Command: cvs update
filename.c)

For details, please refer the following link:
http://www.gnu.org/software/cvs/manual/

Regards,
Bhuvaneswaran A

Other related posts: