/// <summary>
 /// Sets the whole value of the SVN ignore property.
 /// </summary>
 public static void SetSvnIgnoreValue(this SvnCommand svnCommand, AbsolutePath path, string value)
 {
     SvnCommandServicesProvider.SetPropertyValue(svnCommand.SvnExecutableFilePath, path, SvnCommand.SvnIgnorePropertyName, value, svnCommand.Logger);
 }