Re: [PATCH] extend svn_subst_translate_string() to record whether re-encoding and/or line ending translation were performed (v. 5.2)

2010-12-19 Thread Danny Trebbien
Branko Čibej xbc.nu> writes: > > Hi Daniel. > > > > I haven't looked at your patch v5 yet, because this Git diff doesn't > > look quite right. How will this memcmp expression work properly if the > > two strings being compared are different lengths? > >> - if (translated_eol != NULL && DIFFERENT

Re: [RFC] diff-optimizations-bytes branch: avoiding function call overhead (?)

2010-12-19 Thread Johan Corveleyn
On Wed, Dec 15, 2010 at 10:58 AM, Stefan Fuhrmann wrote: > On 15.12.2010 02:30, Stefan Fuhrmann wrote: >> >> On 14.12.2010 23:35, Johan Corveleyn wrote: >> >>> Thoughts? >> >> Two things you might try: >> * introduce a local variable for afile[i] >> * replace the for() loop with two nested ones, k

[Question] Svn log show code diff

2010-12-19 Thread Zhang, Wei-Jovi (NSN - CN/Hangzhou)
Hi, I have a question about svn log command, every time when I use svn log command, I'm very upset that I need to input svn diff to check changesets using revision number. Why not combine svn log and diff command together? Or is there have any script for this purpose? Like this:

Re: [Question] Svn log show code diff

2010-12-19 Thread Kamesh Jayachandran
Hi Zhang, This feature is already available via "--diff : produce diff output" option log command in upcoming svn 1.7. With regards Kamesh Jayachandran On 12/20/2010 08:47 AM, Zhang, Wei-Jovi (NSN - CN/Hangzhou) wrote: Hi, I have a question about svn log command,