error on SVN upgrade working copy when repository has been relocated

2012-07-27 Thread Johannes Lengler
The error message has been reported previously, but I did not see that the problem has been resolved: (I had to type by hand as cp did not work) --- Subversion Exception! --- (snip) Subversion reported the following (you can copy the content of

[PATCH] bash URL completion

2012-07-27 Thread Gerlando Falauto
Hi everyone, I strongly felt the urge to have some way of bash-completing URLS from the command line when doing checkouts, listing, cat (for README/REVNOTES files) and so on... I looked up the tools/client-side/bash_completion script only to realize it works for local (file:///) but not

RE: error on SVN upgrade working copy when repository has been relocated

2012-07-27 Thread Bert Huijben
-Original Message- From: Johannes Lengler [mailto:johannes.leng...@googlemail.com] Sent: vrijdag 27 juli 2012 10:52 To: users@subversion.apache.org Subject: error on SVN upgrade working copy when repository has been relocated The error message has been reported previously, but I

svnserve authentication using sasl + pam + winbind

2012-07-27 Thread Matthias Weißer
Hi is it possible to authenticate users from a Windows active directory to a svnserve daemon? From what I have seen when googeling around was that most of the time the apache module is used when more complex authentication is needed. I would like to avoid the need for an apache on our

Issue with merge/integration algorithm?

2012-07-27 Thread Arunmozhi
I feel that the SVN branching and merging/integration algorithm is flawed. However I am not sure if this is a known limitation of SVN. I did 2 tests to compare SVN against Perforce/git. The intention of the test is to see if a change done by a user at some point in time and taken to multiple

Re: Issue with merge/integration algorithm?

2012-07-27 Thread Stefan Sperling
On Fri, Jul 27, 2012 at 06:11:34AM -0700, Arunmozhi wrote: I feel that the SVN branching and merging/integration algorithm is flawed. However I am not sure if this is a known limitation of SVN. I did 2 tests to compare SVN against Perforce/git. The intention of the test is to see if a

Re: Issue with merge/integration algorithm?

2012-07-27 Thread Arunmozhi
Please look into the attached tests.txt file attached in the initial mail for the input and the result. Each column shows the contents of a file as we do successive changes to the file. I use tortoisesvn 1.7.5 as the user interface and hence I can just list the menu commands corresponding to

Re: Issue with merge/integration algorithm?

2012-07-27 Thread Arunmozhi
I am resending the initial mail as the mail format other than text is not supported. I feel that the SVN branching and merging/integration algorithm is flawed. However I am not sure if this is a known limitation of SVN. I did 2 tests to compare SVN against Perforce/git. The intention of the

Re: File external that worked fine in 1.6.x not working in 1.7.5

2012-07-27 Thread Daniel Shahaf
Johan Corveleyn wrote on Thu, Jul 26, 2012 at 23:55:04 +0200: We also talked a bit about the ^/../ in your url's, which was also a bit of a surprise. We didn't know about that feature, but it seems to work fine, and we didn't see a problem with it. Bert added a regression test for it, so it

Re: [PATCH] bash URL completion

2012-07-27 Thread Daniel Shahaf
http://subversion.apache.org/patches Please send this to dev@! (and follow the other suggestions too please -- e.g., submit against trunk@HEAD) Gerlando Falauto wrote on Fri, Jul 27, 2012 at 11:31:51 +0200: Hi everyone, I strongly felt the urge to have some way of bash-completing URLS from