Re: CVS checkout error message

2001-06-06 Thread Lamar Seifuddin

Joel,

never mind the comments I made in previous email

I was able to work past that by doing just what you suggested.

thanks alot for your help

sincerely,

Lamar




Joel Belog wrote:

> In your script, do you remove the local file before the checkout?  If not,
> remove the file or use update instead of checkout.
>
> *
> Joel Belog
> Manager of Information Technology
> Openpages, Inc.
> 978 392-0640 x176
>
> Get Help: <mailto:[EMAIL PROTECTED]>
>
> -Original Message-
> From: Lamar Seifuddin [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, June 06, 2001 12:19 PM
> To: [EMAIL PROTECTED]
> Subject: CVS checkout error message
>
> All,
>
> I apologize in advance if this is a no-brainer question.
>
> I created a script that does a build process, which includes
> checking out Gmakefiles, etc.
>
> I get the following error in the build log:
>
> cvs checkout: move away src/Gmakefile; it is in the way
> C src/Gmakefile
>
> when I do the checkout manually.I have no problem.
>
> what's up with the error message?   I've checked the CVS
> manual..I could not find anything.
>
> thanks,
>
> Lamar
>
> ___
> Info-cvs mailing list
> [EMAIL PROTECTED]
> http://mail.gnu.org/mailman/listinfo/info-cvs


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: CVS checkout error message

2001-06-06 Thread Lamar Seifuddin

Joel,

No, I don't remove the local file before the checkout.   But if I understand
it,
if I already have a checkout of a file, the return message should be

U  file.



Joel Belog wrote:

> In your script, do you remove the local file before the checkout?  If not,
> remove the file or use update instead of checkout.
>
> *
> Joel Belog
> Manager of Information Technology
> Openpages, Inc.
> 978 392-0640 x176
>
> Get Help: <mailto:[EMAIL PROTECTED]>
>
> -Original Message-
> From: Lamar Seifuddin [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, June 06, 2001 12:19 PM
> To: [EMAIL PROTECTED]
> Subject: CVS checkout error message
>
> All,
>
> I apologize in advance if this is a no-brainer question.
>
> I created a script that does a build process, which includes
> checking out Gmakefiles, etc.
>
> I get the following error in the build log:
>
> cvs checkout: move away src/Gmakefile; it is in the way
> C src/Gmakefile
>
> when I do the checkout manually.I have no problem.
>
> what's up with the error message?   I've checked the CVS
> manual..I could not find anything.
>
> thanks,
>
> Lamar
>
> ___
> Info-cvs mailing list
> [EMAIL PROTECTED]
> http://mail.gnu.org/mailman/listinfo/info-cvs


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



CVS checkout error message

2001-06-06 Thread Lamar Seifuddin

All,

I apologize in advance if this is a no-brainer question.

I created a script that does a build process, which includes
checking out Gmakefiles, etc.

I get the following error in the build log:

cvs checkout: move away src/Gmakefile; it is in the way
C src/Gmakefile


when I do the checkout manually.I have no problem.

what's up with the error message?   I've checked the CVS
manual..I could not find anything.

thanks,

Lamar


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: CVS checkout error

2001-05-03 Thread Larry Jones

Adam W. Montville writes:
> 
> cvs server: cannot open /root/.cvsignore: Permission denied
> cvs [server aborted]: can't chdir (/root): Permission denied

http://cvshome.org/docs/manual/cvs_21.html#SEC182

This is *the* most frequently asked question -- if you need more
detailed help than what's in the manual, see the archives of this list
or upgrade to CVS 1.11.1p1 from www.cvshome.org.

-Larry Jones

The real fun of living wisely is that you get to be smug about it. -- Hobbes

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



CVS checkout error

2001-05-03 Thread Adam W. Montville



Hi 
all...
 
I can't run "cvs 
checkout X" across my pserver connection for some reason.  I have a 
repository (/cvs/isaac) with a module "RoCK" that I was supposedly able to 
import via pserver.  My CVSROOT environment variable is set to 
":pserver:[EMAIL PROTECTED]:/cvs/isaac" and the command I am attempting to 
run (after logging in to the server) is:
 
cvs checkout 
RoCK
 
The following is the 
error that I receive:
 
cvs server: cannot 
open /root/.cvsignore: Permission denied
cvs [server 
aborted]: can't chdir (/root): Permission denied
 
This is obviously a 
permission issue, but it's confusing to me because I've followed "instructions" 
found in "Open Source Development with CVS" and in the Cederqvist only to get to 
this error.  I'll keep digging around, but appreciate any 
help.
 
If this information 
helps, the server is on RH7.0 and the client is running on 
Win2k.
 
Regards,
 
Adam
 smime.p7s


Re: Cvs checkout error!!

2001-05-02 Thread Larry Jones

mm rao writes:
> 
> I got the patches from
> http://www.maui.co.uk/downloads/cvs_propogate/
> for controlling permissions to different users.

Your problem seems to be caused by those patches, so I'm afraid we can't
help you.  My only suggestion is that you install an unpatched CVS and
get that working before you start trying to apply patches that you don't
seem to fully understand.  You may want to ask info-cvs for advice about
how to do what you want with standard CVS instead.

-Larry Jones

There's a connection here, I just know it. -- Calvin

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: Cvs checkout error!!

2001-05-02 Thread mm rao

Hi Larry,

I need your help here.

I got the patches from
http://www.maui.co.uk/downloads/cvs_propogate/
for controlling permissions to different users.

Now as I said before, the entries in inetd.conf file
are having the following effects.

with -L -P -f options it's giving following error:
Unrecognised auth reposnse from localhost. cvs options
are .


with -L -P options, there is no effect of patches.

with only -L option controlling access to only
individula directory level.

What are these P and f options. I guess those are
mentioned in the patch but I don't know what it meant
for. Unfortunately I couldn't catch author of this
patch as he is out of station. For your convienience 
I am pasting the patch below. Please let me know your
suggestions.

Thank you very mecu for your help,
Thanks,
MM,


*** cvs-1.11/src/ChangeLog.orig Wed Mar 21 09:55:00
2001
--- cvs-1.11/src/ChangeLog  Wed Mar 21 09:56:13 2001
***
*** 1,3 
--- 1,9 
+ 2001-03-21 Marty Lee <[EMAIL PROTECTED]>
+   
+   * updated perms.c so that if the files perms and
owner are not found
+   in the current directory, work back up the tree
until CVSROOT is hit,
+   at which point the error is generated.
+ 
  2000-09-19  Larry Jones  <[EMAIL PROTECTED]> 
  
* version.c: Version 1.11.
*** cvs-1.11/src/main.c.origThu Mar 22 15:51:45 2001
--- cvs-1.11/src/main.c Thu Mar 22 17:11:15 2001
***
*** 451,457 
  int help = 0; /* Has the user asked for help? 
This
   lets us support the `cvs -H cmd'
   convention to give help for cmd. */
! static const char short_options[] =
"+Qqrwtnlvb:T:e:d:LHfz:s:xa";
  static struct option long_options[] =
  {
  {"help", 0, NULL, 'H'},
--- 451,457 
  int help = 0; /* Has the user asked for help? 
This
   lets us support the `cvs -H cmd'
   convention to give help for cmd. */
! static const char short_options[] =
"+Qqrwtnlvb:T:e:d:LPHfz:s:xa";
  static struct option long_options[] =
  {
  {"help", 0, NULL, 'H'},
***
*** 627,632 
--- 627,635 
case 'L':
local_security = 1;
break;
+   case 'P':
+   propogate_security=1;
+   break;
case 'H':
help = 1;
break;
*** cvs-1.11/src/add.c.orig Thu Mar 22 15:51:57 2001
--- cvs-1.11/src/add.c  Thu Mar 22 17:11:06 2001
***
*** 774,781 
(void) umask (omask);
if (local_security)
{
!  change_owner(rcsdir, CVS_Username);
!  change_perms(rcsdir, "", NULL);
}
}
  
--- 774,783 
(void) umask (omask);
if (local_security)
{
!   if(!propogate_security) {
!  change_owner(rcsdir, CVS_Username);
!  change_perms(rcsdir, "", NULL);
!   }
}
}
  
*** cvs-1.11/src/perms.c.orig   Tue Mar 20 19:01:22 2001
--- cvs-1.11/src/perms.cThu Mar 22 17:10:55 2001
***
*** 14,19 
--- 14,20 
  #include 
  
  int local_security = 0;/* Only use
the built-in CVS security system */
+ int propogate_security=0;/* Use
propogated security model */
  
  int
  verify_admin ()
***
*** 101,116 
   + 1);
  
 strcpy (filename, dir);
!strcat (filename, "/owner");
  
!fp = CVS_FOPEN (filename, "r");
!if (fp == NULL)
 {
-   error (0, errno, "cannot open %s", filename);
-   retval = 0;
-}
-else
-{
if (getline (&linebuf, &linebuf_len, fp) >= 0)
{
 owner = strtok(linebuf, "\n");
--- 102,125 
   + 1);
  
 strcpy (filename, dir);
!do {
!   strcat (filename, "/owner");
  
!   fp = CVS_FOPEN (filename, "r");
!   if (fp == NULL)
!   {
!  strcpy(filename, (char*)dirname(filename));
!  strcpy(filename, (char*)dirname(filename));
!  if(strncmp(filename, CVSroot_directory,
strlen(filename)) == 0) {
!   error (0, errno, "cannot find owner file
in %s", dir);
!   retval = 0;
! break;
!  }
!   }
!} while((propogate_security == 1) && (fp == NULL)
&& (strlen(filename) > strlen(CVSroot_directory)));
! 
!if (fp != NULL)
 {
if (getline (&linebuf, &linebuf_len, fp) >= 0)
{
 owner = strtok(linebuf, "\n");
***
*** 169,184 
   + 1);
  
 strcpy (filename, dir);
!strcat (filename, "/perms");
  
!fp = CVS_FOPEN (filename, "r");
!if (fp == NULL)
 {
-   error (0, errno, "cannot open %s", filename);
-   retval = 1;
-}
-else
-{
while (getline (&linebuf,

Re: Cvs checkout error!!

2001-04-30 Thread Larry Jones

mm rao writes:
> 
> Terminated with fatal signal 11
> Core dumped; preserving /tmp/cvs-serv9187 on server.
> CVS locks may need cleaning up.
[...]
> this is with the Corey Mineyard & Marty patches for
> CVS permissions).

Where did you get those patches?  The problem is almost certainly bad
code of some sort.  If you have PreservePermissions enabled in your
CVSROOT/config file, that could explain the problem: that code is
notoriously buggy and should not be enabled.  It's also possible that
the patches you have installed are defective.

-Larry Jones

These pictures will remind us of more than we want to remember.
-- Calvin's Mom

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Cvs checkout error!!

2001-04-30 Thread mm rao

Hi,
I am getting following error when I try to checkout
with any of the users in the passwd file other than
admin.

Terminated with fatal signal 11
Core dumped; preserving /tmp/cvs-serv9187 on server.
CVS locks may need cleaning up.

Do you think I need to delete some entries in the /tmp
directory. Or shall I delete all the entries in the
/tmp directory ( it's not allowing to do so). Do you
have any solution for this. Please let me know? ( All
this is with the Corey Mineyard & Marty patches for
CVS permissions).

I am using -P option along with cvs command.

Thanks in advance,
--MM

__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



Re: cvs checkout error

2001-02-22 Thread Larry Jones

Dave Hunter writes:
> 
> Hi group, this is my first day with CVS. I installed and imported no 
> problem on HP-UX 10.2, but I'm having problems checking out the dir I 
> cehcked. I imported using root, and I'm trying to checkout as a 
> reuslar user. 
> 
> zquah00x-354 > cvs checkout
> cvs checkout: Sorry, you don't have sufficient access to /CVSROOT/CAT
> cvs [checkout aborted]: /CVSROOT/CAT/CVSROOT: No such file or directory
> zquah00x-355 >

You need to tell checkout *what* to checkout (i.e., a module or
directory name), and you need to do the checkout in a directory where
you have permission to create files and directories, *NOT* inside the
repository (which is what it looks like you tried to do).

-Larry Jones

I kind of resent the manufacturer's implicit assumption
that this would amuse me. -- Calvin

___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



cvs checkout error

2001-02-22 Thread Dave Hunter

Hi group, this is my first day with CVS. I installed and imported no 
problem on HP-UX 10.2, but I'm having problems checking out the dir I 
cehcked. I imported using root, and I'm trying to checkout as a 
reuslar user. 

zquah00x-354 > cvs checkout
cvs checkout: Sorry, you don't have sufficient access to /CVSROOT/CAT
cvs [checkout aborted]: /CVSROOT/CAT/CVSROOT: No such file or 
directory
zquah00x-355 >

Any advice is greatly appreciated !

dave



___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs