Geoff Field <geoff_fi...@aapl.com.au> writes:

> What about the Commit New Files error?  Will this be fixed with 1.8.2,
> do you think?

I don't know how to reproduce it.  You said:

  Second issue: When committing new files, we get the message that one of
  them 'already exists'.  I've found as a workaround that doing a clean
  checkout to a NEW directory, then copying everything across and running
  a commit will work - once.

but if I were to attempt to reproduce it I would do

  svnadmin create repo
  svn co http://localhost/repo wc
  cp /bin/true wc/foo  # error message was for a binary file
  svn add wc/foo
  svn ci -mm wc

but that works.  That's no surprise because what I have done is
essentially what you say is a "workaround".  Until you can come up with
a better description of how to reproduce the problem not much can be
done.

-- 
Philip Martin | Subversion Committer
WANdisco | Non-Stop Data

Reply via email to