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

Re: missing files/directories after checkout

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-02-25 00:35:37 CET

On Feb 24, 2005, at 5:22 PM, Mark Menke wrote:
>
>
> Any ideas on how to troubleshoot this?

Yes, I have an idea.

The only thing I can think of that would cause this behavior is the use
of mod_authz_svn; and indeed, I see you're using it!

My hypothesis is that when you do the initial checkout, you're
authenticating as one particular user, and that user doesn't have read
access to those "missing" 5 files, so they don't come down in the
checkout. (To verify, look at the .svn/entries file within the parent
dirs of the missing files... you should see a flag marking the files as
'absent'.)

Then, later on, when you change into the working copy and run 'svn up',
you're authenticating as a *different* user, and thus the absent files
are re-added.

As an experiment, try destroying all of your cached passwords. Just
delete all the cachefiles in %APPDATA%/Subverison/auth/svn.simple/.
Then look and see which usernames are displayed in the authentication
prompts for both the checkout and update.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Feb 25 00:38:03 2005

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.