# Manually sync with version control repository

**URL:** https://forum.rasa.com/t/manually-sync-with-version-control-repository/37174
**Category:** \[Deprecated\] Rasa X Community Edition
**Created:** [November 19, 2020, 11:26pm UTC](https://forum.rasa.com/t/manually-sync-with-version-control-repository/37174 "2020-11-19T23:26:40Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![danielgauci](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.rasa.com/danielgauci/32/8338_2.png) [@danielgauci](https://forum.rasa.com/u/danielgauci)
#### Post date: [November 19, 2020, 11:26pm UTC](https://forum.rasa.com/t/manually-sync-with-version-control-repository/37174/1 "2020-11-19T23:26:40Z")

</div>

While the integrated version control in Rasa X is great step forward in our workflow, I would like to suggest adding a manual button in the Rasa X dashboard to sync with the connected repository. From what I understood from the Rasa X logs, the repository is automatically synced in the background periodically. Unfortunately, this means that I cannot be sure that the data in the dashboard is up to date, and everytime I push a local change to the VCS, I end up refreshing several times before I can see the data in the dashboard with the latest changes. Training a relatively large dataset takes a very long time, so training with old data can be a massive waste of time.

Having a simple button to force syncing (as can be seen in the mockup below), along with a modal/snackbar confirming that the syncing was successful, or that the data was already up to date, would be a massive improvement along with the automatic background syncing.

 ![Screenshot 2020-11-20 at 00.15.30](https://europe1.discourse-cdn.com/flex013/uploads/rasa/original/2X/c/cd0e915fc03c8a437a2cb61716fa6a32dc9b5d5c.png)

---

<div class="post-metadata">

### Author: ![akelad](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.rasa.com/akelad/32/69_2.png) [@akelad](https://forum.rasa.com/u/akelad)
#### Post date: [November 20, 2020, 3:03pm UTC](https://forum.rasa.com/t/manually-sync-with-version-control-repository/37174/2 "2020-11-20T15:03:07Z")

</div>

Hi @danielgauci, could you please submit a feature request for this on our github repo? [GitHub - RasaHQ/rasa: 💬 Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants](https://github.com/RasaHQ/rasa)

---

<div class="post-metadata">

### Author: ![erohmensing](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.rasa.com/erohmensing/32/1789_2.png) [@erohmensing](https://forum.rasa.com/u/erohmensing)
#### Post date: [November 20, 2020, 3:07pm UTC](https://forum.rasa.com/t/manually-sync-with-version-control-repository/37174/3 "2020-11-20T15:07:46Z")

</div>

Agreed, would be a good feature request. In the meantime if you want to be sure, you can also use the API to force sync: [Rasa X Documentation](https://rasa.com/docs/rasa-x/pages/http-api#operation/checkoutBranch)

---

<div class="post-metadata">

### Author: ![danielgauci](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.rasa.com/danielgauci/32/8338_2.png) [@danielgauci](https://forum.rasa.com/u/danielgauci)
#### Post date: [November 21, 2020, 12:14am UTC](https://forum.rasa.com/t/manually-sync-with-version-control-repository/37174/4 "2020-11-21T00:14:45Z")

</div>

Thanks for the suggestion, just created the feature request created [here](https://github.com/RasaHQ/rasa/issues/7332).
