When I apply the pacth with the following command:

 git-apply 
./home/sysadmin/Desktop/0001-Add-less-aggressive-whitespace-removal-to-itemBarcod.patch

I get the following results:

 
./home/sysadmin/Desktop/0001-Add-less-aggressive-whitespace-removal-to-itemBarcod.patch:22:
 trailing whitespace.
        } elsif ($filter eq 'trim-Tprefix') {
./home/sysadmin/Desktop/0001-Add-less-aggressive-whitespace-removal-to-itemBarcod.patch:23:
 trailing whitespace.
                $barcode =~ s/^[tT\s]*//;
./home/sysadmin/Desktop/0001-Add-less-aggressive-whitespace-removal-to-itemBarcod.patch:38:
 trailing whitespace.
INSERT INTO `systempreferences` (variable,value,explanation,options,type) 
VALUES('itemBarcodeInputFilter','','If set, allows specification of a item 
barcode input filter','none|whitespace|trim-Tprefix|T-prefix|cuecat','Choice');
error: C4/Circulation.pm: No such file or directory
error: installer/data/mysql/en/mandatory/sysprefs.sql: No such file or directory


I don't something is right? Especially the 2 errors at the end. What am I doing 
wrong?

Edward Roche
Technology Support/Network Admin
Solanco School District
edward_ro...@solanco.k12.pa.us
717.786.2151

The greatest mistake you can make in life is to continually be afraid you will 
make one.
Elbert Hubbard



-----Original Message-----
From: Mason James [mailto:mason.loves.su...@gmail.com]
Sent: Sun 3/29/2009 7:18 PM
To: Roche III, Edward
Cc: koha-devel@lists.koha.org; k...@lists.katipo.co.nz
Subject: Re: [Koha] {Possible SPAM}  RE: [Koha-devel]   Barcode Don't Found
 

On 2009/03/29, at 1:41 AM, Roche III, Edward wrote:

> I missed replying to the groups.....
>
> I am being dumb but where does this patch go? I found what I need  
> to do for the sys.pref but not sure where to put the patch.


you apply patches in git, using...

$ git-apply ./my.patch



_______________________________________________
Koha mailing list
k...@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________
Koha-devel mailing list
Koha-devel@lists.koha.org
http://lists.koha.org/mailman/listinfo/koha-devel

Reply via email to