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

svn checkout fails to get password protected subdirectory

From: Aaron Larson <Aaron.Larson_at_Honeywell.com>
Date: 2005-09-30 07:44:47 CEST

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
Received on Fri Sep 30 10:29:28 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.