Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Other Discussions
  3. IT & Infrastructure
  4. CVS on Windows

CVS on Windows

Scheduled Pinned Locked Moved IT & Infrastructure
csharpdatabasevisual-studiosysadminwindows-admin
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    Derek Lakin
    wrote on last edited by
    #1

    I'm trying to set up source control for an open source project[^] and after much struggling have managed to get CVS working, however, it only works for my initial account. What I would like is to myself as the administrator (this bit works), a repository read-only user for anyone to get read access to the source and then a series of read-write users for people contributing to the project. I am running CVSNT on a Windows Server and have a Windows account with full access to relevant area of the file system. I also have two other Windows accounts, one with read-only access to the repository and one with read-write. I have used cvs passwd -r -a to create several users and added the guest user I created to the file 'readers' in CVSROOT to make it a read-only user, but this does not work. Any users that I create become read-write users. Does anyone know what I need to do to set up access to the repository?


    Derek Lakin

    Code Store

    Providing instant integrated access to an online repository of .NET components from Visual Studio.NET and #Develop.

    digital thoughts

    Z 1 Reply Last reply
    0
    • D Derek Lakin

      I'm trying to set up source control for an open source project[^] and after much struggling have managed to get CVS working, however, it only works for my initial account. What I would like is to myself as the administrator (this bit works), a repository read-only user for anyone to get read access to the source and then a series of read-write users for people contributing to the project. I am running CVSNT on a Windows Server and have a Windows account with full access to relevant area of the file system. I also have two other Windows accounts, one with read-only access to the repository and one with read-write. I have used cvs passwd -r -a to create several users and added the guest user I created to the file 'readers' in CVSROOT to make it a read-only user, but this does not work. Any users that I create become read-write users. Does anyone know what I need to do to set up access to the repository?


      Derek Lakin

      Code Store

      Providing instant integrated access to an online repository of .NET components from Visual Studio.NET and #Develop.

      digital thoughts

      Z Offline
      Z Offline
      ZoogieZork
      wrote on last edited by
      #2

      Sounds like you're trying to set up anonymous read-only access, via pserver? Probably the easiest way to go would be to create a new user (a real user account on your box, not just a CVS user) or a group, then change the permissions on the CVS repository to disallow write access for that user/group. Then, you can add a user called "anonymous" that has a blank password, and is mapped to the restricted user via the -u parameter to cvs passwd. I haven't set up an anonymous pserver in ages, so I'm probably missing a minor detail. - Mike

      D 1 Reply Last reply
      0
      • Z ZoogieZork

        Sounds like you're trying to set up anonymous read-only access, via pserver? Probably the easiest way to go would be to create a new user (a real user account on your box, not just a CVS user) or a group, then change the permissions on the CVS repository to disallow write access for that user/group. Then, you can add a user called "anonymous" that has a blank password, and is mapped to the restricted user via the -u parameter to cvs passwd. I haven't set up an anonymous pserver in ages, so I'm probably missing a minor detail. - Mike

        D Offline
        D Offline
        Derek Lakin
        wrote on last edited by
        #3

        There is no -u parameter for the cvs passwd command :confused: I'd be grateful if you could refresh your memory on anonymous pserver access and le me know how do it :-D


        Derek Lakin

        Code Store

        Providing instant integrated access to an online repository of .NET components from Visual Studio.NET and #Develop.

        digital thoughts

        Personal musings on life, the universe and everything as well as commentary on my software & digital graphics life.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups