-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Repos initialized with git-svn break the app #5
Comments
Same problem here with 0.8.0. I've tried with 0.8.1 and now it crashes. With a non git-svn repo it works as expected. Crash report: http://pastebin.com/w1EPfsF0 |
By commenting out the following I'm able to compile 0.8.1 and it works with a git-svn init'ed repo. Not sure what else it breaks as I haven't had time to track down why it was an issue.
|
The state of thread 1 turns out to be a distraction; the crash is actually due to an unhandled exception in thread 4, from calling an unknown method "setAction" on PBGitSVRemoteItem. This patch corrects the error:
|
Problem found... I'll solvet it soon...
|
Nice but why you didn't apply it to the master branch? |
not yet... |
Ok PS: thx for your engagement |
No, scratch that: It masks the error, which isn't that PBGitSVRemoteItem doesn't have a setItem method, it's that the pointer that's being passed in is a PVGitSVOtherItem, which doesn't. The following patch is a workaround, but it's still not clear to me from whence the bad object is coming.
|
solved on 0.8.2 |
V0.8.2 beta is out http://gitx.posterous.com/gitx-l-v082-beta |
As part of ongoing work for ARC conversion (laullon#5)
…n't retain them under ARC. For laullon#5 we need to run under Leaks to detect stuff like this.
It only loads this far: http://d.pr/I79X
The text was updated successfully, but these errors were encountered: