Seeking talented developers to work on Subversion clients and merge

2011-08-23 Thread Alexandr
We are seeking developers to work on Subversion clients, Subversion merge, and related innovations in open source subversion. We are looking for experts and hackers to work on our distributed team, writing open source code, full time or part time. * Subversion merge fix * EasySVN -- a backrgoun

Re: How to solve svnadmin load "File already exists" error?

2011-08-23 Thread Konstantin Kolinko
2011/8/23 Dennis Jones : >> I tried to edit a 5 Gb file on a Linuxserver we have with vi, it took some >> 30 minutes to open the file but it did work! >> >> The format is quite simple :  a revision starts with the string : >> >> Revision-number: >> >> Just delete all the lines  until the next >> >>

Re: Proxy authentication with Negotiate uses wrong host

2011-08-23 Thread Stefan Sperling
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 added if no

Re: Proxy authentication with Negotiate uses wrong host

2011-08-23 Thread Michael-O
Stefan Sperling schrieb: > On Mon, Aug 22, 2011 at 01:41:59PM +0200, 1983-01...@gmx.net wrote: >> no, I did not set that value neither on Windows nor on FreeBSD. Using Negotiate does require setting a username. That's what the credentials cache is for. > > You expect svn to get the proxy userna

Re: How to solve svnadmin load "File already exists" error?

2011-08-23 Thread Les Mikesell
On 8/23/2011 10:38 AM, Dennis Jones wrote: And the revision is removed from the dump. I am not quite sure if you need to renumber the revisions afterwards though, but I don't think so. There is a problem though if what you delete is referenced later on in the dump, then the load will fail.

Re: How to solve svnadmin load "File already exists" error?

2011-08-23 Thread Dennis Jones
> I tried to edit a 5 Gb file on a Linuxserver we have with vi, it took some > 30 minutes to open the file but it did work! > > The format is quite simple : a revision starts with the string : > > Revision-number: > > Just delete all the lines until the next > > Revision-number: > > > And the re

RE: How to solve svnadmin load "File already exists" error?

2011-08-23 Thread Engebakken Geir
I tried to edit a 5 Gb file on a Linuxserver we have with vi, it took some 30 minutes to open the file but it did work! The format is quite simple : a revision starts with the string : Revision-number: Just delete all the lines until the next Revision-number: And the revision is removed

AW: Single-commit import with properties and SVN 1.7

2011-08-23 Thread Markus Schaber
Hi, Von: Markus Schaber [mailto:m.scha...@3s-software.com] > Von: Ulrich Eckhardt [mailto:ulrich.eckha...@dominolaser.com] > > On Monday 22 August 2011, Markus Schaber wrote: > > > We need to add a new directory including files and properties to a > > > subversion repository "in-place". > > > > Th

Re: Single-commit import with properties and SVN 1.7

2011-08-23 Thread Ulrich Eckhardt
On Tuesday 23 August 2011, Markus Schaber wrote: > This is exactly what I described as our current workaround for SVN 1.7, > or did I miss something? No, you didn't. Sorry for the noise... Uli -- ML: http://tortoisesvn.tigris.org/list_etiquette.html FAQ: http://tortoisesvn.net/faq ***

AW: Single-commit import with properties and SVN 1.7

2011-08-23 Thread Markus Schaber
Hi, Uli, Von: Ulrich Eckhardt [mailto:ulrich.eckha...@dominolaser.com] > On Monday 22 August 2011, Markus Schaber wrote: > > We need to add a new directory including files and properties to a > > subversion repository "in-place". > > There are two more things that came to mind that could help you

Re: Single-commit import with properties and SVN 1.7

2011-08-23 Thread Andreas Krey
On Tue, 23 Aug 2011 09:30:43 +, Ulrich Eckhardt wrote: ... > 1. You could try to "svn switch" the workspace where you added the file tree > to its own child. In theory, the metadata should be locally present already, > so no network traffic is required. If SVN is smart enough to re-use the >

Re: Single-commit import with properties and SVN 1.7

2011-08-23 Thread Ulrich Eckhardt
On Monday 22 August 2011, Markus Schaber wrote: > We need to add a new directory including files and properties to a > subversion repository "in-place". There are two more things that came to mind that could help you solve your problem: 1. You could try to "svn switch" the workspace where you ad