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 268326

Summary: #git #nbproject-dir #defaultpath
Product: ide Reporter: kuba0x21
Component: ManifestAssignee: Martin Balin <mbalin>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Windows 10   
Issue Type: DEFECT Exception Reporter:

Description kuba0x21 2016-10-03 17:51:47 UTC
Product Version = NetBeans IDE Dev (Build nbms-and-javadoc-614-on-20160924)
Operating System = Windows 10 version 10.0 running on amd64
Java; VM; Vendor = 1.8.0_65
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.65-b01

Reproducibility: Happens every time

STEPS:
  * Create projects (for example php). While you are configuring project set diffrent path for nbproject
  * Initialize GIT repo in created project


ACTUAL:
  When you are initializing git repository,  default path of repo is parent dir of nbproject.

EXPECTED:
  IMO default path should be e project directory (with code).