Draco.NET 1.6.0.0: Bug Report
<build><vault><folderpath> does not support a path with spaces
When vault.exe is run, Draco should put the %folderpath% (repositorypath) in the command line between quotation marks if there is a space is in the path.
I also attempted to specify the following configuration: <folderpath>"$/My Path"</folderpath>
But ran into a Draco exception:
VaultException: Invalid repository path: "$/My Path"
at Draco.Core.Scc.VaultRepository.ValidateRepositoryPath(String s)
at Draco.Core.Scc.VaultRepository..ctor(ProcessRunner processRunner, String url, String user, String password, String repository, String folderPath)
at Draco.Core.Scc.RepositoryFactory.CreateRepository(ProcessRunner processRunner, DracoBuild build)
at Draco.Core.Runtime.BuildRunner.GetModifications(DateTime earliestModificationTime)
at Draco.Core.Runtime.BuildRunner.CheckForChanges(BuildType buildType, Boolean& changesSinceLastBuild)
at Draco.Core.Runtime.BuildRunner.Start(BuildType buildType)
Thank you.