D
D
Dmitry Sonko2012-06-13 21:33:55
Programming
Dmitry Sonko, 2012-06-13 21:33:55

Netbeans and external changes. How to remove?

The feature is just wonderful, but a project has appeared on which I would very much like to disable this charm. CVS cannot be used, therefore, merging the latest revision at the start of the ide also has to copy files and folders via FTP from a remote server to the localhost. After copying, the IDE sees that the changes have passed and again uploads the same files from the localhost to the remote one. Enough. How can you cut this out? So that the IDE unloads only files and folders created or modified in the IDE itself, but does not touch external changes? Turning off the checkbox Tools-Options-Miscellaneous-Files-Enable automatic scanning of source files did not lead to anything. Everything remained exactly the same.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
I
Ilya Plotnikov, 2012-06-14
@ilyaplot

Project properties - configure - upload files - manually.
Also check the missing folders.

S
StyleT, 2012-06-14
@StyleT

Close IDE, merge files, open IDE. Should help.

A
Artem, 2016-10-17
@Artemey

Unfortunately, you will have to turn off automatic sending of files to the server. Without using CVS, there is always a risk of overwriting data on the server.
You can do it in a non-standard way:
After setting the "upload files - manually" mode, you can change the hot key CTRL+S to the "Upload" action. Thus, only those files that we edited in the IDE and saved via CTRL + S will be uploaded to the server.
Settings:
1) Upload files: manually
2) CTRL+S: "Upload"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question