Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I share a git public repository and use it in a CVS way?

CVS git public Repository share
0
Posted

How do I share a git public repository and use it in a CVS way?

0

You can use git –bare init –shared=group (or git –bare init –shared=all for unprivileged gitweb) to initialize a shared repository. All users belonging to your group now have permissions to push their changes to the repository. It’s O.K. that refs aren’t group writable, it’s enough that the directory is. • See Git’s cvs-migration doc, “Emulating the CVS Development Model” section for details.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123