Re: subversion auth setup 500 Internal Error "Need Authname"

2011-03-17 Thread Ryan Schmidt
On Mar 17, 2011, at 23:23, bruce wrote: > I have the following in the subversion.conf for the apache server: > > > DAV svn > SVNPath /apps/CollegeDir/CollegeRepository/ > > AuthzSVNAccessFile /asvn/svnAccessAuthz > AuthType Basic > # AuthName "Subversion Repository" >

subversion auth setup 500 Internal Error "Need Authname"

2011-03-17 Thread bruce
Hi. Trying to setup svn to use http, with the user/auth user access files. I have the following in the subversion.conf for the apache server: DAV svn SVNPath /apps/CollegeDir/CollegeRepository/ AuthzSVNAccessFile /asvn/svnAccessAuthz AuthType Basic # AuthName "Subve

Re: 'Could not get next bucket brigade' error

2011-03-17 Thread Nico Kadel-Garcia
On Thu, Mar 17, 2011 at 10:38 PM, Konstantin Boyandin wrote: > 03/07/2011 02:24 AM, Nico Kadel-Garcia пишет: >> On Sun, Mar 6, 2011 at 11:43 AM, Daniel Shahaf >> wrote: >>> Nico Kadel-Garcia wrote on Sun, Mar 06, 2011 at 09:00:15 -0500: On Sun, Mar 6, 2011 at 7:22 AM, Andy Levy wrote:

Re: 'Could not get next bucket brigade' error

2011-03-17 Thread Konstantin Boyandin
03/07/2011 02:24 AM, Nico Kadel-Garcia пишет: > On Sun, Mar 6, 2011 at 11:43 AM, Daniel Shahaf > wrote: >> Nico Kadel-Garcia wrote on Sun, Mar 06, 2011 at 09:00:15 -0500: >>> On Sun, Mar 6, 2011 at 7:22 AM, Andy Levy wrote: On Sat, Mar 5, 2011 at 22:34, Konstantin Boyandin wrote: >>>

Re: subversion crash report

2011-03-17 Thread R. Cody Erben
On Mar 16, 2011, at 16:33 , Lieven Govaerts wrote: > On Wed, Mar 16, 2011 at 11:08 PM, Ryan Schmidt > wrote: >> >> On Mar 16, 2011, at 14:20, Darryl Fenwick wrote: >>> My subversion (version 1.6.15) on my 64-bit windows 7 machine has been >>> unstable. I get a lot of complaints about not being

subversion authz file question

2011-03-17 Thread bruce
hi. got a test situation where I have a http server setup i can access the repos at: http://192.168.1.1/repos/trunk/foo the svn subversion.conf has . SVNPath /apps/CollegeDir/CollegeRepository/ . . my question has to do with the structure of the authz access file. I'm trying to underst

Subversion + Apache + LDAP groups and permissions

2011-03-17 Thread Rodrigo Montenegro
Hey guys, I have a big problem here. I was planning to use this configration below in my subversion + apache server. I use a LDAP server to authenticate, and my intention was to use LDAP groups do stabilish authorization to some project folders. As you can see below, I wish to make the folder sec

Re: "svn log" not showing all the changes?

2011-03-17 Thread Ryan Schmidt
On Mar 17, 2011, at 11:01, Ben Hsu wrote: > My svn version # is svn, version 1.4.2 (r22196) Please update. 1.4.x and earlier are no longer supported.

Re: Any way to avoid working copy locks?

2011-03-17 Thread dcz
Sorry Johan, I hit reply to instead of reply to list by accident (I'm getting lazy since so many list do send the mails themselves) Le 16/03/2011 10:02, Johan Corveleyn a écrit : You are right, the locking of big trees in a Subversion working copy is very expensive, especially on Windows and/or

Re: "svn log" not showing all the changes?

2011-03-17 Thread Ben Hsu
Hi Ole, That worked, thank you very much. On Thu, Mar 17, 2011 at 12:29 PM, Ole Pinto wrote: > When you commit a file, that file is updated to the new revision. But only > that file. And, when you "svn log", you get the information as it was in > your BASE revision (that is, what sfn info shows

Re: "svn log" not showing all the changes?

2011-03-17 Thread Ole Pinto
When you commit a file, that file is updated to the new revision. But only that file. And, when you "svn log", you get the information as it was in your BASE revision (that is, what sfn info shows). So I guess you haven't done a svn update in your root directory, and still are in the 37547 revision

"svn log" not showing all the changes?

2011-03-17 Thread Ben Hsu
Hello I am seeing some unexpected behavior when I use "svn log", it does not list all the changes which have been made to the repository. When I do a svn log on the directory, the most recent change was a few weeks ago: ~/dev/productmanager/trunk]$ svn log src/main/java/com/bluefly/apps/manager