On 03/17/09 07:44, Bruce Simpson wrote: > Hi, > > I noticed that ae(4) got MFC'ed to RELENG_7 before Wake-on-Lan support did. > > However, WOL support is now there, and it looks like the change can just > go in: > > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/ae/if_ae.c.diff?r1=1.1.2%3ARELENG_7&tr1=1.1&r2=1.3%3AHEAD&tr2=1.3 > > > I am tied up looking at other stuff at the moment, it would be nice to > merge the change, but low priority for me right now. > > BTW, it still seems easier to use cvsweb to pull a diff between FreeBSD > branches since the SVN change, > does anyone know an easier way? > > thanks > BMS
The following can be used: svn diff svn://svn.freebsd.org/base/stable/7/sys/dev/ae/if_ae.c \ svn://svn.freebsd.org/base/head/sys/dev/ae/if_ae.c For exact revisions, append @{rev} to URLs (consult ``svn diff --help``). It also works for directories and trees but you need to be play with that a bit. Volker _______________________________________________ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"