P
P
prometian2018-06-15 09:22:51
Project management
prometian, 2018-06-15 09:22:51

What is the SVN strategy for a small team?

At the moment, we are just sorting through various options for working, but assembling a trunk has become hell several times. There is a suspicion that the approach itself is crooked initially.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vapaamies, 2018-06-16
@vapaamies

Land assembly on pre-commit-hook? Will be executed every time on the server, without a successful build, the commit will be rejected. Although it will be slow, I suspect. The whole point of SVN is lost.
Agree with the concept of small atomic commits from pi314 's comment . But for this, you need to untie the assembly from the commit, which is possible only in a distributed VCS. I use SVN myself, I find Git overcomplicated and heavy. I'm looking in the direction of Fossil, I haven't tried it yet.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question