Re: Odd behavior

2011-03-19 Thread Stephen Butler
On Mar 19, 2011, at 22:14 , Rodrigo Montenegro wrote: > I have the following repository configuration file for apache: > > > AuthType Basic > AuthName "Subversion" > AuthUserFile /srv/svn/svnauth > > DAV svn > SVNParentPath /srv/svn/repos > SVNListParentPath On > > require valid-user > > >

Odd behavior

2011-03-19 Thread Rodrigo Montenegro
I have the following repository configuration file for apache: AuthType Basic AuthName "Subversion" AuthUserFile /srv/svn/svnauth DAV svn SVNParentPath /srv/svn/repos SVNListParentPath On require valid-user require valid-user require user secretowner requi

Re: cvs log equivalent

2011-03-19 Thread Johan Corveleyn
On Sat, Mar 19, 2011 at 2:21 AM, Hyrum K. Wright wrote: > 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 :-) >>