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

Re: Cleanup failure

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Sun, 24 Aug 2008 09:58:51 +0200

Lars Zeb wrote:
> Stefan,
>
> Thanks for the response. The error message is:
>
> Error : Commit succeeded, but other errors follow:
> Error : Error bumping revisions post-commit (details follow):
> Error : In directory
> 'E:\Development\MailHouse\MailHouse.Data\DB'
> Error : Error processing command 'committed' in
> 'E:\Development\MailHouse\MailHouse.Data\DB'
> Error : Can't move
> Error :
> 'E:\Development\MailHouse\MailHouse.Data\DB\.svn\pr...\Zip.part.cs.svn-work'
> to
> Error :
> 'E:\Development\MailHouse\MailHouse.Data\DB\.svn\prop-base\Zip.part.cs.svn-...\
>
> Error : The system cannot find the path specified.

This either means you've committed a new file with the same name as an
existing one but differing in case, or you're working copy is on a
network share (most likely SAMBA).

If the first, please see here:
http://tortoisesvn.tigris.org/faq.html#cantmove

If the latter: move your working copy to the local harddrive to avoid
such problems in the future.

To resolve this problem for now, delete the folder in question (not an
svn delete but a normal delete), then update its parent folder to get it
back.

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net

Received on 2008-08-24 09:59:10 CEST

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

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