Re: Path-based authentication with 1.8.8

2014-03-10 Thread Philip Martin
Steve Boone writes: > Sorry, I edited my file before I posted to remove company sensitive > info. The actual file is ... > > [groups] > users = User1, User2, User3 > > -Original Message- > From: Philip Martin > Sent: Monday, March 10, 2014 3:10 PM > To: Steve Boone > Cc: users@subversion

Re: Path-based authentication with 1.8.8

2014-03-10 Thread Andy Levy
On Mon, Mar 10, 2014 at 3:21 PM, Steve Boone wrote: > Sorry, I edited my file before I posted to remove company sensitive info. > The actual file is ... > > [groups] > users = User1, User2, User3 I've had spaces after the comma cause problems with groups in older versions; try removing them here

Re: Path-based authentication with 1.8.8

2014-03-10 Thread Steve Boone
Sorry, I edited my file before I posted to remove company sensitive info. The actual file is ... [groups] users = User1, User2, User3 -Original Message- From: Philip Martin Sent: Monday, March 10, 2014 3:10 PM To: Steve Boone Cc: users@subversion.apache.org Subject: Re: Path-based aut

Re: Path-based authentication with 1.8.8

2014-03-10 Thread Philip Martin
Steve Boone writes: > [groups] > @users = User1, User2, User3 @ here is wrong. -- Philip Martin | Subversion Committer WANdisco // *Non-Stop Data*

Path-based authentication with 1.8.8

2014-03-10 Thread Steve Boone
Hello, I have been experiencing a problem using path-based authorization with version 1.8.8 and Apache. I am attempting to give a couple of users RW access to a particular sub-directory but when they attempt to commit changes they are denied. Here is a snippet of the authorization file. [grou

RE: Subversion checked-out files not indexed in Windows search

2014-03-10 Thread Bob Archer
> It appears that files checked out using Subversion (1.7 onwards) are marked > as not indexable by Windows search. The way in which this happens appears > to be as follows: > > When the WC is created: > > 1. .svn directory is created, and marked as hidden and not indexable. > 2. .svn/tmp directo

Subversion checked-out files not indexed in Windows search

2014-03-10 Thread Gareth McCaughan
It appears that files checked out using Subversion (1.7 onwards) are marked as not indexable by Windows search. The way in which this happens appears to be as follows: When the WC is created: 1. .svn directory is created, and marked as hidden and not indexable. 2. .svn/tmp directory is created, a

RE: Update in excluded directory schedules files for deletion

2014-03-10 Thread Bert Huijben
> -Original Message- > From: Holger Schmidt [mailto:holger.schm...@zmdi.com] > Sent: maandag 10 maart 2014 09:19 > To: users@subversion.apache.org > Cc: Holger Schmidt > Subject: Re: Update in excluded directory schedules files for deletion > > On 03.03.2014 16:26, Holger Schmidt wrote:

Svn merge using only working copy paths

2014-03-10 Thread Straaten, Onno van der
Hi, In an attempt to make svn merge perform better I am trying to do the merge using only local paths. Not sure if this can help but I thought it wouldn't hurt to try. But now it seems this is not possible because of what looks like a bug to me. In any case I can't explain it and the help does

Re: Update in excluded directory schedules files for deletion

2014-03-10 Thread Holger Schmidt
On 03.03.2014 16:26, Holger Schmidt wrote: Hi, Can someone please look at this issue, I think it is a bug. I have a working copy with some directories, some have private files in them. I don't need one of the directories and exclude it from the working copy with "svn up --set-depth=exclude". The