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 - #git #nbproject-dir #defaultpath
Summary: #git #nbproject-dir #defaultpath
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Manifest (show other bugs)
Version: 8.1
Hardware: PC Windows 10
: P3 normal (vote)
Assignee: Martin Balin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-03 17:51 UTC by kuba0x21
Modified: 2016-10-03 17:51 UTC (History)
0 users

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 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).