Using Coldfusion Builder and the Mercurial Eclipse plugin, how can you check in changes - including those in linked folders

StackOverflow https://stackoverflow.com/questions/11002856

Domanda

We have a Hg repository set up for the root of our webserver. There are a number of projects which have their own directories and there is a common C directory for components.

In CFBuilder, I have a project set up for each of them and I'm using linked folders to make it easier to access the components.

CFBuilder and the plugin correctly show that both are under version control, and update properly when changes are made -- but when select that I want to commit from the Project > Team > Commit, none of the changes from the C directory are shown in the changes which will be committed.

Is it possible to have it work this way, or is there a preferred way to work with linked folders?

È stato utile?

Soluzione

You need to set up a separate project for the Components, and do your commits from there. Changes made in your linked folders should be reflected in the C project, but if the C project is part of a different repository (which it would seem is the case, given your linked folders), you'll need to commit from that project.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top