RE: Bug (svn 1.7.1) with reintegrate merge and deleted symbolic links

2012-02-17 Thread christian.asmussen
Thank you very much Stefan! Will try out the patch. Visit our website at http://www.ubs.com This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notif

RE: Bug (svn 1.7.1) with reintegrate merge and deleted symbolic links

2012-02-14 Thread christian.asmussen
Dear *, I was happy to see subversion 1.7.3 was release and that many bugs were fixed. This bug did not get fixed though (http://subversion.tigris.org/issues/show_bug.cgi?id=4052) and that would have made me even happier J Has anyone had time to look into this? Regards Christian V

RE: Bug (svn 1.7.1) with reintegrate merge and deleted symbolic links

2011-11-09 Thread christian.asmussen
Issue created http://subversion.tigris.org/issues/show_bug.cgi?id=4052 -Original Message- From: Stefan Sperling [mailto:s...@elego.de] Sent: 09 November 2011 17:57 To: Asmussen, Christian Cc: users@subversion.apache.org Subject: Re: Bug (svn 1.7.1) with reintegrate merge and deleted symb

Bug (svn 1.7.1) with reintegrate merge and deleted symbolic links

2011-11-09 Thread christian.asmussen
Dear "Users", It seems that on svn 1.7.1 deleted symbolic links on a branch cause a tree conflict when a -reintegrate merge is done back to trunk. The same merge done with svn 1.6.17 smoothly passes as a normal deletion. See below a simple "script" to replicate the bug:

SVN 1.7 svn up --set-depth exclude DIR takes very long

2011-10-25 Thread christian.asmussen
I checkout a big subdirectory (more than 1giga), then I want to get rid of it locally, so I do svn up -set-depth exclude DIR It takes very long... If I strace the process, it's doing read/lseek repeatedly read(3, "\2\0\0\0\2\2\275\0\0\2\253\34\2\275\3g\0\0\0\0\0\0\0\0\0

RE: svn relocate on 1.7.0-rc4 doesn't work on subdirectories anymore?

2011-10-10 Thread christian.asmussen
Our source tree is quite big (2G), and we provide svn:// access for RO and https:// access for RW using a SSO solution for authorization. Our scripts allow our users to perform a sparse checkout, and when they need to actually checkout something big, basically this is what we used to do. s

svn relocate on 1.7.0-rc4 doesn't work on subdirectories anymore?

2011-10-08 Thread christian.asmussen
Hi, On subversion 1.6 I am able to: svn sw -relocate FROM_URL TO_URL WC/subdir When I try this on 1.7.0-rc4 I get an error E155019: svn: E155019: Cannot relocate 'WC/subdir' as it is not the root of a working copy; try relocating 'WC' instead. I noticed that the "-relocate" option has be