HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: CVS and group permissions
Operating System - HP-UX
1832566
Members
6021
Online
110043
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2007 03:01 AM
01-03-2007 03:01 AM
CVS and group permissions
Hello, on our DEV box ( k360 hp-ux 11.0) we are using (CVS) 1.11.22.We have several developers belonging to different groups yet working on the same projects.The problem is , when one of them opens and saves a project they block the other developers from re-opening that project.
Is there a simple solution to this.
Thanks
Is there a simple solution to this.
Thanks
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2007 04:23 AM
01-03-2007 04:23 AM
Re: CVS and group permissions
you need to set the set-group-ID-on-execution bit on the repository directories (see chmod(1)) so that newly-created files and directories get the group-ID of the parent directory rather than that of the current process.)
Chris
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2007 04:33 AM
01-03-2007 04:33 AM
Re: CVS and group permissions
If you mean they are permanently changing the file ownerships, try setting the setgroupid on the directory using chmod 02xxx, xxx being your 'regular' permissions (for example 'chmod 02755 /cvsroot/stuff').
If you mean other developers can't open the project while someone is actually running a cvs command, that's normal. As far as I know, when someone is performing an update (saving a project), other developers cannot read or write while that is happening. An error like 'waiting for john's lock in /cvsroot/stuff' should get logged somewhere, and cvs should retry automatically in 30 secs or something.
hope that helps,
cheers
If you mean other developers can't open the project while someone is actually running a cvs command, that's normal. As far as I know, when someone is performing an update (saving a project), other developers cannot read or write while that is happening. An error like 'waiting for john's lock in /cvsroot/stuff' should get logged somewhere, and cvs should retry automatically in 30 secs or something.
hope that helps,
cheers
an engineer's aim in a discussion is not to persuade, but to clarify.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP