Re: binary file in patch

2014-06-23 Thread Jaroslaw Staniek
Hi Harshita, I propose to remove this binary from git so the patch wouldn't contain it. If you have a commit already, you can undo it: http://stackoverflow.com/questions/927358/undo-the-last-git-commit and create a new commit without the binaries. Unless you pushed the changes this can work. I am

binary file in patch

2014-06-23 Thread Harshi Mistry
Hi, I had to put hsqldb.jar (database connection driver )file in my migration/odb/reader directory so when I generated patch out of it to submit to reviewboard, it included unreadable binary hsqldb.jar in it. Is there any solution about not to include hsqldb.jar file in patch? or any other work-ar