info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: new cvs server issue


From: Vijay Kumar
Subject: Re: new cvs server issue
Date: 04 Nov 2003 15:14:02 +0530

Hi,

Yes I have root access to the actual cvs server - both old and new. 
I am using WinCVS as teh client and the server is a Linux box with CVS
as another services configuired in xinetd.d directory 
This is as follows : 

cvspserver file
service cvspserver
{
disable = no 
Port = 2401 
socket_type = stream
protocol = tcp 
wait = no 
user = root 
passenv = 
server = /usr/bin/cvs
server_args = -allow-root=/cvs -f pserver
env = HOME=/cvs
log = /var/log/cvslog
} 

Kindly let me know what changes would I have to make. 

Regards,
Vijay Kumar. 


> On Tue, 2003-11-04 at 13:24, Gagneet Singh wrote:
> > Hi!
> > 
> > |I have the code from an existing cvs server. And I have
> > |configured another cvs server. 
> > 
> > By the above I understand that the code you have got is a checked out
> > copy of the server source, or do you have the actual repository as it
> > exists on the server?
> > 
> > |How can I import the code into the new server such that after
> > |the import the code has the same release and revision tags ? 
> > 
> > >From the above, I got that you have the checked out copy with you. What
> > you require is the CVS repository copy with the files named as
> > "file_name1.c,v". These are the files containing the actual code with
> > the release and revision tags. Not the ones which you checkout from the
> > server. Those are ordinary files which are used for building the
> > application and not for use in CVS.
> > 
> > Am I right in the conclusion given above. If not then, there seems to be
> > something else wrong. Please send the complete details of your server
> > and client which you are using. Also, see if you can get the repository
> > copy and copy it to the new server as it was defined in the older one.
> > You can use another folder, but you will have to configure the
> > /etc/xinetd.d/cvspserver file for this change also.
> > 
> > Hope this helps,
> > 
> > Gagneet
> > 
> > 
> > |-----Original Message-----
> > |From: Vijay Kumar [mailto:address@hidden
> > |Sent: Tuesday, 04 November, 2003 12:45 PM
> > |To: address@hidden
> > |Subject: new cvs server issue
> > |
> > |
> > |Hi,
> > |
> > |I have the code from an existing cvs server. And I have
> > |configured another cvs server. 
> > |Currently when I checkout code from the existing server and 
> > |import it into the new server, there are no release tags etc ..
> > |
> > |How can I import the code into the new server such that after
> > |the import the code has the same release and revision tags ? 
> > |
> > |Please help.
> > |
> > |Regards,
> > |Vijay Kumar.
> > |
> > |
> > |
> > |
> > |
> > |
> > |
> Vijay Kumar.
> 
> Triniti Advanced Software Labs. 
> Ph  : 040 - 2789 3938, 2789 3939.
> Fax : 040 - 2789 3937.
> http://www.triniti.com
Vijay Kumar.

Triniti Advanced Software Labs. 
Ph  : 040 - 2789 3938, 2789 3939.
Fax : 040 - 2789 3937.
http://www.triniti.com





reply via email to

[Prev in Thread] Current Thread [Next in Thread]