Undo.cpp line 3067 error when scrolling listbox

In my application, I initialize a LV multi-column listbox as empty (Item Names set as an empty string array). Then I start writing to this property (Item Names), and once in a while, when scrolling down in the listbox, LV crashes and I get an 'undo.cpp line 3067' error. Any ideas? I thought it may be an array initialization problem, so I init it now with a string array much larger than what I plan to write to it. I get the same crash.

vituning,
Are you scrolling around in the multi-column listbox, then deleting all or most of the contents. The error probably happens when you try to undo this action or when you try and scroll the listbox again? If so, before you delete the data, programmatically scroll the listbox to (0,0) or so that atleast valid data will be shown. This should avoid this error.
Randy Hoskin
Applications Engineer
Nationsl Instruments
http://www.ni.com/ask

Similar Messages

  • Anyone ever seen an eventoracle.cpp line 370 error when dealing with an ActiveX control?

    I'm dealing with an ActiveX control in LabView 7.0 that allows me to input video / audio from a USB webcamera. The ActiveX control also allows for the playback of the AVI files that are recorded from the webcam. During playback, I occasionally get a eventoracle.cpp @ line 370 error that is hard to diagnose and hard to reproduce. Any ideas? I do have the ability to move to LabView 7.1.1 if needed, but I have not tried that yet.
    Chris Davis

    hi there
    you can adjust the user event data type to your needs. for example you can add a string "source" to the events data. additionally you can pass the "user parameter" to the callback vi to specify its location. see attachment below.....
    Best regards
    chris
    CL(A)Dly bending G-Force with LabVIEW
    famous last words: "oh my god, it is full of stars!"
    Attachments:
    MSCOMCTL_Toolbar_EventSource_LV7.1.llb ‏102 KB

  • LV crashes when I try to save a VI - "fpsane.cpp line 269 error"

    Dear LV users:
    “Fpsane.cpp, line 269 error”
    I have this error when I modify the VI and try to save it. Often I run it once and save it without problem. When I modify it again and try to save it, the error appears and LV crashes.
    First I made a 6.0.2 upgrade and later I followed the “solving troubles” procedure at NI home page, like empty the TEMP directory and so on.
    Later I sent my VI to NI support and I received the confirmation that they were able to reproduce the error, but not able to isolate it. Also they wrote that “Maybe can be a problem with the charts” and “it could be a bug in LV 6.0.2 which is fixed in LV 6.1”.
    They saved my VI as a 6
    .1 version and there were no problems (any error).
    The problem is:
    “ LV 6.1 is the next release (newest version) of LV and it will be released this year (the date is not fixed). That's not an update like LV 6.0.2 but a new version of LV. It must be purchased”
    So I have a trouble here. I have some VIs that contains some parts in common. Now they are crashing too. I’m not confident anymore to make tests and modifications, since LV will crash again. What I’m doing after run my VI is exiting LV and open the VI again. Only after I can realize (and save) the modifications. This way is really a pain in a neck....
    Please, can someone tell me a good way to isolate this problem or to solve it? I really don’t want to wait LV 6.1 nether to buy it to solve this “bug”....
    Thank you in advance
    Rodolfo
    OS: Nt4 sp 6
    LV 6.0.2

    Dear LV users
    Sorry for not have included the VI.
    "test time save format.vi" is a learning program that contains some ideas to be used in another one. The error (fpsane.cpp) that appears here also was detected in LV 6. On the first time after grouping/edit some controls.
    This error occurs when you modify the VI and try to save it. Often you run it once and save it without problem. When you modify it again and try to save it, the error appears. This is the same problem that happened with 2 other VI, even with one LV original example (after grouping).
    The same error happened in another computer (also running NT4). All libraries were rebuilt during the installation of LV 6.02 and the TEMP directory is empty.
    I hope that this vi will help us.
    Thanks ag
    ain
    Rodolfo
    Attachments:
    Test_time_save_format.zip ‏92 KB

  • Linker.cpp line 2071 error

    Gentlemen,
    does anyone know what the message "linker.cpp line 2071 error" stands for (under labview 7.1.1 & XP)?
    we are building an medium-size application, and experiencing that annoyance without any real hint about what causes crash.
    Message Edited by olivierproditec on 02-06-2007 09:05 AM

    Hi,
    Do any of the VI's or subVI's have names similar to existing VI's in the palettes?
    After how many tests does the crash happen? (Is there any way to predict when the crash will happen?)
    Does it always crash at the same point in your application?

  • How do you remove a compatexport.cpp line 38 error in LV7.1

    when running TestStand - Runtime Operator Interface I keep getting compatexport.cpp line 38 error in LV7.1
    Has any body got a solution
    ken

    Hi Ken,
    No that's not right you should have a LabVIEW *.exe.
    Have you also mass compiled all of the VI's that you are using in your sequence?
    http://digital.ni.com/public.nsf/websearch/A4753F1937860F2386256F2E006A89C2?OpenDocument
    http://digital.ni.com/public.nsf/websearch/3BECF8BBAEE613FC86256BC8006FDC52?OpenDocument
    Above are 2 links that show some solutions to the same problems you are having.
    Have a look at these and see if they help?
    In the meantime (as I don't actually have 2.0.1 installed) I'll gett looking for more info.
    Thanks
    AdamB
    Applications Engineering Team Leader | National Instruments | UK & Ireland

  • LabVIEW Real-Time and Remote Front Panel MemoryManager.cpp line 437 error

    Hi all,
    I'm using a smartcamera (NI 1742) with LabVIEW Real-Time 8.6.
    When I look at the Front Panel with the web browser and I close the browser or I Stop the executable, I always get this error: MemoryManager.cpp line 437. I've checked if someone else had this error, but I guess I'm the only person who got this error. I saw someone who had the MemoryManager.cpp line 406, but mine isn't on this line.
    The application works well, but when I got the error, I need to reboot the smartcam to get it works. In my application, I use the Modbus library and I read/write binary file in the hard disk of the smartcam....
    Anyone knows the solution?
    Thank you very much
    Stephanie

    Hi again,
    Still didn't find the problem on my side. Here's a picture of my code. If I put the code surrended in red at place (1), I don't get the error, but if I put the code at place (2), I get the error. Why oh why....?
    I get the error when I close the browser or click Back button of the browser or Stop the application with the red dot or stop the application with the Quit button on my front panel.
    This morning I found a post on this forum about getting an error using Property node and Remote panel (http://forums.ni.com/ni/board/message?board.id=170&message.id=252705). I did what they suggest: wire the property output to an indicator and it works (disable "Enable automatic error handling dialod" didn't work... I don't know why)... until I put extra code in my VI. 
    I really need help please!
    Thank you
    Stephanie
    Attachments:
    MemoryManager line 437 error.JPG ‏228 KB

  • Jumbled line across screen when scrolling

    Since the past few days my IMac has a jumbled line of type across the screen when scrolling either up or down. It is not in the same place vertically but moves higher or lower seemingly random.  Any ideas?
    Thanks,  Paul

    I assume we're all talking about the problem mentioned here:
    http://apcmag.com/appleslatest_notebooks_plagued_with_graphicsglitches.htm
    I'm seeing it on a 15" MacBook Pro purchased shortly after release last year. Web pages in Safari sometimes become corrupted (missing bits of lines) when scrolling, especially using the two-finger method, and flash videos and various animations flicker annoyingly.
    Given the range of hardware it has been reported across (and the number of people who have had bits of their Macbooks replaced by Apple only for it to recur), it looks like it's a software problem, and I find it more than a little frustrating that Apple don't publicly acknowledge it yet (if they do, I've found no mention of that, just lots of comments from people affected by it).
    Is there a canonical thread/bug that you can register for to be notified when Apple finally fix this?
    It's a continuous annoyance at the moment.
    Message was edited by: menavaur - Typos

  • Adobe Reader 10/10.1 document error when scrolling in IE

    I have Adobe Reader 10 installed on Windows XP SP3 and Windows 7, both with Internet Explorer 8.  On XP, no problems.  However, on Windows 7, some documents (those with multiple pages and multiple fields) get " Document error 118"  when scrolling past one or two pages.  I have tried  this with Reader 10 and 10.1, same results on both platforms.  All documents are on our intranet.  Unfortunately due to some important external sites I cannot set "View PDF in Browser" to off, which solves this problem.
    One additional note, the website we use (again, it's internal/local domain) shows as a trusted site in the IE notification bar at the bottom, however when a PDF is open from that web site the URL shown is part of our domain but the IE windows shows it as an unknown zone....

    I am having exactly the same problem. I am using Windows 7. I have uninstalled and reinstalled several times and it is getting very frustrating.

  • Compatexport.cpp line 33 error

    upgraded to 6.1 and I am getting the error compatexport.cpp line 33. I have installed MS visual C++ but I am not sure how to fix the problem.... and I have tried...

    Hi
    Check this:
    http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/89ebd24839ef5d0286256b4c0077d8d7?OpenDocument
    Hope this helps
    Luca P.
    Application Engineer
    National Instruments
    Regards,
    Luca

  • Line Resource Error when transfering IPPE Model to APO

    Hi experts,
    I'm using the CIF to transfer my IPPE model from ECC to APO.
    Almost everything passes without a problem, but I get this message when it tries to create the Line Resource in APO.
    Error when creating a line resource (proxy object)
    Message no. PPEFLO123
    As anyone ever encounter this problem ... I can't seem to find anything on the web, in OSS or in here.
    Thanks.

    Hi Senthil,
    The first one gives me a short dump :
    Short text of error message:
    Transaction PPECIF01 is no longer valid
    The second one says a bunch of items are only in the source system, but that's normal since the CIF dumps.
    Edit : Well, the weird thing is the report seems to think nothing is created in APO, but I have almost everything created except lines and their relations.
    Edited by: Marc Laberge on Jun 29, 2010 2:53 PM

  • Line Cord Error when connect to Sky+ Box with BT65...

    Bought a new Panasonic TV and had to re sort cables took photos and replaced exactly as before. Did connect the new TV to splitter that works fine.
    BT 6500 shows Line Cord error as soon as Sky box connected on own, with micro filter, with splitter. No errors prior to today so wonder if doing something daft. 
    We have 3x 6500s in house is it REN related? But as worked previously a bit odd. 
    Extension socket behind TV to micro filter - to spliter as before. Plug in cable to SKY plus box and get a line chord error showing on handset. Disconect and fault goes but noticed this fault reported on many forums BT, Virgin ....ANY advice welcome. 

    make sure you have connected the cable to Sky box into correct port.... the sky box has 2... an ethernet port for a cat5 cable ( rj45 bigger port ) and an rj11 port for the phone cord.... the problem is this will fit in both!! but if connected to the ethernet port it will put a loop on line and cause fault on phone line...

  • Pixel errors when scrolling around

    Hey guys!
    I've got some drawing issues in my app. It seems like my children components are being redrawn just fine when I scroll around, but the background isn't. If I keep the background without color, the error doesn't occur. As soon as I paint it white, it'll look like this when I scroll around: [Here's an example.|http://img3.imageshack.us/img3/4444/pixelerrori.png]
    Any ideas how to fix this assuming I want the performance to be as good as possible?
    Here's my code:
    import java.awt.Color;
    import java.awt.Dimension;
    import java.awt.Graphics;
    import java.awt.Graphics2D;
    import java.awt.Point;
    import java.awt.RenderingHints;
    import java.util.HashMap;
    import java.util.LinkedList;
    import java.util.Map;
    import java.awt.geom.Ellipse2D;
    import javax.swing.JComponent;
    import javax.swing.JFrame;
    import javax.swing.JScrollPane;
    public class LayoutTest extends JComponent{
         private JScrollPane scrollPane;
         private LinkedList<Node> nodes;
         private int rows, cols;
         private static int RADIUS=25;
         LayoutTest(){
              nodes = new LinkedList<Node>();
              nodes.add(new Node(0,0, "a"));
              nodes.add(new Node(0,2, "b"));
              nodes.add(new Node(1,1, "c"));
              nodes.add(new Node(1,3, "d"));
              rows = 1;
              cols = 3;
              this.setLayout(null);
              for(Node node : nodes){
                   this.add(node);
              scrollPane = new JScrollPane(this);
              scrollPane.setBackground(Color.white);
              this.setOpaque(true);
              this.setSize(800,800);
         @Override
         public void doLayout(){
              Map<Point,Point> map = new HashMap<Point,Point>();
              int section_x = getWidth()/(cols+1);
              int section_y = getHeight()/(rows+1);
              if(section_x<section_y){
                   RADIUS = (int) (section_x * 0.3);
              }else{
                   RADIUS = (int) (section_y * 0.3);
              int shift_x = section_x/2-RADIUS;
              int shift_y = section_y/2-RADIUS;
              for(int row=0; row<=rows; row++){
                   for(int col=0; col<=cols; col++){
                        map.put(new Point(row,col), new Point(section_x*col+shift_x,section_y*row+shift_y));
              for(Node node : nodes){
                   node.setRadius(RADIUS);
                   node.setLocation(map.get(node.gridPos));
         @Override
         public Dimension getPreferredSize(){
              return this.getSize();
         public JScrollPane getScrollPane(){
              return scrollPane;
         public static void main(String[] args) {     
              JFrame frame = new JFrame();          
              LayoutTest blub = new LayoutTest();
              frame.setContentPane(blub.getScrollPane());
              frame.setSize(new Dimension(400,400));
              frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              frame.setVisible(true);          
         public class Node extends JComponent {
              public Point coordinates = new Point(0,0);
              public Point gridPos;
              private int radius = 50;
              public String name;
              Node(int col, int row, String name){
                   super();
                   gridPos = new Point(col, row);
                   this.name = name;
              public void setRadius(int radius){          
                   this.radius = radius;
                   this.setSize(new Dimension(radius*2+1,radius*2+1));
              public void paint(Graphics g) {
                   Graphics2D g2 = (Graphics2D)g;
                   Ellipse2D circle = new Ellipse2D.Float();
                   circle.setFrame(new Point(0,0), new Dimension(radius*2,radius*2));
                   g2.setRenderingHint(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_ON);
                   /** draws the node */
                  g2.setColor(Color.green);
                  g2.fill(circle);
                   g2.setColor(Color.black);
                   g2.draw(circle);     
    }For now, I fixed it by overriding the paint() function of the LayoutTest with:
    @Override
         public void paint(Graphics g) {
              super.paint(g);
              g.setColor(Color.WHITE);
              g.fillRect(0, 0, getWidth(), getHeight());
              paintChildren(g);
         }But I kind of have the feeling this is out of the normal drawing order...
    Edited by: my_byte on Jul 5, 2010 5:27 AM

    You are making the JComponent opaque,
    this.setOpaque(true);and not honoring this property. Delete this line of code.
    Also, the scroll pane is a composite component. The "background" you speak of is that of the scroll pane's viewport. So when setting the background I'm pretty sure it should read
    scrollPane.getViewport().setBackground(Color.white);Lastly, when doing swing custom painting you overwrite the paintComponent() method, as opposed to the paint() method.
    public void paintComponent(Graphics g) {
    }Edited by: Maxideon on Jul 5, 2010 1:26 PM
    Also delete your 'fix' to LayoutTest.

  • Dgutil.pl line 93 ERROR when creating 11.1.0.7 dataguard via GRID CONTROL.

    I trying to create a DG from a two node RAC instance.
    All the machines are at the same patch levels and OS levels (11.1.0.7/Solaris 2.10). Our GRID CONTROL is at 10.2.0.5 and patched to what I think is the latest level.
    The wizards works fine and the creation process creates the duplicate DB without any problems. When it gets to the very last step (#13 CREATE STANDBY DATABASE) I get this error:
    SQL> Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    dgcreate.DGgetRecoverySCN102: SELECT CHECKPOINT_CHANGE# FROM V$DATABASE
    dgcreate.DGrecoverStby102: ALTER DATABASE RECOVER MANAGED STANDBY DATABASE UNTIL CHANGE 3038710446200
    dgcreate.DGrecoverStby102: ALTER DATABASE OPEN READ ONLY
    *10458 at /u01/app/oracle/product/agent10g/sysman/admin/scripts/db/dg/dgutil.pl line 93.*
    Anyone run into this before?

    I recreated the STANDBY again (same error).
    Here is the tail end of the alert log on the standby:
    Media Recovery Not Required
    Signalling error 1152 for datafile 1!
    ORA-1547 signalled during: ALTER DATABASE RECOVER MANAGED STANDBY DATABASE UNTIL CHANGE 3038791960334...
    ALTER DATABASE OPEN READ ONLY
    Data Guard Broker initializing...
    Data Guard Broker initialization complete
    Signalling error 1152 for datafile 1!
    Beginning standby crash recovery.
    Fast Parallel Media Recovery enabled
    Managed Standby Recovery starting Real Time Apply
    parallel recovery started with 15 processes
    Media Recovery Log +ELM1DATA/egstby1/archivelog/2010_08_17/thread_1_seq_395.427.727280107
    Media Recovery Waiting for thread 2 sequence 402
    Standby crash recovery need archive log for thread 1084416 sequence 1089759 to continue.
    Please verify that primary database is transporting redo logs to the standby database.
    Standby crash recovery aborted due to error 16016.
    Errors in file /u01/app/oracle/diag/rdbms/egstby1/egstby1/trace/egstby1_ora_19850.trc:
    ORA-16016: archived log for thread 2 sequence# 402 unavailable
    Shutting down recovery slaves due to error 16016
    Recovery interrupted!
    Tue Aug 17 14:15:44 2010
    RFS[6]: Assigned to RFS process 20207
    RFS[6]: Identified database type as 'physical standby': Client is ARCH pid 24808
    Completed standby crash recovery.
    Signalling error 1152 for datafile 1!
    RFS[6]: Opened log for thread 2 sequence 403 dbid 1850521674 branch 726078384
    ORA-10458 signalled during: ALTER DATABASE OPEN READ ONLY...
    Archived Log entry 4 added for thread 2 sequence 403 rlc 726078384 ID 0x6e4d4647 dest 2:
    Tue Aug 17 14:16:06 2010
    RFS[7]: Assigned to RFS process 20257
    RFS[7]: Identified database type as 'physical standby': Client is ARCH pid 8783
    Tue Aug 17 14:16:06 2010
    RFS[8]: Assigned to RFS process 20259
    RFS[8]: Identified database type as 'physical standby': Client is ARCH pid 24819
    Tue Aug 17 14:16:06 2010
    RFS[6]: Opened log for thread 1 sequence 396 dbid 1850521674 branch 726078384
    Archived Log entry 5 added for thread 1 sequence 396 rlc 726078384 ID 0x6e4d4647 dest 2:
    Tue Aug 17 14:16:07 2010
    RFS[5]: Opened log for thread 2 sequence 404 dbid 1850521674 branch 726078384
    Archived Log entry 6 added for thread 2 sequence 404 rlc 726078384 ID 0x6e4d4647 dest 2:

  • Dgutil.pl line 99 ERROR when creating 11.2.0.3 data guard via GRID CONTROL

    Oracle Grid Control 11g Release 1 (11.1.0.1.0)
    (64bit)
    Oracle Enterprise Linux Server release 5.4 x86_64
    Oracle Database 11.2.0.3 (64bit)
    1. Grid Control>Targets>Databases
    2.Click on pc01prmy (Primary)
    3.Availability > Data Guard > Setup and Manage
    4.Add Standby Database
    5.Create a new physical standby database.
    Fails with message:
    38706 at /u01/app/oracle/agent11g/sysman/admin/scripts/db/dg/dgutil.pl line 99.
    I can create a standby with a rman script without problems, but via the Grid Control page fails.
    Have you seen this before?

    I contact Oracle Support on this issue, here are the details.
    Generic Note
    Hi Marcelo, the note you sited Creating Standby Database With Enterprise Manager Failing [ID 1400482.1
    Says something a little different than what you tried.
    You did RECOVER DATABASE for manual recover and the error says use backup control file.
    For a standby to do manual recovery it's
    *alter database recover standby database ;*
    It may behave better.
    But the note implies to just apply enough redo to have the standby consistent enough to turn on flashback.
    This can be done by starting managed recovery and applying some redo log sequences.
    So the flashback being turned on is too soon, but should have worked anyway. I think it would turn on managed recovery though.
    This also happens since the job doesn't use dorecover since recovery can be done with managed recovery.
    So most likely there isn't enough activity on the primary and the online redo has not been archived yet.
    So some log switches on the primary will send enough redo to get consistent so you can turn on flashback and finish it.
    *So why did it happen?*
    Possibly
    Bug 13250486 - ADD STANDBY DATABASE FOR TARGET WITH FLASHBACK ON FAILS WITH ERROR
    Base bug 12923814 FLASHBACK AND ARL DELETION OPTIONS IGNORED IN ADD STANDBY DATABASE WIZARD
    fixed in Grid Control 12.1c
    There is currently no patch available for 11.1.0.1 Grid Control. We would have to open a bug to confirm you hit this in 11.1.0.1 and get a patch.
    *A workaround would be to turn off flashback at the primary then try to create the standby.*
    *Once the standby is created you can turn flashback back on for the primary and if required, the standby.*
    You can try again to see, or finish the standby manually as I stated above.
    I will still need the diagnostic information below.
    Action Plan
    =========
    The product verion in this SR is for 12.1.0.1 Grid Control. I assume it should be 11.1 since you stated it is.
    Grid Control job log that shows the errors.
    alert logs from the primary and standby.
    Please run these two diagnostic scripts and upload the output.
    Script to Collect Data Guard Primary Site Diagnostic (Doc ID 241374.1)
    Script to Collect Data Guard Physical Standby Diagnostic (Doc ID 241438.1)
    Edited by: Marcelo Marques - ESRI on Mar 24, 2012 9:51 AM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • LabView 8.5.1 crashes at splash screen "appentrypoint.cpp, line 74 error"

    Been using it for a while.  Updated to lv2011 but need to be able to still use 8.5.1.  After upgrading found out the earlier version is not compatible with the fieldpoint 6.0.10 drivers that updated my 6.0.1 version.  So, I uninstalled the 2011 LV and 6.0.10 fieldpoint drivers.  I reinstalled the fp 6.0.1 drives from an original CD.  When I ran LV8.5.1 the above error occurs during the splash screen and LV ends.  I uninstalled 8.5.1 and did a new installation from the original CD and I still get the same error.  Would really like to get LV8.5.1 working again with fieldpoint.  Thanks.
    Attachments:
    lv error code.JPG ‏103 KB

    Hi jmw50290,
    I see that you've tried uninstalling and reinstalling LabVIEW 8.5.1, but have you tried doing a repair installation?
    Here are the steps to do so:
    http://digital.ni.com/public.nsf/allkb/fe6b641e86e55af2862576de00038001?OpenDocument
    Repair does things that regular uninstall/reinstall do not do, so it's worth a shot.
    Sincerely,
    Bogdan Buricea
    Applications Engineering
    National Instruments
    Bogdan Buricea
    Applications Engineer
    National Instruments

Maybe you are looking for

  • Oracle Service Bus Installation

    Greetings. We are migrating an Oracle Service Bus infrastructure to a new Hardware Infrastructure in a High Availability environment with two nodes, in the current environment there is one node. There isn't a hardware load balancer in the new infrast

  • Creative Cloud Desktop App

    After reading many of the discussions on this problem, I ask for help with trepidation.  I have an iMac, OS 10.7.5, Lion and I subscribed to CC one week ago.  The CC desktop app did not install visually as the instructions said it should.  It has nev

  • Function to retrieve  first day of the month.

    Select (sysdate, 'IW') from dual I know this takes the date to Monday. Is there a function like above which takes the date back to first Monday of the month ?? Thanks in advance.

  • Download Assistant gives error

    I'm trying to get the pse11 trial and i download and install the download assistant but when I try to open it I get an error and it says it is misconfigured. How to solve?

  • How to upgrade built-in subversion

    I have been using the version of subversion (1.4.4) built-in to Leopard (10.5.6) successfully for many months now but a recent commit from a windows subversion client (1.5) updated the version of the repository so that now I cannot commit from my Mac