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

svn mkdir and propagation of .svn/auth/

From: Andreas J. Koenig <andreas.koenig_at_anima.de>
Date: 2003-04-03 19:51:35 CEST

The following examples were tested with 0.20.0, both server and
client.

Shouldn't "svn mkdir" create an auth/username and auth/password in the
newly created directory? In the following scenario it doesn't:

  % svn co http://localhost/svn/test
  k's password:
  Checked out revision 0.
  % cd test
  % ls -l .svn/auth/password
  -r-------- 1 k svn 8 Apr 3 18:03 .svn/auth/password
  % svn mkdir foo
  A foo
  % ls -l foo/.svn/auth
  total 0
  % svn ci -m ''
  Adding foo

  Committed revision 1.
  % ls -l foo/.svn/auth
  total 0

Even the "svn ci" does not create the auth/* files. This can lead to
the inconvenient situation that I have to enter the password again, as
in

  % cd foo
  % svn st -u
  k's password:
  Head revision: 1
  %

Bug?

-- 
andreas
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Apr 3 19:52:40 2003

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.