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

Re: Whacked problem with server_setup.html file pretending to not exist.

From: <cmpilato_at_collab.net>
Date: 2002-01-16 16:28:58 CET

"Jay Freeman \(saurik\)" <saurik@saurik.com> writes:

> Old:
>
> [root(3)@dreadnought www]# rm server_setup.html
> rm: remove `server_setup.html'? y
> [root(3)@dreadnought www]# svn up
> Restored ./server_setup.html
> [root(3)@dreadnought www]# svn status server_setup.html
> _ server_setup.html

Hmm... server_setup.html doesn't exist any more in HEAD. `svn up'
will first restore missing working files by copying them out from
text-base, but then you should have seen the update process remove
that file altogether (with "D server_setup.html").

I'll try to reproduce this locally and examine as a bug.

> New:
>
> [root(3)@dreadnought www]# rm server_setup.html
> rm: cannot remove `server_setup.html': No such file or directory
> [root(3)@dreadnought www]# svn up
> [root(3)@dreadnought www]# svn status server_setup.html
> server_setup.html

This looks right. Again, there is no subversion/www/server_setup.html
in the HEAD.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:56 2006

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.