ym1198
ym11982y ago

`.wmill` needs to be committed in git or not ?

Do we have to commit .wmill folder in git repo or only the f/, u/, etc directories ?
6 Replies
rubenf
rubenf2y ago
.wmill is only useful in stateful syncs so no you don't HAVE to
ym1198
ym1198OP2y ago
Okay And files like this f/abc/folder.meta.yaml also ?
rubenf
rubenf2y ago
that's to sync the folders
ym1198
ym1198OP2y ago
Okay, so if an owner is there in one workspace and i want to sync the same folder to another workspace where that person is not there so will it give error or silently fail ?
rubenf
rubenf2y ago
neither when a user subscribe with same username in the workspace he will get the permissions
ym1198
ym1198OP2y ago
display_name: abc
extra_perms:
u/user1: true
u/user2: true
owners:
- u/user1
- u/user2
display_name: abc
extra_perms:
u/user1: true
u/user2: true
owners:
- u/user1
- u/user2
suppose this is the file, but in second prod workspace (where this is synced to), user2 does not exists at all user1 is senior developer, user2 is developer oh i understood, if server is same, user2 will become user of second workspace but if server is different, what will happen ?