On Jul 13, 2006, at 1:48 AM, Eric Coleman wrote:
On Jul 12, 2006, at 9:16 PM, thomas Aylott wrote:
On Jul 12, 2006, at 8:10 AM, thomas Aylott wrote:
- Add Commit button directly to the Status window so commits can be done straight after reviewing the changes
Done.
As of r4152 there's a Commit button on the bottom that should work like everyone is used to.
I had to change from using IO to using Open3 (Thanks JEG2!) in order to get the errors to show up properly.
I'm not sure of any repercussions of that change.
If anyone has any problems with any of the Subversion stuff, please let us all know and it'll get fixed.
enjoy
thomas Aylott—subtleGradient
thomas,
I have a few files in there that I just added. When I click on your commit button, it says:
"File(s) not modified; nothing to commit"
Very Odd.
Hmm, ... First, make sure you have the latest version of it, blah blah blah...
I'll take a bit of a peak at it and see if anything is funky with it.
I have another question. Why use the CommitWindow.app. Wouldn't it be more beneficial to have something like this that shows when you choose Commit from the bundle options. Would be nice if it was just a single window rather that me getting a status window and commit window. If I'm crazy, ignore me; I'm just curious :)
Why? Mostly because i'm lazy.
What I did should be exactly the same as using the commit command with the same selected files.
(Except that the normal commit defaults to the current file, while status defaults to the current project unless there's an explicit selection)
Ideally, all of this stuff should be handled with an actual application or direct api plugin support from the Finder or TextMate proper. Or some such thing or other. But i takes what i can gets.
Regards, Eric
thomas Aylott—subtleGradient