On Jul 15, 2007, at 11:04, Chaim Keren Tzion wrote:
> SVN tells me that my directory is locked and will not do updates.
> When I attempt to do an svn cleanup I get a message and then it
> creates an
> empty tmp file:
>
> svn cleanup includes/
> svn: In directory 'includes'
> svn: Can't copy 'includes/.svn/tmp/text-base/header.php.svn-base'
> to 'includes/header.php.tmp': No such file or directory
>
>
>
> When I repeat the command it creates another file like:
> header.php.2.tmp
> header.php.3.tmp
> header.php.4.tmp
> header.php.5.tmp
> ...
>
> svn status
> ? header.php.2.tmp
> ? header.php.3.tmp
> ? header.php.4.tmp
> ? header.php.5.tmp
> ? header.php.6.tmp
> ? header.php.tmp
> L .
>
> Deleting the tmp files just restarts the process.
>
> Help!!!
Does includes/.svn/tmp/text-base/header.php.svn-base exist?
Subversion thinks it should. If it doesn't, maybe your working copy
is messed up somehow. Try checking out a new working copy.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Jul 15 20:43:04 2007