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 268605 - Remote vcs does not work with git version 1.7.1
Summary: Remote vcs does not work with git version 1.7.1
Status: RESOLVED WONTFIX
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote VCS (show other bugs)
Version: 8.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-20 14:23 UTC by Alexander Pepin
Modified: 2016-11-23 14:57 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 Alexander Pepin 2016-10-20 14:23:46 UTC
On the remote host OEL 6.4 with git version 1.7.1 "Show Changes" fails due to unknown option --ignored.
IDE log shows:
...
INFO [remote.support.logger]: Started remote agent /var/tmp/dlight_hudson/94d8a742/bin/Linux-x86_64/fs_server -t 4 -p -d /var/tmp/dlight_hudson/94d8a742/fs_server_cache -K 18151:3000  [pid=25871 at hudson@spb-zarya.ru.oracle.com:2289] 
INFO [remote.support.logger]: Remote agent version 1.10.3 [hudson@spb-zarya.ru.oracle.com:2289] 
refreshAllRoots() file: /home/hudson/workspaces/Workspace_cnd_qa [/home/hudson/workspaces/Workspace_cnd_qa/Quote_cnd_qa_test] org.netbeans.modules.git.remote.cli.GitException: #git --no-pager status --short --ignored --untracked-files=all -- Quote_cnd_qa_test
error: unknown option `ignored'
usage: git status [options] [--] <filepattern>...
    -v, --verbose         be verbose
    -s, --short           show status concisely
    --porcelain           show porcelain output format
    -z, --null            terminate entries with NUL
    -u, --untracked-files[=<mode>]
                          show untracked files, optional modes: all, normal, no. (Default: all)
INFO [null]: Last record repeated again.
Comment 1 Alexander Simon 2016-10-20 14:29:21 UTC
Unsupported git version.
Minimal git version is 1.8
Comment 2 Alexander Simon 2016-11-23 14:57:55 UTC
(In reply to Alexander Simon from comment #1)
> Unsupported git version.
> Minimal git version is 1.8
Rectification: Minimal git version is 1.7.9