Working with hierarchical repositories
Remy Blank
remy.blank at pobox.com
Wed Sep 14 05:54:38 UTC 2011
Greg Ward wrote:
> What's wrong with tracking Eclipse's project/classpath files just like
> any other source code and build scripts?
- The .project file contains paths for the local machine, which will
only work if the filesystem layout is the same on all developer machines.
- The project name can be different from one developer to the next
(e.g. if you use two clones of the same project, you would want to name
them differently in Eclipse).
- The .pydevproject contains the name of the selected interpreter,
which must therefore be the same across all installations (in my case,
some developers named it "Python2.6" and others "Python 2.6").
Just a few reasons why I don't keep the .project files (and others of
the same type) under version control.
-- Remy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: OpenPGP digital signature
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20110914/e5c1ecbb/attachment.asc>
More information about the Mercurial
mailing list