[Clam-devel] AudioFileMemoryLoader patch

Pawel Bartkiewicz tuuresairon at gmail.com
Tue Jun 10 03:56:02 PDT 2008


On 10/06/2008, Pau Arumí Albó <parumi at iua.upf.edu> wrote:
> El dt 10 de 06 de 2008 a les 12:40 +0200, en/na Pawel Bartkiewicz va
>> > Anyway don't stop waiting for a commit on our part. Just send the patch
>> > and
>> > continue with the next. We may get conflicts in this way but we are slow
>> > on
>> > commiting and waiting for us would delay you a lot.
>>
>> I'm doing that, but preparing patches compatible with SVN for files
>> not in SVN by hand is a bit messy. Does anyone have some script for
>> this?
>
>
> easy: just "svn add my_new_file"
> you can do that without commit access. then, the whole my_new_file will
> appear in the "svn diff"

Thanks, but I mean a situation when a file is in the repository but I
have changed it locally twice and I want to create two patches for
those two changes, because David told me to prepare small patches (one
thing at a time). Making a patch for the first change is easy, but
when I change the file again and run "svn diff" it outputs the diff
between the version in the repository and my second local version (not
my first version and my second version). So now I'm using:
$ diff -ur dir_with_first_version dir_with_second_version
and changing a few lines in the patch manually to make it compatible
with svn diff.


More information about the clam-devel mailing list