You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Aaron Larson <Aa...@Honeywell.com> on 2005/09/30 05:44:47 UTC

svn checkout fails to get password protected subdirectory

I have a project structure like:

  dir
    subdir1
    subdir2
    subdir3...

subdir2 is password protected, but none of the other directories are.
If I do a checkout of dir, I get a tree that does *NOT* include
subdir2. 

I've tried specifying --username and --password on the checkout
command but there is no difference.  

I've tried doing an "svn update dir/subdir2" and svn just responds
with:

  At revision 200.

But doesn't "get" the dir.

A checkout specifically of subdir2 works fine (using a cached
password).  Note especially that an svn update inside subdir2 also
works.

If I do an "svn checkout -N http:...subdir2", then svn update inside subdir2
doesn't work -- responds with "At revision 200", but doesn't "get" anything.

I'm using subversion 1.2.  Server is Linux Apache2, and I've tried
cygwin & Linux clients.  There are no errors in the apache error_log,
and the access_log shows nothing different about accesses to subdir2
than any of the other subdirs.  Googling came up empty.

Any ideas?


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org