Does the Commit button inside the svn status window not work? I do Bundles -> Subversion -> Status, then I see a message noting that I have one modified file. I click the "Commit" button, but it says "File(s) not modified; nothing to commit." Here is the output from this window:
--------------------------------------------------------------------
Status for “(selected files)”
M Revert Diff html_common/templates/series_categories.ihtml
Commit
File(s) not modified; nothing to commit.
--------------------------------------------------------------------
Q
same problem here. :(
Am 26.10.2006 um 11:31 schrieb Quinn Comendant:
Does the Commit button inside the svn status window not work? I do Bundles -> Subversion -> Status, then I see a message noting that I have one modified file. I click the "Commit" button, but it says "File(s) not modified; nothing to commit." […]
After I check the SVN status and hit the commit button there, it doesn't work. The commit action in the svn status window works usually works for me though.
Edward
Niko Dittmann wrote:
same problem here. :(
Am 26.10.2006 um 11:31 schrieb Quinn Comendant:
Does the Commit button inside the svn status window not work? I do Bundles -> Subversion -> Status, then I see a message noting that I have one modified file. I click the "Commit" button, but it says "File(s) not modified; nothing to commit." […]
--____________________________ niko dittmann ni-di@web.de ____________________________
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
On 26. Oct 2006, at 11:31, Quinn Comendant wrote:
Does the Commit button inside the svn status window not work? I do Bundles -> Subversion -> Status, then I see a message noting that I have one modified file. I click the "Commit" button, but it says "File(s) not modified; nothing to commit." Here is the output from this window:
As noted in the other thread http://lists.macromates.com/pipermail/ textmate/2006-October/014178.html
I looked at it, and the problem seems to be, that if there is no selection, the Status will show for the entire project, where the commit falls back on current file, when there is no selection.
The status window does give the files it worked on to the svn_commit.rb script, but they are not used.
So the svn_commit.rb should either be made fallback to entire project (instead of current file), or accept the arguments given to it by the status window.
Personally I like that it just commits current file, with no selection -- but it is probably time for all the svn commands to be made consistent about selection, project directory, and current file behavior/fallback :)
On Oct 26, 2006, at 11:09 AM, Allan Odgaard wrote:
So the svn_commit.rb should either be made fallback to entire project (instead of current file), or accept the arguments given to it by the status window.
Actually, this should work as is. format_commit.rb takes the selected paths and also appends whatever paths are passed in:
paths_to_commit = TextMate::selected_paths_array paths_to_commit.concat( ARGV ) unless ARGV.empty?
paths_to_commit is then filtered through "svn status". Maybe format_status.rb isn't passing the paths correctly, or maybe PWD somehow doesn't match up.
Chris
On 26. Oct 2006, at 18:19, Chris Thomas wrote:
On Oct 26, 2006, at 11:09 AM, Allan Odgaard wrote:
So the svn_commit.rb should either be made fallback to entire project (instead of current file), or accept the arguments given to it by the status window.
Actually, this should work as is. format_commit.rb takes the selected paths and also appends whatever paths are passed in:
paths_to_commit = TextMate::selected_paths_array paths_to_commit.concat( ARGV ) unless ARGV.empty?
paths_to_commit is then filtered through "svn status". Maybe format_status.rb isn't passing the paths correctly, or maybe PWD somehow doesn't match up.
Yeah, seems I spoke too soon -- format_status.rb seems to just pass the wrong file when there is no selection. So it itself runs svn st on the directory, but gives svn_commit.rb the currently open file, or something like that.
On 26. Oct 2006, at 18:25, Allan Odgaard wrote:
Yeah, seems I spoke too soon -- format_status.rb seems to just pass the wrong file when there is no selection. So it itself runs svn st on the directory, but gives svn_commit.rb the currently open file, or something like that.
I committed an update which should hopefully fix this.
That makes sense.
why not just have two buttons, "Commit selected files" or "Commit entire project".
Q
On Thu, 26 Oct 2006 17:09:11 +0200, Allan Odgaard wrote:
I looked at it, and the problem seems to be, that if there is no selection, the Status will show for the entire project, where the commit falls back on current file, when there is no selection.
I had a similar question yesterday,
Here is a screen shot of what error i'm getting now
Quinn Comendant wrote:
Does the Commit button inside the svn status window not work? I do Bundles -> Subversion -> Status, then I see a message noting that I have one modified file. I click the "Commit" button, but it says "File(s) not modified; nothing to commit." Here is the output from this window:
Status for “(selected files)”
M Revert Diff html_common/templates/series_categories.ihtml
Commit
File(s) not modified; nothing to commit.
Q
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
On 27. Oct 2006, at 03:48, bigkm wrote:
I had a similar question yesterday,
Here is a screen shot of what error i'm getting now
Seems you updated the Subversion bundle, but not the Support directory.
See http://macromates.com/textmate/manual/bundles#support_folder
Did that and Still having the same problem
Allan Odgaard wrote:
On 27. Oct 2006, at 03:48, bigkm wrote:
I had a similar question yesterday,
Here is a screen shot of what error i'm getting now
Seems you updated the Subversion bundle, but not the Support directory.
See http://macromates.com/textmate/manual/bundles#support_folder
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
I managed to fix it i just deleted all the /Lib..Application Support/Textmate folder and re checked out
bigkm wrote:
Did that and Still having the same problem
Allan Odgaard wrote:
On 27. Oct 2006, at 03:48, bigkm wrote:
I had a similar question yesterday,
Here is a screen shot of what error i'm getting now
Seems you updated the Subversion bundle, but not the Support directory.
See http://macromates.com/textmate/manual/bundles#support_folder
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate