[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: SVN 1.8.1 Errors - Show Log and Commit New Files

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Fri, 09 Aug 2013 09:10:21 +0100

Geoff Field <Geoff_Field_at_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
Received on 2013-08-09 10:11:07 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.