Computer Science, asked by JoelCW5578, 10 months ago

Subversion (SVN) is a distributed version control system.

Answers

Answered by anushkadeepti
6

SVN is a centralized version control system. A centralized version control system means that the version history is stored in a central server. When a developer wants to make changes to certain files, they pull files from that central repository to their own computer.

Answered by ankurbadani84
2

Answer:

FALSE

Explanation:

Subversion (SVN) is a distributed version control system. - FALSE

Subversion SVN represents centralized version control system . In a centralized system, all data files and changes in data are stored on a central location on server. All developers needs to access the central server and check in/check out the code. Developers commit their changes directly to that central server repository.

Similar questions