Re: Limited subdirectory access

2012-01-31 Thread Thorsten Schöning
Guten Tag K F, am Montag, 30. Januar 2012 um 23:20 schrieben Sie: > [ABC:/DEF] > @dev = r > @dev1 = rw > Do I need the ABC in the front? If it's just one repository your configuring your authz file for,your shouldn't need to specify ABC, so try without. If this doesn't work, you really should pr

Re: Unable to checkout/add hidden files to repo

2012-01-31 Thread Daniel Shahaf
Probably a bogus httpd config --- overly greedy application of a "don't GET .htaccess" directive. Try files called .ABC Jon Grimes wrote on Mon, Jan 30, 2012 at 19:32:27 -0500: > Hello, > > I'm having a strange problem and because it has to do with hidden files I'm > having a real hard time find

Re: svn status returns incorrect results on Windows 7

2012-01-31 Thread Johan Corveleyn
On Tue, Jan 31, 2012 at 3:35 AM, Justin Johnson wrote: > On Sun, Jan 29, 2012 at 3:25 PM, Konstantin Kolinko > wrote: >> 2012/1/27 Justin Johnson : >>> Hi, >>> >>> I am running Subversion 1.7.2 64 bit installer from CollabNet on >>> Windows 7.  The problem I'm experiencing can be seen in the outp

RE: Limited subdirectory access

2012-01-31 Thread Cooke, Mark
> -Original Message- > From: K F [mailto:cmkfo...@yahoo.com] > Sent: 30 January 2012 20:40 > To: users@subversion.apache.org > Subject: Limited subdirectory access > > We have repo ABC with 40+ subdirectories. Current svn > security allows developers rw permissions and qa read only to

RE: Limited subdirectory access

2012-01-31 Thread Cooke, Mark
Dang, missed all the other replies, sorry... > -Original Message- > From: Cooke, Mark > Sent: 31 January 2012 09:25 > To: K F; users@subversion.apache.org > Subject: RE: Limited subdirectory access > > > -Original Message- > > From: K F [mailto:cmkfo...@yahoo.com] > > Sent: 30

RE: Can relocate from a svnserve based server that was 'svn sync' to a new http based server

2012-01-31 Thread Tony Sweeney
From: Brent Webster [mailto:bwebs...@belairnetworks.com] Sent: 31 January 2012 03:08 To: users@subversion.apache.org Cc: Brent Webster Subject: Can relocate from a svnserve based server that was 'svn sync' to a new http based server I have numerous large svn rep

Re: Unable to checkout/add hidden files to repo

2012-01-31 Thread Jon Grimes
This happens with any hidden file, not just .htaccess files. Any idea's? On Tue, Jan 31, 2012 at 3:19 AM, Daniel Shahaf wrote: > Probably a bogus httpd config --- overly greedy application of a "don't > GET .htaccess" directive. Try files called .ABC > > Jon Grimes wrote on Mon, Jan 30, 2012 at

Re: Unable to checkout/add hidden files to repo

2012-01-31 Thread Ryan Schmidt
On Jan 31, 2012, at 06:47, Jon Grimes wrote: > On Tue, Jan 31, 2012 at 3:19 AM, Daniel Shahaf wrote: >> Jon Grimes wrote on Mon, Jan 30, 2012 at 19:32:27 -0500: >>> Essentially my repository wont let me check out or commit any hidden files. >>> (.htaccess) >> >> Probably a bogus httpd config --- o

Re: Limited subdirectory access

2012-01-31 Thread K F
I had already tried [/DEF] @dev = r @dev1 = rw and that did not work. --- On Tue, 1/31/12, Thorsten Schöning wrote: > From: Thorsten Schöning > Subject: Re: Limited subdirectory access > To: users@subversion.apache.org > Date: Tuesday, January 31, 2012, 8:04 AM > Guten Tag K F, > am Montag, 3

Re: Unable to checkout/add hidden files to repo

2012-01-31 Thread Jon Grimes
You guys were right. I found the below line in my httpd.conf with a note saying i added it in April of 2010 RedirectMatch 404 /\\..*(/.*|$) I don't understand how I'm just now having this problem though. Doesn't make any sense. Thanks for you help. On Tue, Jan 31, 2012 at 8:05 AM, Ryan Schmidt

RE: Limited subdirectory access

2012-01-31 Thread K F
--- On Tue, 1/31/12, Cooke, Mark wrote: > From: Cooke, Mark > Subject: RE: Limited subdirectory access > To: "K F" , "users@subversion.apache.org" > > Date: Tuesday, January 31, 2012, 9:25 AM > > -Original Message- > > From: K F [mailto:cmkfo...@yahoo.com] > > > Sent: 30 January 201

Re: Unable to checkout/add hidden files to repo

