[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-20 19:00:56 CEST

solo turn <soloturn99@yahoo.com> writes:

> how can i repair the following case:
> - a file and a dir is in the repository
> - the working copy knows nothing about it
> but i could put the files there
> (i got "?" as status, and with "add"
> i got status "A" ... which clearly does
> not help)
>
> preferable, without throwing away the whole working-copy and do a
> "co" again.
>
> (after this ... we should be ok again ... and this caused by
> inconsistent apr *sweat*).

Don't delete the whole working copy. Delete the one directory that is
"missing knowledge" of the file. Then 'svn up' the whole working
copy. The client will report the directory as missing, and the server
will resend the whole directory.

 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 20 19:02:33 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.