Re: AuthzSVNAccessFile limitations

2011-03-18 Thread Roch Auburtin
I tested with groups with thousand of users without any problem. All the users are specified in the same line. On 18/03/2011 15:52, Rodrigo Montenegro wrote: Hey, guys! I looked everywhere for this info and I have not foud it. I am quiting trying to control access with LDAP groups but I am k

Re: cvs log equivalent

2011-03-18 Thread Hyrum K. Wright
On Fri, Mar 18, 2011 at 6:13 PM, Paul Graham wrote: > I could find all the change versions of a file, then do an svn diff for each > change, then parse the output and determine the number of changes, but that > seems excessive :-) > > rcs has this lines+/- information directly in the database.  

Re: cvs log equivalent

2011-03-18 Thread Paul Graham
I could find all the change versions of a file, then do an svn diff for each change, then parse the output and determine the number of changes, but that seems excessive :-) rcs has this lines+/- information directly in the database. Is svn organized differently under the hood? Paul - Orig

Re: cvs log equivalent

2011-03-18 Thread Ryan Schmidt
On Mar 18, 2011, at 08:39, Paul Graham wrote: > The cvs log command includes information about the size of each change: > Is there any way to get an output similar to cvs log? Not with the standard client, no. Perhaps such a thing could be written with a custom script.

Re: cvs log equivalent

2011-03-18 Thread Paul Graham
Andy, Thanks for the reply, but svn log --verbose does not do what I asked about. What I'm interested in is something like cvs log which shows the number of lines affected by the change, e.g., "lines: +10 -5". Paul - Original Message - From: "Andy Levy" To: "Paul Graham" Cc: users@s

Re: cvs log equivalent

2011-03-18 Thread Andy Levy
On Fri, Mar 18, 2011 at 09:39, Paul Graham wrote: > SVN experts: > > The cvs log command includes information about the size of each change: > > revision 1.14 > date: 2010-03-13 18:26:55 -0500;  author: pgraham;  state: Exp;  lines: +331 > -288; > Rewrote function. >

cvs log equivalent

2011-03-18 Thread Paul Graham
SVN experts: The cvs log command includes information about the size of each change: revision 1.14 date: 2010-03-13 18:26:55 -0500; author: pgraham; state: Exp; lines: +331 -288; Rewrote function. revision 1.13 date: 2010-03-04 22:17:56 -0500; author: pgraham; s

Re: 'Could not get next bucket brigade' error

2011-03-18 Thread Nico Kadel-Garcia
On Fri, Mar 18, 2011 at 10:50 AM, Stefan Sperling wrote: > On Fri, Mar 18, 2011 at 10:40:34AM -0400, Nico Kadel-Garcia wrote: >> Rechecking my test environment, 1.6.16 builds well enough on RHEL >> 5/CentOS 5 with just the version change. RHEL 6 is a *disaster*, >> partly due swig integration. (RH

Re: AuthzSVNAccessFile limitations

2011-03-18 Thread Stefan Sperling
On Fri, Mar 18, 2011 at 11:52:51AM -0300, Rodrigo Montenegro wrote: > Hey, guys! > > I looked everywhere for this info and I have not foud it. > > I am quiting trying to control access with LDAP groups but I am keeping the > authentication. > > So, I decided to use the AuthzSVNAccessFile directi

AuthzSVNAccessFile limitations

2011-03-18 Thread Rodrigo Montenegro
Hey, guys! I looked everywhere for this info and I have not foud it. I am quiting trying to control access with LDAP groups but I am keeping the authentication. So, I decided to use the AuthzSVNAccessFile directive to make groups and control the access to some repos, projects and paths. I tested

Re: 'Could not get next bucket brigade' error

2011-03-18 Thread Stefan Sperling
On Fri, Mar 18, 2011 at 10:40:34AM -0400, Nico Kadel-Garcia wrote: > Rechecking my test environment, 1.6.16 builds well enough on RHEL > 5/CentOS 5 with just the version change. RHEL 6 is a *disaster*, > partly due swig integration. (RHEL 6 finally has a recent enough swig > and sqlite not to need

Re: 'Could not get next bucket brigade' error

2011-03-18 Thread Nico Kadel-Garcia
On Fri, Mar 18, 2011 at 10:26 AM, Stefan Sperling wrote: > On Fri, Mar 18, 2011 at 10:13:00AM -0400, Nico Kadel-Garcia wrote: >> On Fri, Mar 18, 2011 at 10:07 AM, Stefan Sperling wrote: >> > On Thu, Mar 17, 2011 at 11:33:41PM -0400, Nico Kadel-Garcia wrote: >> >> The 1.6.16 has some minor build-s

Re: 'Could not get next bucket brigade' error

2011-03-18 Thread Stefan Sperling
On Fri, Mar 18, 2011 at 10:13:00AM -0400, Nico Kadel-Garcia wrote: > On Fri, Mar 18, 2011 at 10:07 AM, Stefan Sperling wrote: > > On Thu, Mar 17, 2011 at 11:33:41PM -0400, Nico Kadel-Garcia wrote: > >> The 1.6.16 has some minor build-structure changes that have broken the > >> SRPM's. I'm wonderin

Re: 'Could not get next bucket brigade' error

2011-03-18 Thread Nico Kadel-Garcia
On Fri, Mar 18, 2011 at 10:07 AM, Stefan Sperling wrote: > On Thu, Mar 17, 2011 at 11:33:41PM -0400, Nico Kadel-Garcia wrote: >> The 1.6.16 has some minor build-structure changes that have broken the >> SRPM's. I'm wondering if it's even worth pursuing, for environments >> that don't rely on HTTP/

Re: 'Could not get next bucket brigade' error

2011-03-18 Thread Stefan Sperling
On Thu, Mar 17, 2011 at 11:33:41PM -0400, Nico Kadel-Garcia wrote: > The 1.6.16 has some minor build-structure changes that have broken the > SRPM's. I'm wondering if it's even worth pursuing, for environments > that don't rely on HTTP/HTTPS authentication, especially because I'm > such a long-stan

(Checkout depth != Fully recursive) and svn:externals problem

2011-03-18 Thread McMorning
Yesterday i posted this question at the TortoiseSVN user list: http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2712140 Due to the answer of Dale (http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2712147) i'm going to ask the same question here

RE: subversion authz file question

2011-03-18 Thread Cooke, Mark
> -Original Message- > From: bruce [mailto:badoug...@gmail.com] > Sent: 18 March 2011 01:36 > To: users@subversion.apache.org > Subject: subversion authz file question > > hi. > > > my question has to do with the structure of the authz access file. > > I'm trying to understand the set

Issue 3445, Error setting property 'log' Could not execute PROPPATCH

2011-03-18 Thread Gert Kello
Hi. Seems like I have hit with the issue http://subversion.tigris.org/issues/show_bug.cgi?id=3445 Well, it is old report but still open? When committing to https://proxyserver/svn/ the client shows message svn: Commit failed (details follow): svn: At least one property change failed; repository