This commit adds a getDefaultLabel() method to the EnvironmentRepository interface. SvnKitEnvironmentRepository returns 'trunk', while all other implementations return 'master'. ConfigServerMvcConfiguration and ConfigServerBootstrapConfiguration will utilize labels configured on the client and server before falling back to the repository's default label. Resolves #107