[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: Mark Menke <subversion_at_porksoda.com>
Date: 2005-02-25 00:22:19 CET

I've got the same thing happening to me right now. I'll try to get as many
specifics in this email as I can - here's a transcript of a simple checkout.

Starting in the blank working directory -

[mark@blarg working]$ pwd
/home/mark/working
[mark@blarg working]$ ls
[mark_at_blarg working]$ svn co http://subversion.private.com/repos/users/mark/
A mark/IT
A mark/IT/Network Configs
A mark/IT/Network Configs/Firewall
A mark/IT/Network Configs/Firewall/sonicwall.exp
A mark/IT/server_configs

<---- snipped about 290 A's ------>

A mark/IT/server_configs/bugz/etc/cups/pstoraster.convs
A mark/IT/server_configs/bugz/etc/cups/mime.convs
A mark/IT/server_configs/bugz/etc/yp.conf
A mark/IT/server_configs/bugz/etc/rndc.key
Checked out revision 347.
[mark@blarg working]$ ls -R mark | wc -l
300
[mark@blarg working]$ cd mark
[mark@blarg mark]$ svn up
A IT/server_configs/subversion/etc
A IT/server_configs/subversion/etc/aliases
A IT/server_configs/subversion/etc/logrotate.d
A IT/server_configs/subversion/etc/logrotate.d/ppp

<--- snipped about 300 more A's --->

A IT/server_configs/bugz/etc/pam.d/authconfig
A IT/server_configs/bugz/etc/pam.d/system-config-printer-gui
A IT/server_configs/bugz/etc/pam.d/printconf
A IT/server_configs/bugz/etc/sysconfig/irda
Updated to revision 347.
[mark@blarg mark]$ ls -R . | wc -l
640
[mark@blarg mark]$ svn up
A IT/server_configs/subversion/etc/httpd/conf/Makefile
A IT/server_configs/subversion/etc/pam.d/printconf
A IT/server_configs/subversion/etc/sgml/openjade.cat
A IT/server_configs/subversion/etc/sysconfig/network-scripts/ifup-aliases
A IT/server_configs/subversion/etc/sysconfig/network-scripts/ifdown-sl
Updated to revision 347.
[mark@blarg mark]$ ls -R . | wc -l
645
[mark@blarg mark]$ svn up
At revision 347.
[mark@blarg mark]$ svn up
At revision 347.
[mark@blarg mark]$ svn up
At revision 347.
[mark@blarg mark]$ svn --version
svn, version 1.1.3 (r12730)
   compiled Jan 18 2005, 08:28:22

Copyright (C) 2000-2004 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet
(http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
  - handles 'http' schema
  - handles 'https' schema
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' schema
* ra_svn : Module for accessing a repository using the svn network protocol.
  - handles 'svn' schema

The server is also running r12730.

The only access to the repository is through https (although I turned off
the redirect to https for the above example, and so I could capture using
tcpdump)

Both the client and server are on fedora core 2, and subversion was
nstalled from the .rpm's at

http://atrpms.net/dist/fc2/subversion/.
Apache is version 2.0.51 from fedora.

Here's the relevant part of the httpd.conf.

LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so

<Location /repos>
  # Redirect To SSL
# ErrorDocument 403 https://subversion.private.com/repos/
   DAV svn
   SVNPath /repository
   AuthzSVNAccessFile /etc/svnperms.conf

  AuthType Kerberos
  AuthName "Private Login"
  KrbMethodNegotiate Off
  KrbMethodK5Passwd On
  KrbSaveCredentials Off
  KrbAuthRealms PRIVATE.COM
  Krb5KeyTab /etc/httpd/conf/keytab
  KrbServiceName HTTP
  require valid-user
      # Require SSL connection for password protection.
# SSLRequireSSL
</Location>

Any ideas on how to troubleshoot this? I've tested from multiple clients,
and they all have similar problems, including tortiseSVN users. There
only errors in the apache logs are a "krb5_verify_init_creds() failed:
Request is a replay" error.

I can provide tcpdump files if needed.

Thanks

-Mark Menke

---------------------------------------------------------------------
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:24:46 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.