Hello!
Quoting r. Grant Grundler ([EMAIL PROTECTED]) "Re: patches from subversion":
> SVN appears to be missing is the "-p" support - it generates
> universal diffs by default. But complains about "-up" params.

This is an understatement:

      /* We don't currently support any options (well, other than -u, since we
         default to unified diff output anyway), so if we received anything
         other than that it's an error. */
      if (diff_cmd_baton->options)
        {
          for (i = 0; i < diff_cmd_baton->options->nelts; ++i)
            {
              const char *arg
                = ((const char **)(diff_cmd_baton->options->elts))[i];

              if (strcmp(arg, "-u") == 0)
                continue;
              else
                return svn_error_createf(SVN_ERR_INVALID_DIFF_OPTION, NULL,
                                         _("'%s' is not supported"), arg);
            }
        }

_______________________________________________
openib-general mailing list
[email protected]
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to