pombreda / nbgit

Automatically exported from code.google.com/p/nbgit
0 stars 0 forks source link

nbgit doesn't let me commit #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. Initialize a new project
2. Ogle at the message telling me to commit
3. Go to Versioning and ogle at the disabled "Commit" entry

The way I'm currently working around this is manually committing from
command line, but this hardly seems ideal...

Original issue reported on code.google.com by edwardzy...@thewritingpot.com on 18 Oct 2008 at 4:39

GoogleCodeExporter commented 9 years ago
Could you please give some more information?

 - What OS are you using? [ Mac, Windows, Linux ]
 - What NetBeans version are you using? [ 6.0, 6.1, 6.5 ]
 - What Java version are you using? [ 5, 6 ]

Original comment by jonas.fonseca on 19 Oct 2008 at 6:36

GoogleCodeExporter commented 9 years ago
Windows Vista
Netbeans 6.1
Java 6.0

Original comment by edwardzy...@thewritingpot.com on 19 Oct 2008 at 9:23

GoogleCodeExporter commented 9 years ago
Was able to reproduce this yesterday on Windows XP, NetBeans 6.1 and Java 5.

To work around this problem you need to open or refresh the Status view. I have
tried to move the calls that notifies the NetBeans versioning module about the
newly created repository and status change to after the files has been added.
However, this didn't change anything.

The real fix should probably be to explicitly run the status action code
(StatusAction.executeStatus) after init. This could be the first step towards
refactoring the code that works on the repository into a separate package.

Original comment by jonas.fonseca on 23 Oct 2008 at 7:27

GoogleCodeExporter commented 9 years ago

Original comment by jonas.fonseca on 23 Oct 2008 at 7:27

GoogleCodeExporter commented 9 years ago
Thanks for verifying! I tried opening the Status window and getting info on 
changes,
but while the little red icons next to the files update appropriately when I 
make
changes, the Status window stays empty. Also, forced updates don't seem to work.

Original comment by edwardzy...@thewritingpot.com on 23 Oct 2008 at 5:27

GoogleCodeExporter commented 9 years ago
Please try nbgit-0.2pre0 and verify if the issue has been fixed:

  http://nbgit.googlecode.com/files/nbgit-0.2pre0.nbm

Original comment by jonas.fonseca on 24 Oct 2008 at 3:27

GoogleCodeExporter commented 9 years ago

Original comment by jonas.fonseca on 24 Oct 2008 at 3:27

GoogleCodeExporter commented 9 years ago
hi, I am using:
nbgit-0.2pre0
Product Version: NetBeans IDE 6.5.1 (Build 200903060201)
Java: 1.6.0_13; Java HotSpot(TM) Client VM 11.3-b02
System: Windows XP version 5.1 running on x86; GBK; zh-cn_US (nb)
when I edit a file the output window show "Revision HEAD not found" and the 
commit
button is greyed out. Please help.

Original comment by yixia....@gmail.com on 18 Apr 2009 at 10:40

GoogleCodeExporter commented 9 years ago
it is working now, but I forget with button I clicked :| open a status window 
and let
me input a comment

Original comment by yixia....@gmail.com on 18 Apr 2009 at 11:59

GoogleCodeExporter commented 9 years ago
Fix has been released in nbgit-0.2, please verify.

Original comment by jonas.fonseca on 7 Aug 2009 at 5:22