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 268236 - org.eclipse.jgit.errors.RevisionSyntaxException:refs/tags/version 1.0.0
Summary: org.eclipse.jgit.errors.RevisionSyntaxException:refs/tags/version 1.0.0
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-27 17:28 UTC by Exceptions Reporter
Modified: 2016-09-27 17:28 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 226456


Attachments
stacktrace (2.34 KB, text/plain)
2016-09-27 17:28 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-09-27 17:28:24 UTC
This bug was originally marked as duplicate of bug 247347, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Mac OS X

User Comments:
GUEST: Occurred when pushing a tag to a github repository.




Stacktrace: 
org.eclipse.jgit.errors.RevisionSyntaxException:refs/tags/version 1.0.0
   at org.eclipse.jgit.lib.Repository.resolve(Repository.java:706)
   at org.eclipse.jgit.lib.Repository.resolve(Repository.java:384)
   at org.eclipse.jgit.transport.RemoteRefUpdate.<init>(RemoteRefUpdate.java:192)
   at org.eclipse.jgit.transport.Transport.findRemoteRefUpdatesFor(Transport.java:646)
   at org.netbeans.libs.git.jgit.commands.PushCommand.runTransportCommand(PushCommand.java:120)
   at org.netbeans.libs.git.jgit.commands.TransportCommand.run(TransportCommand.java:191)
Comment 1 Exceptions Reporter 2016-09-27 17:28:28 UTC
Created attachment 162248 [details]
stacktrace