info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Change cvs access mode


From: Mark D. Baushke
Subject: Re: Change cvs access mode
Date: Wed, 19 Apr 2006 00:52:02 -0700

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

address@hidden writes:

> I have one file which is always in access mode r-r-r when I check it out
> from the CVS server. This does not happen to other files. I am not sure
> why this particular file has this access mode. I've changed it to 777 and
> checked it in to the CVS repository, 

Do not do that.

> it still came with -r-r-r when I checked it out.

Right.

> How can I resolve this issue to change this file access mode in 777 in
> CVS repository?

I suspect someone has added a 'cvs watch' of some kind for the file OR
someone has done a 'cvs edit' for the file.

One of these commands should tell you who is messing with you:

  cvs watchers filename

  cvs editors filename

The way to change the mode of the file if watchers or editors are in
place is to use a

  cvs edit filename

which may try to break the advisory lock for that revision.

Telling the user to do a 'cvs unedit filename' or 
'cvs watch -a remove filename' should revert to the
behavior you expect.

        Good luck,
        -- Mark


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (FreeBSD)

iD8DBQFERewiCg7APGsDnFERAiXUAKCkEKIUso2Quba8jQzERBu7uFXddACgwzY0
wHQr/VjjmKUlilI/j2ksWEc=
=PHDp
-----END PGP SIGNATURE-----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]