Are .svn directories included in Resources builds?

I’ve noticed our builds are getting surprisingly large recently.

Looking at a build’s data directory shows that resources.assets is pretty huge, as is sharedassets0.assets.

In our Resources directory, there are large .svn folders that hold versions of movie files.

Are these being included in the build? Based on file sizes alone it seems like they are.

Is this correct? Is there a way of stopping this from happening?

Everything in Resources is included in the build, because that is the purpose of the Resources folders. You’d have to check out your svn files in such a way that the .svn folders are not in a Resources folder. With Tortoise I only see .svn folders in the root folder that has been checked out, you might try that.