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

Re: [PATCH] Issue #2419: 'svn rm' of schedule add leaves working props file V2

From: Barry Scott <barry_at_barrys-emacs.org>
Date: 2005-11-05 16:58:47 CET

On Nov 5, 2005, at 02:19, David James wrote:

> file_add_output = ("A svn-test-work/working_copies/"
> + "prop_tests-16/newfile")

Better yet avoid the + as python concats adjacent string like C does.

s = ('line one\n'
      'line two\n' )

Barry

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Nov 5 17:00:20 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.