[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: mal content <artifact.one_at_googlemail.com>
Date: 2006-08-28 05:33:01 CEST

On 27/08/06, Ryan Schmidt <subversion-2006c@ryandesign.com> wrote:
> On Aug 27, 2006, at 15:41, mal content wrote:
>
> >> > $ 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
> >>
> >> Well, does the directory .svn/tmp actually exist or not? It is
> >> necessary, and if it's missing, then the working copy is broken and
> >> you could check it out again. Alternatively, if the tmp directoyr is
> >> all that's missing, you could just try recreating it. Perhaps there
> >> is some weird process on your machine that's periodically deleting
> >> directories called tmp? Or maybe such a process ran specifically on
> >> this working copy?
> >
> > No, it doesn't exist, and I really have no idea what could have
> > removed
> > it. I don't use any tmp cleaners or anything like that. My exact
> > actions
> > were to run make, run make clean, edit two files, run make and then
> > attempt to commit. Nothing in any of those invocations of make would
> > have touched that directory, so this is a little worrying.
>
> Are you sure about your "make clean"?

I just went through the Makefile again to make doubly sure and I think I
can safely rule out that. The Makefile is written in a very explicit style,
naming each object file individually:

rm -f abs_path.o alloc.o array.o array_cat.o \
        array_chop.o array_index.o auto-text.o base_name.o ...

Continuing down the thread replies...
MC

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