Re: Checkout Error

2003-10-29 Thread Derek Robert Price
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Narendhran K wrote:

| Hi,
|
| When i try to checkout file logged in as a user i get the following
error .
|
| cvs checkout: failed to create lock directory for `/cvs/cvsroot/web'
(/cvs/cvsroot/web/#cvs.lock): Permission denied
|
| cvs checkout: failed to obtain dir lock in repository `/cvs/cvsroot/web'
|
| cvs [checkout aborted]: read lock failed - giving up
|
| could anyone clarify me .
|
| Regards
|
| Naren
|
Please don't send MIME & HTML encoded messages to the list!

   http://www.cvshome.org/docs/manual/cvs-1.12.2/cvs_18.html#IDX286

Derek
- --
~*8^)
Email: [EMAIL PROTECTED]

Get CVS support at !
- --
Predeterminism was doomed from the start.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)
Comment: Using GnuPG with Netscape - http://enigmail.mozdev.org
iD8DBQE/oBNsLD1OTBfyMaQRAroRAKDiL9tXKxBV5waRkzIHW95z4SxShQCggdqj
Z6v/HlIs8REEf5bhAudycWk=
=YrWl
-END PGP SIGNATURE-


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


Re: Commit Error and Checkout Error

2003-10-28 Thread david
> Hi,
>  
> I am able to login into Cvs as root as well as a user.
> when I  have logged in as a  root i face some difficulties when trying to 
commit a file after making changes to the file.It says root is not allowed 
to commit files.
>
Right; "root" is not allowed to commit files.  This is a design feature,
intended to increase the accountability of changes.  Since "root" is
often a shared account (it's a functional account rather than a personal
one), allowing it to check in would make it impossible to determine
who checked a change in.  (It isn't quite this simple; if CVS is able
to determine who "root" really is, CVS may allow the checkin.)
  
> when i am logging as a user i am unable to checkout the files. It says 
permission denied .
>
That would mean that your user account does not have the permissions
necessary.  Your account must have read permission on all files and
directories you are going to use, execute permission on all directories,
and normally write permission on all directories.  (It is possible to
get around this, for read-only access, by setting LockDir in 
CVSROOT/config.)
  
-- 
Now building a CVS reference site at http://www.thornleyware.com
[EMAIL PROTECTED]



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


Checkout Error

2003-10-28 Thread Narendhran K


Hi,
When i try to checkout file logged in as a user i get the following error .
cvs checkout: failed to create lock directory for `/cvs/cvsroot/web' (/cvs/cvsroot/web/#cvs.lock): Permission denied
cvs checkout: failed to obtain dir lock in repository `/cvs/cvsroot/web'
cvs [checkout aborted]: read lock failed - giving up
could anyone clarify me .
Regards
Naren
 
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs


Commit Error and Checkout Error

2003-10-28 Thread Narendhran K
Hi,
 
I am able to login into Cvs as root as well as a user.
when I  have logged in as a  root i face some difficulties when trying to commit a file after making changes to the file.It says root is not allowed to commit files.
 
when i am logging as a user i am unable to checkout the files. It says permission denied .
 
Could any one help me on this.
 
Regards
Naren
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs


Re: Checkout error

2002-10-31 Thread Larry Jones
Pat Young writes:
> 
>   [cvs] cvs checkout: in directory Projects:
>   [cvs] cvs checkout: cannot open CVS/Entries for
> reading: No such file or directory
>   [cvs] cvs checkout: cannot open CVS/Tag: No such
> file or directory
>   [cvs] cvs [checkout aborted]: cannot open
> CVS/Entries.Static: No such file or directory
>   [cvs] write stdout: Invalid argument
>   [cvs] Write failed flushing stdout buffer.

What release of CVS and what platform?

Usually that means that the directory you're trying to checkout into
(Projects) already exists.  Try deleting it and rerunning the command
with tracing turned on (the global -t option) -- if you still have
problems, post the exact command you used, the trace, and the definition
of Projects, if any, from your modules file.

-Larry Jones

OK, what's the NEXT amendment say?  I know it's in here someplace. -- Calvin


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



Checkout error

2002-10-31 Thread Pat Young
I am trying to checkout module Projects/xub to my
workstation.  When I try, I get the following error...

  [cvs] cvs checkout: in directory Projects:
  [cvs] cvs checkout: cannot open CVS/Entries for
reading: No such file or directory
  [cvs] cvs checkout: cannot open CVS/Tag: No such
