Re: Problem with write through proxy

2012-06-01 Thread Stefan Podskubka
Hello Joseph, On 30.05.2012 17:40, Joseph Isenberg wrote: I'm trying to set up a write through proxy and it was going OK. We want the communication between the slave and the master to be encrypted so we wanted to use https. I figured out how to get apache to do that by adding "SSLProxyEngine o

Re: Error with file externals

2012-05-10 Thread Stefan Podskubka
On 09.05.2012 11:12, Stefan Sperling wrote: Stefan, could you please file an issue for this? Someone will take a look at this eventually. Thanks. Done: http://subversion.tigris.org/issues/show_bug.cgi?id=4182

Re: Error with file externals

2012-05-09 Thread Stefan Podskubka
Hello, So maybe it is related to the server version and the communication protocol. I have made Wireshark captures for the failed and for the successful communication. If anyone is interested in those captures please say so, I didn't want to send them directly to the list. Anyway, if the bug

Re: Error with file externals

2012-05-08 Thread Stefan Podskubka
Hello list, I tried coming up with a simple repro-script but there it worked, of course... I didn't manage to reproduce the error with the file:// protocol, but with http:// I was able to reproduce it. Still on Windows 7, still using subversion 1.7.4 on the client and subversion 1.4.3 on the

Error with file externals

2012-05-07 Thread Stefan Podskubka
Hello list, I encountered an error which I don't know how to resolve. It looks like a bug to me but I am not sure if I am missing something. I searched the archive and found this recent report which is somewhat similar to my current problem, but there was no solution: http://svn.haxx.se/tsvnus

Re: Create a new working copy by cloning a subtree of an existing working copy?

2012-01-02 Thread Stefan Podskubka
On 24.12.2011 15:03, Nico Kadel-Garcia wrote: On Tue, Dec 20, 2011 at 10:15 AM, Stefan Podskubka wrote: On 20.12.2011 15:44, Kuno Meyer wrote: With SVN 1.7, is there a way to create a new working copy by cloning a subtree of an existing working copy? One thing that comes to mind is cloning

Re: Create a new working copy by cloning a subtree of an existing working copy?

2011-12-20 Thread Stefan Podskubka
On 20.12.2011 15:44, Kuno Meyer wrote: With SVN 1.7, is there a way to create a new working copy by cloning a subtree of an existing working copy? One thing that comes to mind is cloning the existing working copy and then performing an svn switch to the subtree. However, I don't know exactly ho

Re: [1.7.1] UUID error replacing local file with file external

2011-11-09 Thread Stefan Podskubka
On 09.11.2011 12:39, Neil Bird wrote: I have a local file in a WC. I have svn-deleted the local file and re-added it as a file external from elsewhere (to the same WC location using the immediate parent's svn:externals). However, on update I now get an error along the lines of: Updating 't

Re: Bug report: Assertion failed during update/cleanup

2011-10-24 Thread Stefan Podskubka
To clarify, these were my steps: 1. upgrade a 1.6 working copy to version 1.7 using Subversion 1.7.0 2. update the working copy using Subversion 1.7.0, error occured (workqueue.c line 672: assertion failed (checksum != NULL) ) 3. perform a cleanup on the working copy using Subversion 1.7.0, same

Re: Bug report: Assertion failed during update/cleanup

2011-10-24 Thread Stefan Podskubka
copy)? Best regards, Stefan On 24.10.2011 09:27, Stefan Podskubka wrote: Today, when I wanted to update a working copy, I encountered the following assertion failure: In file 'D:\Development\SVN\Releases\TortoiseSVN-1.7.0\ext\subversion\subversion\libsvn_wc\workqueue.c' line 672:

Bug report: Assertion failed during update/cleanup

2011-10-24 Thread Stefan Podskubka
Today, when I wanted to update a working copy, I encountered the following assertion failure: In file 'D:\Development\SVN\Releases\TortoiseSVN-1.7.0\ext\subversion\subversion\libsvn_wc\workqueue.c' line 672: assertion failed (checksum != NULL) Exactly the same error happened when I wanted to