2012-01-31 Thread Ryan Schmidt
On Jan 31, 2012, at 07:18, Jon Grimes wrote: > You guys were right. I found the below line in my httpd.conf with a note > saying i added it in April of 2010 > > RedirectMatch 404 /\\..*(/.*|$) > > I don't understand how I'm just now having this problem though. Doesn't make > any sense. You

Re: Unable to checkout/add hidden files to repo

2012-01-31 Thread Daniel Shahaf
Did you upgrade your client recently? Jon Grimes wrote on Tue, Jan 31, 2012 at 08:18:36 -0500: > You guys were right. I found the below line in my httpd.conf with a note > saying i added it in April of 2010 > > RedirectMatch 404 /\\..*(/.*|$) > > I don't understand how I'm just now having this

tortoisesvn browser vs win repo browser

2012-01-31 Thread MM
Hello, I have a svn server configured with https. I managed to browse the repo from a web browser (chrome) where it did ask me for auth username and passwd. However, using the exact same https://ipaddress as I used in the browser, win repo browser of tortoisesvn fails saying "OPTIONS of https://ip

Re: Unable to checkout/add hidden files to repo

2012-01-31 Thread Daniel Shahaf
Ryan Schmidt wrote on Tue, Jan 31, 2012 at 07:33:03 -0600: > > On Jan 31, 2012, at 07:18, Jon Grimes wrote: > > > You guys were right. I found the below line in my httpd.conf with a note > > saying i added it in April of 2010 > > > > RedirectMatch 404 /\\..*(/.*|$) > > > > I don't understand

Re: Limited subdirectory access

2012-01-31 Thread Stefan Sperling
On Tue, Jan 31, 2012 at 05:22:15AM -0800, K F wrote: > I tried without anything and still no good > > [/DEF] > @dev = > @dev1 = rw > > > I have setup a test repo called sandbox with some subdirectories. Here is my > authz file minus all the commented out lines: > > [aliases] > > [groups] > d

Re: tortoisesvn browser vs win repo browser

2012-01-31 Thread Ryan Schmidt
On Jan 31, 2012, at 07:40, MM wrote: > I have a svn server configured with https. > I managed to browse the repo from a web browser (chrome) where it did ask me > for auth username and passwd. > However, using the exact same https://ipaddress as I used in the browser, > win repo browser of torto

Re: Limited subdirectory access

2012-01-31 Thread Andy Levy
On Tue, Jan 31, 2012 at 08:22, K F wrote: > > > --- On Tue, 1/31/12, Cooke, Mark wrote: > >> From: Cooke, Mark >> Subject: RE: Limited subdirectory access >> To: "K F" , "users@subversion.apache.org" >> >> Date: Tuesday, January 31, 2012, 9:25 AM >> > -Original Message- >> > From: K F

Re: Limited subdirectory access

2012-01-31 Thread Philip Martin
Stefan Sperling writes: > On Tue, Jan 31, 2012 at 05:22:15AM -0800, K F wrote: >> [groups] >> dev = rcrespo, test >> dev1 = test >> qa = qagroup >> >> [/DEF] >> @dev = >> @dev1 = rw >> >> [/] >> @dev = rw >> @qa = r >> >> I am still able to commit files in the DEF directory using the rcrespo

Re: Unable to checkout/add hidden files to repo

2012-01-31 Thread Jon Grimes
I had the same problem with both client version 1.5.1 that's installed on the server and 1.6.12 that's on my laptop (ubuntu 11.10) . This is an old server still running debian lenny, so it has not gotten many updates lately. I don't really understand how this is just now coming up as a problem. it

Re: tortoisesvn browser vs win repo browser

2012-01-31 Thread Johan Corveleyn
On Tue, Jan 31, 2012 at 2:47 PM, Ryan Schmidt wrote: > > On Jan 31, 2012, at 07:40, MM wrote: > >> I have a svn server configured with https. >> I managed to browse the repo from a web browser (chrome) where it did ask me >> for auth username and passwd. >> However, using the exact same https://ip

Re: svn status returns incorrect results on Windows 7

2012-01-31 Thread Justin Johnson
On Tue, Jan 31, 2012 at 2:47 AM, Johan Corveleyn wrote: > On Tue, Jan 31, 2012 at 3:35 AM, Justin Johnson > wrote: >> On Sun, Jan 29, 2012 at 3:25 PM, Konstantin Kolinko >> wrote: >>> 2012/1/27 Justin Johnson : Hi, I am running Subversion 1.7.2 64 bit installer from CollabNet on >

Re: Limited subdirectory access

2012-01-31 Thread K F
--- On Tue, 1/31/12, Andy Levy wrote: > From: Andy Levy > Subject: Re: Limited subdirectory access > To: "K F" > Cc: "users@subversion.apache.org" , "MarkCooke" > > Date: Tuesday, January 31, 2012, 1:54 PM > On Tue, Jan 31, 2012 at 08:22, K F > > wrote: > > > > > > --- On Tue, 1/31/12, Coo