file or directory
  [cvs] cvs [checkout aborted]: cannot open
CVS/Entries.Static: No such file or directory
  [cvs] write stdout: Invalid argument
  [cvs] Write failed flushing stdout buffer.

I believe I am getting the error, because I am
checking out a two level module.  After my job aborts,
I look in file manager and I see the directory
c:\checkout\Projects.  However, I don't see any CVS
directory.  Therefore, when CVS tries to checkout the
xub module underneath Projects, it fails.  Is this a
bug or am I doing something wrong?

Any help is greatly appreciated.
Thanks

__
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/


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



Re: Checkout Error

2002-10-10 Thread Larry Jones

Pat Young writes:
> 
>   [cvs] cvs checkout: in directory Projects:
>   [cvs] cvs checkout: cannot open CVS/Entries for
> reading: No such file or directory
>   [cvs] cvs checkout: cannot open CVS/Tag: No such
> file or directory
>   [cvs] cvs [checkout aborted]: cannot open
> CVS/Entries.Static: No such file or directory
>   [cvs] write stdout: Invalid argument
>   [cvs] Write failed flushing stdout buffer.

That looks like you're trying to checkout into an existing directory
(Projects).  Checkout really wants to create a new directory on
checkout.

-Larry Jones

Kicking dust is the only part of this game we really like. -- Calvin


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



Checkout Error

2002-10-10 Thread Pat Young

I am trying to checkout module Projects/xub to my
workstation.  When I try, I get the following error...

  [cvs] cvs checkout: in directory Projects:
  [cvs] cvs checkout: cannot open CVS/Entries for
reading: No such file or directory
  [cvs] cvs checkout: cannot open CVS/Tag: No such
file or directory
  [cvs] cvs [checkout aborted]: cannot open
CVS/Entries.Static: No such file or directory
  [cvs] write stdout: Invalid argument
  [cvs] Write failed flushing stdout buffer.

I believe I am getting the error, because I am
checking out a two level module.  After my job aborts,
I look in file manager and I see the directory
c:\checkout\Projects.  However, I don't see any CVS
directory.  Therefore, when CVS tries to checkout the
xub module underneath Projects, it fails.  Is this a
bug or am I doing something wrong?

Any help is greatly appreciated.
Thanks

__
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.yahoo.com


___
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,

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: Checkout error

2001-04-29 Thread Larry Jones

Laine Stump writes:
> 
> You know, as often as this gets asked (what is it, about 6 times a
> week? More?), maybe the error message printed should have something
> like this tacked onto the end:
> 
>Congratulations! You've encountering the #1 asked FAQ in CVS!
>Please read http://cvshome.org/docs/manual/cvs_21.html#SEC182
>to learn how to fix this problem.

As of 1.11.1, CVS no longer pays any attention to $HOME in server mode,
which I expect will greatly reduce the frequency of this question.

-Larry Jones

Talk about someone easy to exploit! -- Calvin

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



Re: Checkout error

2001-04-28 Thread Laine Stump

[EMAIL PROTECTED] (Larry Jones) writes:

> Robert Penland 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
> 
> If you need more explicit help, see the archives of this list.
> 

You know, as often as this gets asked (what is it, about 6 times a
week? More?), maybe the error message printed should have something
like this tacked onto the end:

   Congratulations! You've encountering the #1 asked FAQ in CVS!
   Please read http://cvshome.org/docs/manual/cvs_21.html#SEC182
   to learn how to fix this problem.


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



Re: Checkout error

2001-04-27 Thread Larry Jones

Robert Penland 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

If you need more explicit help, see the archives of this list.

-Larry Jones

Hello, local Navy recruitment office?  Yes, this is an emergency... -- Calvin

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



Checkout error

2001-04-27 Thread Robert Penland

We are setting up a new repository on a Unix machine and have set up a user
list that gives the appropriate developers read/write access to the CVSROOT
directory.  Logins for the users occur without a problem, but when any of
the users try to check out a module the following error is returned:

cvs server: cannot open /root/.cvsignore: Permission Denied
cvs [server aborted]: can't chdir(/root): Permission Denied

MIS doesn't want to give everyone write access to the root directory.  Is
there an Environment variable that will place the .cvsignore file in the
CVSROOT directory?

Thanks,
Rob

Robert Penland
Principal Member of Technical Staff, Professional.media
Tel: (650) 237 1715   Fax: (650) 237 1960
[EMAIL PROTECTED]
280 N. Bernardo Ave
Mountain View, CA 94043



___
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