[opensuse-buildservice] how to osc diff?
Hi, I 've never understood what osc diff actually does or how to diff package revisions correctly. Example: osc clone devel:languages:misc/clisp cd devel:languages:misc/clisp Both osc diff -r35:36 and osc diff -r34:35 do not show something useful, but osc diff -r34:36 shows a large diff. I'm asking from VCS user's view. How can I simply diff between (expanded) revisions. BTW webdiff is broken too. It shows an incomplete diff of the specfile https://build.opensuse.org/package/rdiff?linkrev=base&package=clisp&project=devel%3Alanguages%3Amisc&rev=36 cu, Rudi -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Mittwoch, 3. April 2013, 19:11:52 wrote Ruediger Meier:
Hi,
I 've never understood what osc diff actually does or how to diff package revisions correctly.
Example: osc clone devel:languages:misc/clisp cd devel:languages:misc/clisp
Both osc diff -r35:36 and osc diff -r34:35 do not show something useful, but
osc diff -r34:36 shows a large diff.
I'm asking from VCS user's view. How can I simply diff between (expanded) revisions.
osc diffs in expand mode by default. In your case, you have merge conflicts for this revisions. So it falls back to unexpanded diff. However, I see no discrepance, 35:36 shows the same diff as 34:36. Just 34:35 is only a meta change after request accepted
BTW webdiff is broken too. It shows an incomplete diff of the specfile https://build.opensuse.org/package/rdiff?linkrev=base&package=clisp&project=devel%3Alanguages%3Amisc&rev=36
cu, Rudi
-- Adrian Schroeter SUSE Linux Products GmbH email: adrian@suse.de -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
participants (2)
-
Adrian Schröter
-
Ruediger Meier