RE: Limited subdirectory access

2012-01-31 Thread Bob Archer
> I had already tried > > [/DEF] > @dev = r > @dev1 = rw > > and that did not work. Did you step back further. 1st, svn is case sensitive, so is the path in question actually all upper case? Even further back than that... did you try to just give all users read only access to root to ensure y

RE: tortoisesvn browser vs win repo browser

2012-01-31 Thread MM
> -Original Message- > From: Johan Corveleyn [mailto:jcor...@gmail.com] > Sent: 31 January 2012 14:05 > To: MM > Cc: users@subversion.apache.org; Ryan Schmidt > Subject: Re: tortoisesvn browser vs win repo browser > > On Tue, Jan 31, 2012 at 2:47 PM, Ryan Schmidt > wrote: > > > > On Jan

Re: Limited subdirectory access

2012-01-31 Thread K F
--- On Tue, 1/31/12, Philip Martin wrote: > From: Philip Martin > Subject: Re: Limited subdirectory access > To: "K F" > Cc: "users@subversion.apache.org" , "MarkCooke" > > Date: Tuesday, January 31, 2012, 2:00 PM > Stefan Sperling > writes: > > > On Tue, Jan 31, 2012 at 05:22:15AM -0800,

Re: Limited subdirectory access

2012-01-31 Thread Philip Martin
K F writes: > Apache was restarted and I can still commit with rcrespo. > > Here is what is in svnserve.conf in case something is set wrong there: Apache doesn't use svnserve.conf. -- Philip

RE: Limited subdirectory access

2012-01-31 Thread K F
I tried your suggestion of [/] *=r and I can still commit. So does that point to an error in svnserve.conf? --- On Tue, 1/31/12, Bob Archer wrote: > From: Bob Archer > Subject: RE: Limited subdirectory access > To: "K F" , "users@subversion.apache.org" > , "Thorsten Schöning" > Date: Tuesd

RE: Limited subdirectory access

2012-01-31 Thread Bob Archer
> I tried your suggestion of > > [/] > *=r > > and I can still commit. So does that point to an error in svnserve.conf? > Yes, something is not configured properly. You are using the svn:// protocol to access your repository? BOb > --- On Tue, 1/31/12, Bob Archer wrote: > > > From: Bob Ar

RE: Limited subdirectory access

2012-01-31 Thread K F
--- On Tue, 1/31/12, Bob Archer wrote: > From: Bob Archer > Subject: RE: Limited subdirectory access > To: "K F" , "users@subversion.apache.org" > , "Thorsten Schöning" > Date: Tuesday, January 31, 2012, 3:24 PM > > I tried your suggestion of > > > > [/] > > *=r > > > > and I can still com

RE: Can relocate from a svnserve based server that was 'svn sync' to a new http based server

2012-01-31 Thread Brent Webster
There have been several replies telling me to use the 'svnadmin setuuid command and that worked great. Thanks, Brent -Original Message- From: Lorenz [mailto:loren...@yahoo.com] Sent: January-31-12 2:10 AM To: users@subversion.apache.org Subject: Re: Can relocate from a svnserve based ser

RE: Limited subdirectory access

2012-01-31 Thread Bob Archer
> --- On Tue, 1/31/12, Bob Archer wrote: > > > From: Bob Archer > > Subject: RE: Limited subdirectory access > > To: "K F" , "users@subversion.apache.org" > > , "Thorsten Schöning" > > > > Date: Tuesday, January 31, 2012, 3:24 PM > > > I tried your suggestion of > > > > > > [/] > > > *=r > > >

RE: Limited subdirectory access

2012-01-31 Thread Bob Archer
> --- On Tue, 1/31/12, Bob Archer wrote: > > > From: Bob Archer > > Subject: RE: Limited subdirectory access > > To: "K F" , "users@subversion.apache.org" > > , "Thorsten Schöning" > > > > Date: Tuesday, January 31, 2012, 3:24 PM > > > I tried your suggestion of > > > > > > [/] > > > *=r > > >

RE: Limited subdirectory access

2012-01-31 Thread K F
--- On Tue, 1/31/12, K F wrote: > From: K F > Subject: RE: Limited subdirectory access > To: "users@subversion.apache.org" , "Thorsten > Schöning" , "Bob Archer" > Date: Tuesday, January 31, 2012, 3:29 PM > > > --- On Tue, 1/31/12, Bob Archer > wrote: > > > From: Bob Archer > > Subject:

Re: Limited subdirectory access

2012-01-31 Thread Daniel Shahaf
Bob Archer wrote on Tue, Jan 31, 2012 at 10:50:45 -0500: > Are you restarting svnserver after you make config/auth file changes? > Previous emails you talked about restarting apache.. but if you use > the svn:// protocol you are NOT using Apache. Last I checked it wasn't necessary to restart svnse