# Revision management

realvirtual.io (Unity) projects can be controlled by a revision management system. A revision management system is providing several big advantages:

* You always know how has changed what in your project
* You can always step back to all versions of your project
* You can separate developments into different branches
* You can merge branches back into your main branch

A revision management is very usefull when you are working on big projects with a bigger team.

There are several revision management systems available which can work with Unity. For example you could work with [Subversion](https://subversion.apache.org) or [GIT](https://git-scm.com). Even if GIT is in very widely used in IT development, our experience is, that Plastic SCM is the best working revision management system.

Plastic SCM was acquired by Unity some time ago and is very well integrated into Unity. On our point of view it is much easier to use than GIT.

<figure><img src="/files/iKRS7lH6SHro0U6hM80K" alt=""><figcaption><p>Plastic SCM</p></figcaption></figure>

Please check the Plastic SCM Website for more information about plastic.

{% embed url="<https://www.plasticscm.com>" %}

{% embed url="<https://docs.unity3d.com/Manual/PlasticSCMPlugin.html>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.realvirtual.io/basics/revision-management.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
