Re: Tree conflicts on merging into a branch

2010-05-06 Thread Matthias Weyh
Hello, I am sorry about this but the community guide states that a possible bug can be posted to the dev group if unanswered on the users group. Does this mean that no one will be looking into the issue? If this is the case I'd be glad to repost the question on the forums. Best regards, Matthias

Re: HTTPv2 comparison testing

2010-05-06 Thread C. Michael Pilato
More testing: Merges are painful operations today performance-wise, and flex both the update-style editors and parallel file fetching connections. So checkout revision 1 from my remote repository of 100 revisions. Take the cumulative time required to merge r1:10, r10:20, r20:30, r30:40, and r40:

HTTPv2 comparison testing

2010-05-06 Thread C. Michael Pilato
I was trying to think of a decent way to automate some testing of the HTTPv2 improvements. I reasoned that 'svnsync' would provide a decent way to test the "push" improvements (syncing local -> remote) as well as the primary "pull" improvement (hitting URLs directly rather than enjoying a VCC disc

Re: svn commit: r941617 - in /subversion/trunk/subversion/libsvn_wc: wc-queries.sql wc_db.c wc_db.h

2010-05-06 Thread Greg Stein
On Thu, May 6, 2010 at 08:13, Julian Foad wrote: > Bert Huijben wrote: >> > -Original Message- >> > From: julianf...@apache.org [mailto:julianf...@apache.org] >> > Sent: donderdag 6 mei 2010 10:53 >> > To: comm...@subversion.apache.org >> > Subject: svn commit: r941617 - in /subversion/tru

Re: svnserve and sasl cross-realm (was: svnserve and ldap status ?)

2010-05-06 Thread Alec Kloss
On 2010-05-06 11:41, Stefan Sperling wrote: > On Tue, May 04, 2010 at 10:38:00AM -0500, Alec Kloss wrote: > > I'm happy to help try to set up a configuration that will demonstrate > > the issue without patching Cyrus SASL. It'll just require a "real" > > Kerberos realm to do it. > > Is it also po

Re: [PATCH] contrib/client-side/asvn: only check files, that are part of the subversion repository

2010-05-06 Thread Jörg Steffens
Am 06.05.2010 16:06, schrieb Stefan Sperling: > On Thu, May 06, 2010 at 03:16:38PM +0200, Jörg Steffens wrote: >> [[[ >> reduces error messages by checking svn return code >> >> * contrib/client-side/asvn >> (recordpermissions): skip files where "svn propget" returns an error. >> It is assu

Re: [PATCH] contrib/client-side/asvn: only check files, that are part of the subversion repository

2010-05-06 Thread Stefan Sperling
On Thu, May 06, 2010 at 03:16:38PM +0200, Jörg Steffens wrote: > [[[ > reduces error messages by checking svn return code > > * contrib/client-side/asvn > (recordpermissions): skip files where "svn propget" returns an error. > It is assumed that these files do not belong to the svn reposit

Re: [PATCH] contrib/client-side/asvn: fixes handling of filenames with spaces

2010-05-06 Thread Peter Samuelson
> Bugfix for handling variables with spaces in filenames > > * contrib/client-side/asvn > (main): uses "$@" instead of $@ > > patch by joerg.steffens < at > dass-it.de r941728. Even though, as Hyrum says, we are not really maintaining the 'contrib' tree anymore ... this patch is simple and o

Re: Tree conflicts on merging into a branch

2010-05-06 Thread C. Michael Pilato
Matthias, the dev@ group is not an escalation path for failing to get answers on us...@. If users@ is failing you, consider posting your question in another community of Subversion users (e.g. the forums at subversion.open.collab.net). Thanks. Matthias Weyh wrote: > Hello, > > Since I did not

Moving asvn to its own project

2010-05-06 Thread Hyrum K. Wright
Jörg, I've noticed you've been submitting a number of patches to asvn, which resides in our contrib/ tree. Thanks! As you may know, the code in contrib/ is considered unsupported; in fact, the most recent updates to asvn were over two years ago! We've been trying to help the content in contrib/

Re: [PATCH] contrib/client-side/asvn: only check files, that are part of the subversion repository

2010-05-06 Thread Jörg Steffens
Am 06.05.2010 12:52, schrieb Stefan Sperling: [...] thank you for your comments. Unfortunately, I've found another problem in my patch: # cut -c 42-: svn status lists different information. The filename starts at column 42 is not even vaild for all Linux systems. As you recommended in your fi

RE: svn commit: r941617 - in /subversion/trunk/subversion/libsvn_wc: wc-queries.sql wc_db.c wc_db.h

2010-05-06 Thread Julian Foad
Bert Huijben wrote: > > -Original Message- > > From: julianf...@apache.org [mailto:julianf...@apache.org] > > Sent: donderdag 6 mei 2010 10:53 > > To: comm...@subversion.apache.org > > Subject: svn commit: r941617 - in /subversion/trunk/subversion/libsvn_wc: > > wc-queries.sql wc_db.c wc_db

Re: [PATCH] contrib/client-side/asvn: only check files, that are part of the subversion repository

2010-05-06 Thread Stefan Sperling
On Thu, May 06, 2010 at 12:02:36PM +0200, Jörg Steffens wrote: > IMHO it is a cleaner approach to only work on files that are part of the > svn checkout instead of calling "svn" for all files in the directory > (and filter for errors). But of course, both approaches are doable. > > I replaced "sta

Re: [PATCH] contrib/client-side/asvn: only check files, that are part of the subversion repository

2010-05-06 Thread Jörg Steffens
Am 05.05.2010 21:15, schrieb Stefan Sperling: > On Wed, May 05, 2010 at 07:03:44PM +0200, Jörg Steffens wrote: >> +function stat_details() >> +{ >> +# attention: stat uses other variables as find, eg. %u<->%U >> +local path=${1:-.} >> +stat -c "mode=%a user=%U(%u) group=%G(%g)" "$path"

Re: svnserve and sasl cross-realm (was: svnserve and ldap status ?)

2010-05-06 Thread Stefan Sperling
On Tue, May 04, 2010 at 10:38:00AM -0500, Alec Kloss wrote: > I'm happy to help try to set up a configuration that will demonstrate > the issue without patching Cyrus SASL. It'll just require a "real" > Kerberos realm to do it. Is it also possible to use this without any kerberos at all? I'd lik

RE: svn commit: r941617 - in /subversion/trunk/subversion/libsvn_wc: wc-queries.sql wc_db.c wc_db.h

2010-05-06 Thread Bert Huijben
> -Original Message- > From: julianf...@apache.org [mailto:julianf...@apache.org] > Sent: donderdag 6 mei 2010 10:53 > To: comm...@subversion.apache.org > Subject: svn commit: r941617 - in /subversion/trunk/subversion/libsvn_wc: > wc-queries.sql wc_db.c wc_db.h > > Author: julianfoad > D

[PATCH] contrib/client-side/asvn: "asvn status" updates asvn file properties

2010-05-06 Thread Jörg Steffens
asvn stores file permissions in subversion properties. I would expect, that a "asvn status" shows, if file permissions have changed. This patch enables this functionality by updating the svn properties before calling "svn status" [[[ "asvn status" updates asvn file properties * contrib/client-si

Re: [PATCH] contrib/client-side/asvn: fixes handling of filenames with spaces

2010-05-06 Thread Jörg Steffens
[Peter Samuelson] > [Jörg Steffens] >> * contrib/client-side/asvn >> (main): uses "$@" instead of $@ > > That's fine. > >> @@ -384,16 +412,17 @@ >> case "$1" in >>checkout|co) CHDIR=true; ACTION="post";; >>commit|ci)ACTION="pre";; >> + status|st)ACTION="pre";; >>

Tree conflicts on merging into a branch

2010-05-06 Thread Matthias Weyh
Hello, Since I did not get any responses to my question on the users group and this might be a bug I am reposting this to the dev user group. I am looking forward to your answers. Thanks, Matthias -Ursprüngliche Nachricht- Von: Matthias Weyh [mailto:m.w...@technisat.de] Gesendet: Donne