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

Re: still inconsistent, file in repository, but not in wc

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-08-21 17:16:00 CEST

solo turn <soloturn99@yahoo.com> writes:

> yep, i did that (the next lines of the trace, as also stated in the
> previous mail), and it did NOT work.
>
> $ cd ..
> $ mv b b_sav
> $ svn status
> svn: No such file or directory
> svn: assemble_status: b: No such file or directory
> $ svn up
> svn: No such file or directory
> svn: svn_io_file_open: can't open `b/.svn/lock'

OK, there is something messed up with our wc library in HEAD. I'm
able to reproduce these bugs using r3004, on an ra_local working copy
of our standard greek tree:

$ cd A
$ mv D was_D
$ svn st
subversion/libsvn_wc/status.c:251: (apr_err=2, src_err=0)
svn: No such file or directory
svn: assemble_status: D: No such file or directory

#### What the heck? why would a missing directory print error instead
     of a plain old "!" like it's supposed to?

$ svn up
subversion/libsvn_subr/io.c:1567: (apr_err=2, src_err=0)
svn: No such file or directory
svn: svn_io_file_open: can't open `D/.svn/lock'

#### again, the wc should report D as 'missing', and the full
     directory should be re-added in the update-report response.
     We're erroring out early.

Shall I file this as one or two issues? We're definitely regressing
here.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Aug 21 17:17:47 2002

This is an archived mail posted to the Subversion Dev mailing list.

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