[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] new parameter option '--full-paths' for 'svnlook tree'

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-04-06 18:36:35 CEST

Mathias.Weinert@gfa-net.de writes:

> I now made a new patch against revision 13968 and attached it to this
> mail.

Please include a log message when you submit patches.

> I hope that it is in the right format and that you can read and use it.

A mime-type of text/plain is better than application/octet.

> I also tried to do some python programming. I have no idea if it is o.k.
> and
> if it is what you expected. I added two 'svnlook tree' calls in the first
> test
> in svnlook_tests.py. They both check if 'svnlook tree --full-paths' fits
> the
> normal 'svnlook tree' results but don't test the output of 'svnlook tree'
> itself.

Looks OK, but I had to change lstrip(' ') to lstrip() and rstrip('\n')
to rstrip() to avoid errors like:

TypeError: strip() takes exactly 0 arguments (1 given)

I'm using python 2.1.3, perhaps you have something different?

Thanks for the patch, I committed it in r13976.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Apr 6 21:58:28 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.