Question

I have just started working with a new Coldfusion project, well the project is very much existing I'm the new part.

Currently there is one set of source files and one set of live files. There is not version control or anything like that so all IDE's just work on the same set of files. We are working on a solution to this but in the mean time I was wondering if there is a plugin ofr eclipse that just keeps a list of edited files?

I was hoping before I start a task, I "reset" the edited list, do my work, then publish all the files in the edited list and so on. currently I need to keep a list of files I've changed in a notepad document.

Was it helpful?

Solution

Eclipse now comes with EGit included, so you could "share" your project (as in, put in version control in a Git repo) and you would get precisely the feature you are looking for.

Without any version control, you do have the Eclipse local history, but it is a file-by-file information only.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top