Hi Joel, Do you have any crash logs resulting from that issue? If you do, please send them our way.
Versions tries to check the number of changes both locally and remotely soon after having started in order to be able to display those counts in the bookmarks source list next to each working copy bookmark. This is what is probably causing Versions to crash for you, as it is trying to connect to the problematic repository shortly after you start the app. We should allow users to hold a modifier key down to make Versions disable the counting of changes as it starts up. When problems like yours occur, Versions won't be able to start up without crashing, so we should add kind of a "safe boot" mode for Versions, just like the mac has when you boot with the shift key down. For now you can enter this command in a terminal window: $ defaults write com.picodev.Versions CountNrOfChanges -bool NO This will disable the counting of changes and you will hopefully at least be able to work with other bookmarks or delete the problematic ones. I hope this helps. Cheers, -- João Pavão the Versions team On 2009/02/16, at 11:14, Joel Bradbury wrote: > > trying to do an update on a repos on a mounted sftp drive. > > There are some issues with the svn version on the server where it > resides (basically a failed upgrade from 1.4 - 1.5) and now versions > crashes about 5 seconds after loading repeatedly. > > reseting settings has no effect and it wont stay open log enough for > me to cancel any operations. > > from the error logs: > > 16/02/2009 11:09:40 [0x0-0x389389].Versions[93132] subversion/ > libsvn_ra_svn/marshal.c:473: failed assertion `opt || cstr' > 16/02/2009 11:09:42 com.apple.launchd[152] ([0x0-0x389389].Versions > [93132]) Exited abnormally: Abort trap > > looks to me like an issue between svn versions, but just why this is > killing the app repeatedly is beyond me. > > thanks > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Versions" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/versions?hl=en -~----------~----~----~----~------~----~------~--~---
