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

svn up - after broken update, file already exists error

From: Thomas Harold <tgh_at_tgharold.com>
Date: 2006-11-02 19:30:03 CET

Probably one of the more annoying errors that SVN gives. Basically, if
you start to update a large directory (or directory tree) and stop the
update somewhere in the middle, SVN now doesn't know what to do. Any
further attempts to "svn up" on the tree will fail with the "already
exists" error.

There has to be a more graceful way of handling this failure. Besides
requiring the user to blow away all of the data (a few GB in some cases)
that they've already downloaded and re-pull everything down over the wire.

If the CRC / checksum / MD5 of the file matches what is already in the
repository, SVN should simply note the fact, not transfer the file, but
mark it as being under version control.

(I realize this is probably in a bug or enhancement request... so I'm
probably just venting.)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Nov 2 19:30:59 2006

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.