mikefourie-zz / MSBuildExtensionPack

MIT License
366 stars 104 forks source link

Svn: ArgumentNullException: Parameter "metadataValue" cannot be null #31

Closed superstrom closed 8 years ago

superstrom commented 9 years ago

at Microsoft.Build.Shared.ErrorUtilities.VerifyThrowArgumentNull(...) at Microsoft.Build.Utilities.SetMetadata(String metadataName, String metadataValue) at MSBuild.ExtensionPack.Subversion.Svn.Set(ITaskItem taskItem, String metadataName, String metadataValue)

Error happens when setting CommitAuthor, when svn has anonymous commits (so entry.commit.author == null)