[Gsoc] License for code upload to google

Uli Fouquet uli at gnufix.de
Sun Aug 19 12:26:40 EDT 2007


Hi Paul,

Am Freitag, den 17.08.2007, 09:34 -0700 schrieb Paul Carduner:
> Have you guys figured out a nice way to get all the diffs of just your
> checkins?  My code submission is after the both of you :(

Andrew Manson proposed the following shell script in the GSOC list:

--------%<-------------------------------
#!/bin/bash

svn log | grep 'username' | grep 'r[0-9]* ' -o | grep '[0-9]* ' -o >
svnDiffList 

mkdir username

exec < svnDiffList
while read line; do
    svn diff -r $line:$((line-1))>username/$line.diff
done
------------------%<----------------------

I think it looks good and I'll do it this way (or very similar).

Cheers,

-- 
Uli

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 191 bytes
Desc: Dies ist ein digital signierter Nachrichtenteil
Url : http://mail.zope.org/pipermail/gsoc/attachments/20070819/6d43ecb0/attachment.bin


More information about the Gsoc mailing list