Hi, The problem is not about granting/revoking permissions in the main repo, the main problem is that if you want to change the context name in the eclipse's settings you get the .settings/org.eclipse.wst.common.component file gets modified.
Everything is fine if you don't commit this change, but when you are trying to make a pull the latest changes in the main repo (hg pull --rebase) your local repo must be 'unchanged' (none of the files in the repo has status 'M'), this is the main problem, either you commit your context change or revert it. This is really annoying. As Juan Pablo mentioned the .hgignore approach is only for files outside the revision control, I have already tested this. I'm Ok with the approach of making this file a .template, since we are already using the setup tool to configure then Openbravo.properties. Best Regards, -- Iván Perdomo On Tue, 03 Mar 2009 05:31:27 +0100 Martin Taal <[email protected]> wrote: > Hi Juan Pablo, > Is there a possibility to have it in hg and then not allow anyone to > change it (by setting permissions or something else)? > > gr. Martin > > Juan Pablo Aroztegi wrote: > > Hi Stefan, > > > > > >> this would force every eclipse user to setup one more thing before > >> he can start to work. > >> > > True. Unless you use the setup tool. I agree that not depending too > > much on the setup tool is better. But having this file version > > controlled is uncomfortable. > > > > > >> Another way would be to add it to the .hgignore file. Meaning no > >> extra work for most people, but extra work if you want to modify > >> and commit it. But this way it would be only extra work for 1-2 > >> people and i suppose not so often.. > >> > > The problem is that hgignore can only contain unmanaged files. So > > the settings file cannot be added here. > > > > > > Juan Pablo > > > > > > ------------------------------------------------------------------------------ > > Open Source Business Conference (OSBC), March 24-25, 2009, San > > Francisco, CA -OSBC tackles the biggest issue in open source: Open > > Sourcing the Enterprise -Strategies to boost innovation and cut > > costs with open source participation -Receive a $600 discount off > > the registration fee with the source code: SFAD > > http://p.sf.net/sfu/XcvMzF8H > > _______________________________________________ > > Openbravo-development mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/openbravo-development > > > > > > ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Openbravo-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbravo-development
