cvs and ssh

2005-02-16 Thread Serbulent UNSAL
Hello I am trying to install cvs with ssh. Here is what have i done. I am using debian sarge and cvs has alredy been installed. I create a directory as /var/cvsroot I create a cvs group and user with; # groupadd cvs # useradd -g cvs -m -d /var/cvsroot -s /bin/bash -c CVS cvs commands.

Cygwin CVS Login Error - setuid failed: Permission denied

2005-02-16 Thread Pingkui_Hou
hi, everyone, I am a newbie to the CVS. I encountered an error whiling installing and configuring the CVS under Cygwin. My OS is windows 2003 Server and Logon with my Domain Account: hfrank. I downloaded and installed ALL components being accessible from Cygwin Mirror site. So, I think my Cygwin

jar files in cvs repository

2005-02-16 Thread Rajeev R
Hi , We have a cvs repository that contains jar files. When I imported the jar files, I could not get the jar files as such. All the jar files had no content ,when I checked them out from the cvs repository and of 1 KB size . Pictures and .java files are coming perfectly ,but jar files are not

RE: jar files in cvs repository

2005-02-16 Thread Jesper Vad Kristensen
Raajev, We have a cvs repository that contains jar files. When I imported the jar files, I could not get the jar files as such. All the jar files had no content ,when I checked them out from the cvs repository and of 1 KB size . Pictures and .java files are coming perfectly ,but jar files are

Re: Undo check out

2005-02-16 Thread David A. Bartmess
As Paul said, you don't have to undo the checkout. If you checked out a wrong module, remove that directory, and try again. The repository won't have anything locked unless (again, as Paul said) you used the cvs admin command to lock the files... On Wednesday 16 February 2005 12:35 am, Paul

problem setting cvs pserver

2005-02-16 Thread alex
Hi all, I am using fedora core 3, Concurrent Versions System (CVS) 1.11.17 (client/server) xinetd Version 2.3.13 libwrap loadavg and I am trying to set up a CVS pserver on my machine ( without any security in mind at the moment): my cvspserver file:

Re: problem setting cvs pserver

2005-02-16 Thread Rahul
The line in cvspserver service definition: server_args = -f --allow-root=/usr/local/cvsroot server should be server_args = -f --allow-root=/usr/local/cvsroot pserver You need pserver not server Regards, Rahul Bhargava CTO, WANdisco http://www.wandisco.com/cvs

Re: Info-cvs Digest, Vol 27, Issue 40

2005-02-16 Thread Rajeev R
Hi, Could any one pls tell me how we can use cvs repository for keeping the jar files and to download the jar files as necessary ,in our project? Thanks Regards, Rajeev. On Wed, 16 Feb 2005 08:56:45 -0800 (PST), [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Send Info-cvs mailing list

Re: Info-cvs Digest, Vol 27, Issue 40

2005-02-16 Thread Rajeev R
Hi all, I am using eclipse cvs repository view for downloading the cvs repository jar files. Could any one pls tell me how the jar files can be downloaded after importing them to the cvs repository. Thanks Regards, Rajeev.R On Wed, 16 Feb 2005 08:56:45 -0800 (PST), [EMAIL PROTECTED] [EMAIL

Re: Info-cvs Digest, Vol 27, Issue 40

2005-02-16 Thread David A. Bartmess
When you added the files, did you specify -kb for the add command for the binary jar files? If not, you'll have to change the status of the files using the cvs admin command as follows: cvs admin -kb myJarFile.jar cvs update -A myJarFile.jar here, you need to copy the original jar file back

Re: problem setting cvs pserver

2005-02-16 Thread alex
server_args = -f --allow-root=/usr/local/cvsroot server should be server_args = -f --allow-root=/usr/local/cvsroot pserver You need pserver not server I made a typo. server_args is: server_args = -f --allow-root=/usr/local/cvsroot pserver the result is the same. telnet localhost 2401

Re: Info-cvs Digest, Vol 27, Issue 40

2005-02-16 Thread Fabian Cenedese
Hi all, I am using eclipse cvs repository view for downloading the cvs repository jar files. Could any one pls tell me how the jar files can be downloaded after importing them to the cvs repository. You need to make sure they are of type binary, either when importing or later with the admin