Re: [Koha-devel] Koha and Subversion

2010-01-27 Thread Colin Campbell
On 26/01/10 22:33, Richard Forristall wrote: > Has anyone setup subversion to manage their Koha modifications? > I'm trying to create a subversion repository and get this error: > Adding var/run/zebradb > svn: Unknown or unversionable type for 'var/run/zebradb/authoritysocket' authoritysocket is a

Re: [Koha-devel] Error while adding authority

2010-01-27 Thread Walid AZIZ
Thanks a lot but the problem does still exist : No _parse_* routine defined on this driver [XML::LibXML::SAX::Parser=HASH(0x885c408)] at /usr/share/perl5/XML/SAX/Base.pm line 2616. my /etc/perl/XML/SAX/ParserDetails.ini contains : [XML::LibXML::SAX::Parser] http://xml.org/sax/features/namespaces

Re: [Koha-devel] SQL for 856 tag in marc record

2010-01-27 Thread David Schuster
Well I'm getting closer, but that only provided me with a response of 40 and I know I have well over 3000 urls in records. Wonder why the rest didn't populate? They show up in the catalog... David Schuster Frederic Demians wrote: > > >> Anyone have a suggestion on how to get at least a count

Re: [Koha-devel] SQL for 856 tag in marc record

2010-01-27 Thread Wagner, Jane
Difference between the biblioitems.url field and the actual MARC 856 (in the xml)? I don't know what makes biblioitems.url get populated, but I suspect if you load data in bulk (outside the Tools import) it doesn't happen. Somebody had a neat trick on the IRC (chris_n?) for reading the actual M

Re: [Koha-devel] SQL for 856 tag in marc record

2010-01-27 Thread Magnus Enger
2010/1/27 Wagner, Jane : > Difference between the biblioitems.url field and the actual MARC 856 > (in the xml)?  I don't know what makes biblioitems.url get populated, > but I suspect if you load data in bulk (outside the Tools import) it doesn't > happen. Isn't that the mapping defined under Admi

Re: [Koha-devel] Koha and Subversion

2010-01-27 Thread Richard Forristall
Nicole Engard and Colin Campbell, Thanks for the 'heads up' on git. 1. I'm not using git out of pure ignorance. Are you referring to http://git.koha.org or using git vice svn for version control? 2. Colin, in your message you talk about contributing my own changes back to the project. I'm

Re: [Koha-devel] Koha and Subversion

2010-01-27 Thread Chris Nighswonger
Hi Rick, Welcome on board! On Wed, Jan 27, 2010 at 9:07 AM, Richard Forristall wrote: > Nicole Engard and Colin Campbell, > > Thanks for the 'heads up' on git. > > 1.  I'm not using git out of pure ignorance.  Are you referring to > http://git.koha.org or using git vice svn for version control?

Re: [Koha-devel] SQL for 856 tag in marc record

2010-01-27 Thread David Schuster
Well turns out I think I had a bad backup and reload on the test server as the number of biblio - is about 100,000 off even... When I do the sql on the production server I got 16481 urls which would be more like it. If you are interested I put this up on the wiki for check-url.pl http://wiki.ko

Re: [Koha-devel] SQL for 856 tag in marc record

2010-01-27 Thread Garry Collum
It would be nice to have the ability to check a range of bib numbers, or just the option to start at a specific bib number. (--beginbib 1 --endbib 11000). Especially for checking new records that are imported into the system. Garry On Wed, Jan 27, 2010 at 9:28 AM, David Schuster wrote: > >

Re: [Koha-devel] Koha and Subversion

2010-01-27 Thread Colin Campbell
On 27/01/10 14:07, Richard Forristall wrote: > > Thanks for the 'heads up' on git. > > 1. I'm not using git out of pure ignorance. Are you referring to > http://git.koha.org or using git vice svn for version control? > git.koha.org is the repository but we were talking about git in general, > ht

Re: [Koha-devel] Koha and Subversion

2010-01-27 Thread Bob Birchall @ Calyx
Hi Rick, > me. I really like the community model of making the koha software more robust, but what > happens when my changes don't apply across all koha users? Branding for example. I > certainly don't want to force irrelevant changes onto the entire community. > Most branding needs can be acco

[Koha-devel] How about a different way of handling database updates

2010-01-27 Thread Michael Hafen
Database updates using the updatedatabase.pl script. I'm thinking there could be a better way, both for developers and the release maintainers. The problem is that we have a sequential number controlling the updates. This is working now, but I think there could be a better way. The current metho