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
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:
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
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
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
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
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
> 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
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
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/
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
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
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
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"
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
> -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
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
[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";;
>>
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
19 matches
Mail list logo