Any idea how it possible to indicate to Netbeans I want GIT to be the code version system of choice?
Currently it insists using SVN which I use as external project repo.
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
(workaround, not actual solution)
The simplest way would be to clone the git repo, pointing your NetBeans instance to that set of files (the cloned git repo).
When you want to go back to the SVN/Git repo, in a command-line session go back to that first mixed repo, git pull from the second repo (to get back all the changes), and proceed in NetBeans, set up to read that first mixed repo, and working primarily with SVN.