# Can I choose a banks when i commit?

**URL:** https://qa.fmod.com/t/can-i-choose-a-banks-when-i-commit/20565
**Category:** FMOD Studio
**Tags:** unity
**Created:** [August 19, 2023, 1:21pm UTC](https://qa.fmod.com/t/can-i-choose-a-banks-when-i-commit/20565 "2023-08-19T13:21:04Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![WonKim](https://avatars.discourse-cdn.com/v4/letter/w/ec9cab/32.png) [@WonKim](https://qa.fmod.com/u/WonKim)
#### Post date: [August 19, 2023, 1:21pm UTC](https://qa.fmod.com/t/can-i-choose-a-banks-when-i-commit/20565/1 "2023-08-19T13:21:04Z")

</div>

Hi. I’m working with team and we use unity and SVN tortoise. So, I have commited all data which has something changed, And always banks and master bank is in there.  
In that part, I was wondering, Can I choose a banks to commit whith master bank?

For example, In commit situation,

1. I’m going to commit banks and Master bank at unity client file whit svn.

2. The commit list is showing some banks and master bank that having changed data.  
(A bank, B Bank, Master Bank, Master strings bank)

3. I select ‘A.bank’ and ‘Master.bank’ and ‘Master.strings.bank’ to commit unity client folder.  
(‘B.bank’ was changed but i’m not commited ‘B.bank’. And Master.bank is commited)

is it ok? I think there will be conflict in the further builds. But my friend said It will be OK.  
I was understanding Master bank is containing all banks. So i have commited all banks and master banks. Which one is right? Is it OK???

---

<div class="post-metadata">

### Author: ![Connor\_FMOD](https://yyz2.discourse-cdn.com/flex036/user_avatar/qa.fmod.com/connor_fmod/32/3685_2.png) [@Connor\_FMOD](https://qa.fmod.com/u/Connor_FMOD)
#### Post date: [August 22, 2023, 4:06am UTC](https://qa.fmod.com/t/can-i-choose-a-banks-when-i-commit/20565/2 "2023-08-22T04:06:10Z")

</div>

Hi,

> [@WonKim](#):
>
> I was understanding Master bank is containing all banks.

The [FMOD Studio | Glossary - Master Bank](https://fmod.com/docs/2.02/studio/glossary.html#master-bank) doesn’t contain other banks, however, it does contain data related to the FMOD studio project. Compared to an [FMOD Studio | Glossary - Bank](https://fmod.com/docs/2.02/studio/glossary.html#bank) which only contains data relating to the events assigned to it.

> [@WonKim](#):
>
> Can I choose a banks to commit whith master bank?

Yes, there will be no issue if you ignore a bank when committing however, in the following examples:

> [@WonKim](#):
>
> I select ‘A.bank’ and ‘Master.bank’ and ‘Master.strings.bank’ to commit unity client folder.  
> (‘B.bank’ was changed but i’m not commited ‘B.bank’. And Master.bank is commited)

any events attached to `B.bank` that have been changed will not have those changes committed either. They will work but without the changes ignored in the bank.

Could you elaborate on why you are looking at ignoring banks when committing?
