delete dead feature branches?

Jason Merrill jason@redhat.com
Wed Oct 14 05:55:00 GMT 2009


On 10/13/2009 08:50 PM, Ben Elliston wrote:
> I found that svn log works well if you do this:
>
>    svn log svn+ssh://bje@gcc.gnu.org/svn/gcc | less

Which in recent versions of svn can also be written

   svn log ^/ |less

if you're in an SVN working directory.

Jason



More information about the Gcc mailing list