Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
1 answer
31 views

git History view in Eclipse changed unintentionally, how do I get back to "default"? [closed]

I have recently started to work with Java and git and followed a tutorial (I am new to eclipse and java so please don't be too harsh if the question is trivial.). After I attempted to merge branches ...
123einhundert's user avatar
-1 votes
1 answer
2k views

How to Install SVN Plugin in Eclipse IDE in windows

I have installed the Eclipse IDE and imported the project from svn server in my local system and after it I have imported the project in my Eclipse IDE. Now I want to manage my repository by Eclipse ...
Gaur 97's user avatar
  • 93
0 votes
0 answers
37 views

How to get full history of IFile Eclipse Team IFileHistoryProvider when file has been moved within multimodule project?

I am trying to access the full repository history of an IFile object programatically from an Eclipse plugin. When the file has never been renamed or moved, the following code snippet works: public ...
SteveR's user avatar
  • 593
1 vote
1 answer
852 views

Github fails to checkout from SCM - SSH

I am trying to use maven-release-plugin:2.5.3. My repository on github is working with ssh. Push and pull works fine. When entering ssh -T [email protected] in Terminal I get the correct answer from ...
gdon's user avatar
  • 21
0 votes
1 answer
65 views

Issue with adding an existing git repository using EGit

I'm a beginner when it comes to version control. I've cloned a repository and started working on it, also for versioning am using EGit on eclipse because it's much easier. So my problem is when I try ...
Oncobe's user avatar
  • 53
-1 votes
1 answer
48 views

How to prove to the management the futility of saving IDE specific files in GitHub

I can not prove to the management the futility and even harm of saving IDE specific files and folders in GitHub There is even a problem in the deliberate mixing of two different issues: I want to use ...
AlexeiP's user avatar
  • 633
0 votes
0 answers
87 views

Eclipse IDE settings via tcl script

I have just started to work with Eclipse based IDE (namely it is Vitis IDE from Xilinx) and I have been looking for whether it is possible to control the Eclipse IDE project settings via the tcl ...
Steve's user avatar
  • 827
1 vote
2 answers
993 views

How to link source files into Eclipse based IDE

I am now at the beginning of software project for Xilinx Zynq SoC hardware platform. Xilinx company offers for software development their own Eclipse based IDE called Vitis. Due to version control ...
Steve's user avatar
  • 827
1 vote
0 answers
298 views

Should Eclipse settings files be checked in version control when importing Maven projects?

I have a Maven/Tycho project which is imported in Eclipse for editing and debugging, using the m2e Eclipse plugin. The command-line Maven build works fine, but I have been struggling with spurious ...
mat101's user avatar
  • 170
0 votes
1 answer
71 views

Can I use SalesforceDX as a version control for an existing Eclipse project?

I am looking to use Salesforce as a version control solution for my Eclipse Java project. So far, I have been unsuccessful at finding any information pertaining to this specific scenario. I have ...
Sintrias's user avatar
  • 586
2 votes
1 answer
2k views

Team Explorer Everywhere: Could not execute HistoryAction. java.lang.NullPointerException

I am having and error every time I try to execute "View History" option from any branch and file. https://i.sstatic.net/lA5Jc.png "Could not execute HistoryAction" I tried to reinstall TEE and ...
Alberto's user avatar
  • 23
0 votes
2 answers
159 views

Which IDE settings are OK to checkin? [closed]

IDEs produce some config files per project/workspace IntelliJ has it's .idea/ folder and it's .iml files. Eclipse has its .classpath and .project files. Eclipse Maven integration used to need a m2e-...
Gerald Mücke's user avatar
8 votes
1 answer
4k views

m2e egit connector (for SCM) on Eclipse Photon failure

I'm unable to install above via Marketplace. Detailed error for missing dependency is as follows: Cannot complete the install because one or more required items could not be found. Software being ...
Tobias Keiler Mobil's user avatar
9 votes
1 answer
15k views

How to create release notes in bitbucket?

We are using Bitbucket as a remote server for version control system. Project is developed in Java using Eclipse IDE (Luna version). We are using integrated Git feature for managing source code ...
Bhimashankar Poddar's user avatar
0 votes
1 answer
3k views

How to commit code changes from Eclipse to GitHub

I tried committing the entire project folder to my Github repository: https://github.com/rahul-raj/SpringBoot However when I try "Commit and Push", I get "master rejected non fast ...
Rahul Raj's user avatar
  • 3,369

15 30 50 per page
1
2 3 4 5
21