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

RE: Something awry in working copy...

From: Reedick, Andrew <Andrew.Reedick_at_BellSouth.com>
Date: 2006-08-28 15:48:17 CEST

> -----Original Message-----
> From: mal content [mailto:artifact.one@googlemail.com]
> Sent: Sunday, August 27, 2006 6:46 AM
> To: Subversion List
> Subject: Something awry in working copy...
>
>
> Something's happened...
>
> $ svn commit
> svn: Out of date: '/cpj/branches/redesign_20060806/new_tools' in
> transaction '942-1'
> svn: Your commit message was left in a temporary file:
> svn: '/mnt/home/mc/svn/cpj/branches/svn-commit.tmp'
> $ svn up
> svn: Your .svn/tmp directory may be missing or corrupt; run 'svn
> cleanup' and try again
> svn: Can't open file
> 'UNIT_TESTS/t_abs_path/testdata/dir_a/.svn/tmp/entries': No such file
> or directory
> $ svn cleanup
> svn: Can't open directory
> 'UNIT_TESTS/t_abs_path/testdata/dir_a/.svn/tmp': No such file or
> directory
>
> My working copy appears to be locked, and svn cleanup is no
> help as somehow
> something seems to have corrupted itself. I was doing nothing out of
> the ordinary,
> I made a few small changes to some files and attempted to commit.
>
> So, er now what?
>

When that's happened to me, I have to manually create the missing tmp
dirs:
        mkdir UNIT_TESTS/t_abs_path/testdata/dir_a/.svn/tmp
Then run 'svn cleanup' and 'svn status -u' to make sure everything is
kosher.

No idea what causes it in the first place though.

*****

The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential, proprietary, and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from all computers. GA624

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Aug 28 15:51:27 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.