On Mon, Nov 12, 2007 at 12:06:03PM -0500, Paul Fox wrote: >my subversion experience is a little thin. > >can someone post the SVN recipe i need to diff >two busybox releases? in particular, i'd like to see >the changes between 1.8.0 and 1.8.1, but i guess >i'd like to know, in general, how to get a list of >the available tags/branches, and how to diff them.
svn diff svn://svn.uclibc.org/tags/busybox_1_8_0 \ svn://svn.uclibc.org/tags/busybox_1_8_1 same with your usual svn+ssh URL. HTH, Bernhard _______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
