RE: CVS WINDOWS

2002-09-05 Thread Anders Truelsen
Where is your repository? If it is on a server (which it should be) the CVSROOT should look like this: [:protocol:[user@]host:]/path/to/repository For example: :pserver:at@LinuxBox:/cvs/repo - on a unix server :sspi:WinBox:/cvs/repo - on a Windows

Re: Ignoring everything *but* a list of flies

2002-09-05 Thread Mike Ayers
Nuno Nunes wrote: I was wondering what is the best way to do something that I cannot find documentation for (maybe I haven't looked deep enough?). I want to have cvs keep track of some files in a directory where I will have a lot of other files appear. The problem is that of course I only

Re: Permssion Denied Error on Win98

2002-09-05 Thread Larry Jones
Kane, David writes: U core/raw/data/GO.zip U core/raw/data/LL.zip cvs [update aborted]: writing core/raw/data/OMIM.zip: Permission denied Is your working directory on some kind of network filesystem like NFS or Samba? Screwy permission are almost always the result of bugs or

Re: Ignoring everything *but* a list of flies

2002-09-05 Thread Nuno Nunes
Hi Mike, On Thu, Sep 05, 2002 at 12:58:23AM -0700, Mike Ayers wrote: Nuno Nunes wrote: I was wondering what is the best way to do something that I cannot find documentation for (maybe I haven't looked deep enough?). I want to have cvs keep track of some files in a directory where I will

New import'ed modules don't show in cvs checout -c list

2002-09-05 Thread Stan Berka
I have created a new project with 'import' command. I can checkout the project but it doesn't show up if I do cvs co -c. Isn't the module file in the repository updated by the import command? Stan Berka Stan Berka Programmer Annalyst Portland, OR Pope Talbot

Re: New import'ed modules don't show in cvs checout -c list

2002-09-05 Thread Larry Jones
Stan Berka writes: Isn't the module file in the repository updated by the import command? No. -Larry Jones Everybody's a slave to routine. -- Calvin ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

More locking, sort of

2002-09-05 Thread cvs
Hi wizards. I have what I believe to be a different variant of the perpetual question about locking. I have a situation where, due to persistent problems with some hackers modifying some parts of a code base without understanding it first, we end up with broken code much more frequently than is

Re: More locking, sort of

2002-09-05 Thread Noel Yap
This is more a permissioning problem than a locking problem. One way to solve it, as you said, is to use chmod/setfacl although I would agree that this is the wrong tool since, in order to perform those operations, noe would need to own the file and since archive files are owned by the last

More locking, sort of

2002-09-05 Thread cvs
From: Noel Yap [EMAIL PROTECTED] Date: Thu, 5 Sep 2002 10:24:29 -0700 (PDT) This is more a permissioning problem than a locking problem. Right. One way to solve it, as you said, is to use chmod/setfacl although I would agree that this is the wrong tool

Re: More locking, sort of

2002-09-05 Thread Kaz Kylheku
On Thu, 5 Sep 2002 [EMAIL PROTECTED] wrote: Date: Thu, 5 Sep 2002 13:10:51 -0400 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [info-cvs] More locking, sort of Hi wizards. I have what I believe to be a different variant of the perpetual question about locking. I have a

RE: Permssion Denied Error on Win98

2002-09-05 Thread Kane, David
Folks, There are no network services on the Win98 machine with the working directory. We don't have NFS or Samba on the server either. Any other suggestions? Has anyone seen a Permission denied as a result of a different kind of failure condition? Dave -Original Message- From:

Re: More locking, sort of

2002-09-05 Thread david
On Thu, 5 Sep 2002 [EMAIL PROTECTED] wrote: Date: Thu, 5 Sep 2002 13:10:51 -0400 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [info-cvs] More locking, sort of Obviously, there are political problems at work here; it's not feasible to beg, borrow, steal, buy, or evolve,

More locking, sort of

2002-09-05 Thread cvs
From: [EMAIL PROTECTED] Date: Thu, 5 Sep 2002 13:03:59 -0500 (CDT) [...] Set up a Unix group which has write access to the repository. Ensure that everything in the repository is read-only to everyone else, and ensure that the directories all have the setuid bit

Re: CVS server process still running long after command is executed

2002-09-05 Thread Jeeva Sarma
Hi How do I log the output from cvs?My server is FreeBSD. I am not very familiar with system administration. cvs is not running as a daemon.I don't understand how the remote client accesses cvs. Is it thro' rshd, which is a daemon? So to trace cvs process,should I trace the inetd daemon which

Re: More locking, sort of

2002-09-05 Thread Greg A. Woods
[ On Thursday, September 5, 2002 at 13:10:51 (-0400), [EMAIL PROTECTED] wrote: ] Subject: More locking, sort of Hi wizards. I have what I believe to be a different variant of the perpetual question about locking. I have a situation where, due to persistent problems with some hackers

problems accessing repository: no such repository

2002-09-05 Thread Gabe Pinar
Hi all, I'm new so please bear with me. I installed cvs-1.11.2 from ftp://ftp.cvshome.org/pub/ on a Redhat 7.2 server. I installed from tar using all the defaults. I added entries in /etc/services and made the correct entry for /etc/init.d/cvs. Connections to port 2401 are working as

Re: problems accessing repository: no such repository

2002-09-05 Thread Jamie Wellnitz
On Thu, Sep 05, 2002 at 03:44:20PM -0700, Gabe Pinar wrote: Hi all, I'm new so please bear with me. I installed cvs-1.11.2 from ftp://ftp.cvshome.org/pub/ on a Redhat 7.2 server. I installed from tar using all the defaults. I added entries in /etc/services and made the correct entry

Re: problems accessing repository: no such repository

2002-09-05 Thread Adam Bregenzer
First of all, where do you want your repository located? the 'init' command will create the CVSROOT folder for you. *If* you have not been able to import anythign into cvs I recommend doing this: rm -rf /home/cvs# WARNING this will erase any existing modules mkdir /home/cvs cvs -d

Re: Client hands with '-z' option

2002-09-05 Thread William Brower
Eric Siegerman wrote: On Sat, Aug 31, 2002 at 10:19:01AM +1200, William Brower wrote: I was attempting to measure the effect of compression with time cvs -z3 co project but this command did not return - it hung after extracting all the files. [...] Client$ cvs --version Concurrent Versions

newbie trying to grok cvs

2002-09-05 Thread Ray Tayek
hi, i am used to rcs. trying to grok cvs. attempting to put my java source tree (com.tayek.packageand org.foo.package ...) into cvs on my unix box. i do not need to preserve the rcs history for most of my files, so i can address that problem later in a piecemeal fashion (replacing the

moving tags

2002-09-05 Thread Matthew Herrmann
hi all, more a question -- when i do cvs rtag -rEXISTING TAG project and the tag TAG exists, i get a warning message for only 2 of the files in the module, which were recently added. if it just gave a warning for 1 file, that would suggest that it failed on the first and gave up, which is fine.

Locking tags

2002-09-05 Thread srijit lahiri
Hi, How could I lock / freeze a partular tag-name (branch-tag or label-tag) to prevent any distortion to a baseline created in Cvs ? Regards Srijit. __ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com

Re: moving tags

2002-09-05 Thread Larry Jones
Matthew Herrmann writes: more a question -- when i do cvs rtag -rEXISTING TAG project and the tag TAG exists, i get a warning message for only 2 of the files in the module, which were recently added. if it just gave a warning for 1 file, that would suggest that it failed on the first and

Re: problems accessing repository: no such repository

2002-09-05 Thread Larry Jones
Gabe Pinar writes: I added entries in /etc/services and made the correct entry for /etc/init.d/cvs. Connections to port 2401 are working as advertised. It might help to know exactly what you put in /etc/init.d/cvs. You also might want to check that you put it in the right place -- xinetd