This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 197137 - Cannot fetch anymore after update
Summary: Cannot fetch anymore after update
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 7.0.1
Hardware: PC Windows XP
: P2 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords: REGRESSION
Depends on: 197139
Blocks:
  Show dependency tree
 
Reported: 2011-03-28 06:52 UTC by Peter Nabbefeld
Modified: 2011-03-28 08:22 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Nabbefeld 2011-03-28 06:52:28 UTC
After upgrading git plugin, cannot fetch:
Fetch doesn't find the "master" branch.

Here's my config file:

[core]
	repositoryformatversion = 0
	filemode = false
	logallrefupdates = true
	autocrlf = false

[remote "origin"]
    url = git://kenai.com/netbeans-opengl-pack~glpack-git
Comment 1 Ondrej Vrabec 2011-03-28 07:55:15 UTC
Please be more descriptive. What exactly does not work? What part of the Fetch dialog can't let you continue? Or is "Fetch doesn't find the master branch" an error message? Attach the message log with the error.
I fetched from the repository without a problem.

Or is it a connection issue? You can't connect to the remote repository? What about Git->Clone, does that wizard display remote branches?

What is the result of 'git branch -a'? Does it print both 'master' and 'origin/master'?
Comment 2 Peter Nabbefeld 2011-03-28 08:01:41 UTC
(In reply to comment #1)
> Please be more descriptive. What exactly does not work? What part of the Fetch
> dialog can't let you continue? Or is "Fetch doesn't find the master branch" an
> error message? Attach the message log with the error.
> I fetched from the repository without a problem.
> 

In the wizard, in the first panel I'm accepting the configured repo.
In the second panel, there's nothing to select.


> Or is it a connection issue? You can't connect to the remote repository? What
> about Git->Clone, does that wizard display remote branches?
> 

This is the result:
http://statistics.netbeans.org/analytics/exception.do?id=499299

Looks like an incomplete checkin


> What is the result of 'git branch -a'? Does it print both 'master' and
> 'origin/master'?

Don't know how to do that, as I'm using only NB for git access.
Comment 3 Peter Nabbefeld 2011-03-28 08:14:31 UTC
Added the id of the exception reporter's bug report.
Comment 4 Ondrej Vrabec 2011-03-28 08:22:53 UTC
simply result of bug #197139, which is now fixed