RE: Need Help : Purging very old (/unwanted) revisions

2012-09-06 Thread Cooke, Mark
Please try to post in * plain * text (not html or rich text). We also prefer to add text in-line or at the bottom as it makes it easier to read the whole story... > From: vinay modi [mailto:modivi...@gmail.com > ] > Sent: Tuesday, September 04, 2012 4:04 PM > To: users@subv

Question about Basic Authentication

2012-09-06 Thread Anastasio, David M CTR USAF AFMC AFLCMC/HNID
Hello, System Configuration: Windows Server 2003 Apache Subversion 1.7.6 TortoiseSVN 1.7.9 HTTP Server 2.2.22 I am trying to configure Subversion with Basic Authentication but the error log indicates the user cannot be found which tells me the passwd file is not being seen. In this exa

Re: better messaging w/ mod_dontdothat?

2012-09-06 Thread Doug Hunley
On Wed, Sep 5, 2012 at 4:46 PM, Mark Phippard wrote: > Assume you already looked at the code? The comments are interesting and > might point in a direction to go: I did, but as I read it that only makes reference to populating the Apache logs. Where there does it show that I can set the Apache s

Re: better messaging w/ mod_dontdothat?

2012-09-06 Thread Mark Phippard
On Thu, Sep 6, 2012 at 11:26 AM, Doug Hunley wrote: > On Wed, Sep 5, 2012 at 4:46 PM, Mark Phippard wrote: > > Assume you already looked at the code? The comments are interesting and > > might point in a direction to go: > > I did, but as I read it that only makes reference to populating the >

RE: Question about Basic Authentication

2012-09-06 Thread Cooke, Mark
[Note: please post in plain text if at all possible!] > -Original Message- > From: Anastasio, David M CTR USAF AFMC AFLCMC/HNID > [mailto:david.anastasio@hanscom.af.mil] > Sent: 06 September 2012 16:26 > To: users@subversion.apache.org > Subject: Question about Basic Authentication >

RE: Question about Basic Authentication

2012-09-06 Thread Anastasio, David M CTR USAF AFMC AFLCMC/HNID
The mod_authz_user shared object was already enabled in my configuration. Still looking for an answer. Thanks -Original Message- From: Cooke, Mark [mailto:mark.co...@siemens.com] Sent: Thursday, September 06, 2012 11:44 AM To: Anastasio, David M CTR USAF AFMC AFLCMC/HNID; users@subversion

Re: Question about Basic Authentication

2012-09-06 Thread Philip Martin
"Anastasio, David M CTR USAF AFMC AFLCMC/HNID" writes: > The mod_authz_user shared object was already enabled in my configuration. > Still looking for an answer. >> SVNParentPath c:/svnrepos >> AuthType Basic >> AuthName "Subversion repositories" >> AuthUserFile C:/svnrepos/test1/conf/passwd It

RE: Question about Basic Authentication

2012-09-06 Thread Anastasio, David M CTR USAF AFMC AFLCMC/HNID
Yes, I think that is exactly the problem here. I will try to create the password file with htpasswd. Does Apache suggest where the password file should reside? Is it restricted to a certain location? I couldn't find this in the documentation. Thank you. Dave -Original Message- From: MARTI

Re: Question about Basic Authentication

2012-09-06 Thread David Chapman
On 9/6/2012 11:08 AM, Anastasio, David M CTR USAF AFMC AFLCMC/HNID wrote: Yes, I think that is exactly the problem here. I will try to create the password file with htpasswd. Does Apache suggest where the password file should reside? Is it restricted to a certain location? I couldn't find this in

RE: Question about Basic Authentication

2012-09-06 Thread John Maher
Hello I am trying to create a repository without a lot of junk that exists with the source. Namely 2 files and two folders. The import command doesn't seem to allow exclusion, at least not in the book. These exclusions also need to be applied to all users so a directory property is required. B

Re: Question about Basic Authentication

2012-09-06 Thread Thorsten Schöning
Guten Tag John Maher, am Donnerstag, 6. September 2012 um 21:52 schrieben Sie: > Very tedious, unless, of course, there is a better way. You really should start a new thread and maybe ask a question. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail:thorsten.schoen.

RE: Question about Basic Authentication

2012-09-06 Thread Anastasio, David M CTR USAF AFMC AFLCMC/HNID
Thank you, David I did come across another thread with an example that places the password file under the 'conf' sub-directory alongside the http.conf file; so your suggestion is a good one. I also noticed in the same thread that the password file is actually called "svn-password.pass" as opposed