Apache - Subversion Auth using multiple Location statements

2011-08-24 Thread Sean Kuyk
Hi, I'm running Apache 2.2.3 on RHEL 5.5. The server is used as a Subversion server. Subversion is at version 1.6.16 and accessed using TortoiseSVN 1.6.15. I use global read access to our repositories and authenticate repo updates using Kerberos. I'm now trying to limit both read and write ac

Re: assert triggered in update_editor.c

2011-08-24 Thread Stefan Sperling
On Wed, Aug 24, 2011 at 03:12:04PM +0200, Erik Faye-Lund wrote: > In file > > 'D:\Development\SVN\Releases\TortoiseSVN-1.7-beta2\ext\subversion\subversion\libsvn_wc\update_editor.c' > line 1582: assertion failed (action == svn_wc_conflict_action_edit || action > == svn_wc_conflict_action_delete

Re: SVN detects deleted files

2011-08-24 Thread Giulio Troccoli
On 24/08/11 14:33, Stein Somers wrote: Something must have run 'svn rm' or 'svn move' on this file. Which could have happened long ago. Also long ago, something may have recreated the actual file without reverting the delete in svn. Then the effects you describe are perfectly normal. For su

Re: assert triggered in update_editor.c

2011-08-24 Thread Erik Faye-Lund
On Wed, Aug 24, 2011 at 3:12 PM, Erik Faye-Lund wrote: > Hi, I recently upgraded my TortoiseSVN installation to 1.7-beta2, and > after upgrading the repository info for one of my checkouts, I tried > an update. > > After a long time (I haven't updated that repo for quite some time), I > got a dial

assert triggered in update_editor.c

2011-08-24 Thread Erik Faye-Lund
Hi, I recently upgraded my TortoiseSVN installation to 1.7-beta2, and after upgrading the repository info for one of my checkouts, I tried an update. After a long time (I haven't updated that repo for quite some time), I got a dialog-box with the following text: ---8<--- -

RE: Proxy authentication with Negotiate uses wrong host

2011-08-24 Thread Greg Hudson
On Wed, 2011-08-24 at 05:52 -0400, Bert Huijben wrote: > Then somebody added Kerberos support to neon, but the api wasn't > updated to allow different behavior for the specific implementations. Kerberos via HTTP negotiate is also insecure when not used over HTTPS. In HTTP negotiate, the GSSAPI mec

Re: SVN detects deleted files

2011-08-24 Thread Giulio Troccoli
On 24/08/11 12:28, Stefan Sperling wrote: On Wed, Aug 24, 2011 at 12:15:28PM +0100, Giulio Troccoli wrote: Recently I have starting experiencing something I always thought not possible in Subversion. I work on Ubuntu with SVN 1.6.12. If I move or delete a file using the OS Subverision marks t

Re: SVN detects deleted files

2011-08-24 Thread Jeyanthan
I work on Ubuntu with SVN 1.6.12. If I move or delete a file using the OS Subverision marks the file as deleted rather than missing. $ rm foo.php $ svn st D foo.php while I was expecting $ svn st ! foo.php Has this been introduced in 1.6.12? Is there a way to "switch it off" ? Hi Giulio, I

Re: RE: Proxy authentication with Negotiate uses wrong host

2011-08-24 Thread 1983-01-06
> Betreff: RE: Proxy authentication with Negotiate uses wrong host > On Wed, 2011-08-24 at 05:52 -0400, Bert Huijben wrote: > > Then somebody added Kerberos support to neon, but the api wasn't > > updated to allow different behavior for the specific implementations. > > Kerberos via HTTP negotiat

Re: SVN detects deleted files

2011-08-24 Thread Ulrich Eckhardt
On Wednesday 24 August 2011, Giulio Troccoli wrote: > I work on Ubuntu with SVN 1.6.12. SVN 1.6.12 under Debian/Linux/x86 here. > If I move or delete a file using the OS Subverision marks the > file as deleted rather than missing. > > $ rm foo.php > $ svn st > D foo.php Can't reproduce t

Re: SVN detects deleted files

2011-08-24 Thread Stefan Sperling
On Wed, Aug 24, 2011 at 12:15:28PM +0100, Giulio Troccoli wrote: > Recently I have starting experiencing something I always thought not > possible in Subversion. > > I work on Ubuntu with SVN 1.6.12. If I move or delete a file using > the OS Subverision marks the file as deleted rather than missin

SVN detects deleted files

2011-08-24 Thread Giulio Troccoli
Recently I have starting experiencing something I always thought not possible in Subversion. I work on Ubuntu with SVN 1.6.12. If I move or delete a file using the OS Subverision marks the file as deleted rather than missing. $ rm foo.php $ svn st D foo.php while I was expecting $ svn

Re: RE: Proxy authentication with Negotiate uses wrong host

2011-08-24 Thread 1983-01-06
Bert, > > -Original Message- > > From: 1983-01...@gmx.net [mailto:1983-01...@gmx.net] > > Sent: woensdag 24 augustus 2011 10:47 > > To: users@subversion.apache.org > > Subject: Re: Proxy authentication with Negotiate uses wrong host > > > > > On Wed, Aug 24, 2011 at 09:25:49AM +0200, 1983

RE: Proxy authentication with Negotiate uses wrong host

2011-08-24 Thread Bert Huijben
> -Original Message- > From: 1983-01...@gmx.net [mailto:1983-01...@gmx.net] > Sent: woensdag 24 augustus 2011 10:47 > To: users@subversion.apache.org > Subject: Re: Proxy authentication with Negotiate uses wrong host > > > On Wed, Aug 24, 2011 at 09:25:49AM +0200, 1983-01...@gmx.net wrote

Re: Proxy authentication with Negotiate uses wrong host

2011-08-24 Thread Stefan Sperling
On Wed, Aug 24, 2011 at 09:44:17AM +0200, 1983-01...@gmx.net wrote: > > On Tue, Aug 23, 2011 at 10:47:35PM +0200, Michael-O wrote: > > > I made some digging in the subversion and neon code and notices some > > > interesting and odd stuff. > > > > > > If you take a look at the aforementioned sessio

Re: Proxy authentication with Negotiate uses wrong host

2011-08-24 Thread 1983-01-06
> On Wed, Aug 24, 2011 at 09:25:49AM +0200, 1983-01...@gmx.net wrote: > > I'll do but why is Negotiate auth activated in session.c if the target > host is ssy only? This should be on the user to decide not subversion. > > I don't know who made this decision and why. > Maybe svn blame on that file

Re: Proxy authentication with Negotiate uses wrong host

2011-08-24 Thread 1983-01-06
> On Tue, Aug 23, 2011 at 10:47:35PM +0200, Michael-O wrote: > > I made some digging in the subversion and neon code and notices some > > interesting and odd stuff. > > > > If you take a look at the aforementioned session.c in line 865 [1] > > you'll see that the code is correct, Negotiate auth is

Re: Proxy authentication with Negotiate uses wrong host

2011-08-24 Thread 1983-01-06
> Betreff: Re: Proxy authentication with Negotiate uses wrong host > > Digging deeper into that file shows that Negotiate auth for servers > > (not proxy servers) is done only when the server is servered with > > HTTPS [2]. > > Having taken a brief glance it looks as if you can override this > via