[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.technology.epf] Re: EPF and Subversion/Subclipse

Scott Dunn wrote:

> Mark Phippard wrote:
> 
> > Obviously no one likes to get merge conflicts, but why is that such
> > a big deal?  Are you dealing exclusively with unmergable binary
> > files or something?  Requiring locks on all files is not a solution
> > that anyone that uses Subversion would recommend -- ever.  Only
> > exception being binary files.
> 
> In general I would agree, but have you looked at the XMI files that
> the EPFC produces?  The EPFC developers also recommend avoiding
> merging. See following thread:
> http://www.eclipse.org/newsportal/article.php?id=239&group=eclipse.tec
> hnology.epf#239

I do not really even understand what EPF is, so no.  So essentially you
have XML files that do not merge very well.  As long as you are
limiting the use of locks to the files that do not merge well, than
that is OK.

> > I have never heard of this happening.  You are saying the lock
> > dialog is coming up 20 times for one file?  Do you have a
> > reproducible scenario?  If so report it to
> > users@xxxxxxxxxxxxxxxxxxxxx  In general, it is Eclipse that calls
> > the method that causes that dialog to come up.  I cannot imagine
> > why it would happen so often though.
> 
> I haven't fully investigated this, but as I said, it could be a
> deficiency in our hook script. If we can't resolve it in the hook
> script then I'll post ther scenario to the Subclipse forum.

I do not think a hook could effect this.  Unless it is a pre-lock hook
that is preventing the lock or something.

Mark