On Sun, Jul 12, 2009 at 9:56 AM, David Brownell<[email protected]> wrote: > If you use git-svn this is a *LOT* easier, and can be done on > your laptop even without net access for Google or SVN. > > "git whatchanged src/jtag/jlink.c" ... to show the commits > which touched that file. > > To see the changes: "git whatchanged -p src/jtag/jlink.c" > > Plus, this lets you use "git bisect". After just one attempt > to use svn-bisect, I gave up on it as deeply broken. Whereas > "git bisect" is quite trustworthy, especially with simple > linear development sequences as found in SVN. >
So I just tried git-svn for OpenOCD. It is still cloning. It seems to me that I can not just clone the trunk directory but need to clone all the branches. Strange. -- Xiaofan http://mcuee.blogspot.com _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
