A
A
AlexandrPo2012-11-15 14:02:57
git
AlexandrPo, 2012-11-15 14:02:57

Protection of a startup project during development

The people are going to write a thesis (well, at the same time help my startup)

Can anyone advise something to read on:

- organizational protection (such as restriction of rights in github, etc.)

- legal protection (an agreement with freelancers, so that later they do not demand money for their authorship and related rights)

Interested in the development of the source code.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
V
vsespb, 2012-11-15
@vsespb

SVN is by design easier to demarcate permissions than Git.

A
ajaxtelamonid, 2012-11-18
@ajaxtelamonid

Restriction of user rights in git - www.zagirov.name/restriction-access-users-in-git . Not exactly what you need, but it might come in handy.

S
Sergey, 2012-11-15
Protko @Fesor

Regarding the division of responsibilities.
Divide responsibilities within the same repository, as far as my memory serves me, it is impossible. The problem can be solved by creating a separate repository for each component and placing them in the main one as sub-modules. In this case, you have full control over developers' access to specific components. In SVN, you can set up access to individual components within the same repository, but this is still SVN and there are many nuances here.

L
LuciferOverLondon, 2012-11-25
@LuciferOverLondon

In the git, this is done with commit hooks. With your script, you check who is committing and whether he is allowed to commit these files. The script itself, if it is in the project, must also be protected by a hook.
Whether there are hooks in the github - I don’t know.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question