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

Quick problem with svn

From: Jack Farley <subversion_at_theweldstudio.com>
Date: 2007-07-27 03:29:54 CEST

Hello,

I have just noticed a problem with svn. It may just be my set up... I have
the following type of structure with the folders with a * requiring
authentication
svn/
 |-gen/ *
 |-uni/
    |-current/ *
    |-archive/*

and the following config for apache

DAV svn
      SVNPath /var/svn
      AuthzSVNAccessFile /var/svn/conf/svnpolicy
      Satisfy Any
      Require valid-user
      AuthType Basic
      AuthName "Repository"
      AuthUserFile /var/svn/conf/svnusers

The problem is when I try and check out the top directory (svn) it only
checks out the uni directory (excluding current and archive) even if I use
the --username and --password in the command line. I know that this
behaviour is correct for the set up I have atm, but I was wondering if there
is anyway to make it so when I do try and checkout the top directory while
giving the username and password for the folders requiring authentication
that it actually checks out these folders at the same time.

Cheers.

From,
Jack
Received on Fri Jul 27 03:28:52 2007

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.