Re: tagging problem

2005-06-29 Thread Larry Jones
[EMAIL PROTECTED] writes: > > This message is in MIME format. Since your mail reader does not understand > this format, some or all of this message may not be legible. Please do not send MIME and/or HTML encrypted messages to the list. Plain text only, PLEASE! > When I tag a remote repository al

Re: out of memory

2005-06-29 Thread Rahul
One thing you could try is to recompile CVS without HAVE_MMAP flag. On a 32 bit system memory mapped files will hit the 2GB limit. By default CVS uses mmap'd files for faster performance. That said CVS could avoid loading entire file in memory and work off segements when doing common operation. Ho

Re: out of memory

2005-06-29 Thread mail4newsgroups
Armel Asselin wrote: > > So I guess my questions are: > > > > 1. Assuming that we need more memory, why not all of the swap is used? > > I am not trying to say that there's something wrong with 'cvs', rather > > just trying to understand the problem. > On a 32 bits OS, you rarely can allocate more

RE: Setting access control restrictions on folders

2005-06-29 Thread Raghukumar.c
Adrian, CVSUMASK did work but not umask. Thats more than enough & Thanks a lot for that. :) Thanks again, Raghu -Original Message- From: Adrian Ho [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 29, 2005 12:37 PM To: 'info-cvs@gnu.org' Subject: Re: Setting access control restrictions o

Re: merging only directory

2005-06-29 Thread Todd Denniston
ichai wrote: > > Hello, > I have a little problem when configuring CVS. > when I checkout a module, I get just the directory tree but not any file > in it. > what I have misconfigured. > thanks for your help > > Ichai Assumption 1) there are ',v' files in your repository directory structure, i.e.

tagging problem

2005-06-29 Thread akumar
Title: tagging problem Hi, When I tag a remote repository all files except in a particular folder are tagged. What could be the cuase of the problem? Any help would be highly appreciated. Thanks in advance. Arvind ___ Info-cvs mailing list Info-

merging only directory

2005-06-29 Thread ichai
Hello, I have a little problem when configuring CVS. when I checkout a module, I get just the directory tree but not any file in it. what I have misconfigured. thanks for your help Ichai ___ Info-cvs mailing list Info-cvs@gnu.org http://lists.gnu.org/

Re: out of memory

2005-06-29 Thread Armel Asselin
> So I guess my questions are: > > 1. Assuming that we need more memory, why not all of the swap is used? > I am not trying to say that there's something wrong with 'cvs', rather > just trying to understand the problem. On a 32 bits OS, you rarely can allocate more than 2GB per process for structu

Re: Setting access control restrictions on folders

2005-06-29 Thread Adrian Ho
On Tue, Jun 28, 2005 at 05:10:22AM -0700, Raghukumar.c wrote: > I am trying to restrict access to the modules inside the repository using > the group/other mode permissions.The CVS Server is on a Linux machine and > the client is TortoiseCVS/WinCVS. We have a pserver authentication set up. > All th