Re: 1.7.0-alpha1 feedback

2011-06-20 Thread Stefan Sperling
On Tue, Jun 21, 2011 at 02:02:08AM +0200, Uwe Schuster wrote: > Stefan Sperling wrote: > > >Thanks for testing the alpha! > > Thanks for your feedback! > > >>1. Performance > > > >Can you set > > http-library=neon > >in the '[global]' section of your 'servers' configuration file > >and see if

Re: 1.7.0-alpha1 feedback

2011-06-20 Thread Uwe Schuster
Stefan Sperling wrote: Thanks for testing the alpha! Thanks for your feedback! 1. Performance Can you set http-library=neon in the '[global]' section of your 'servers' configuration file and see if that helps? The checkout finishes within 2minutes for me (with neon, on OpenBSD, 16mbit/

Re: 1.7.0-alpha1 feedback

2011-06-20 Thread Stefan Sperling
On Tue, Jun 21, 2011 at 01:09:31AM +0200, Uwe Schuster wrote: > Hi, > > I am new to this list and do usually look at the dev mailing list > with the web interface to get some information about the 1.7 > progress. I've noticed some problems with 1.7.0-alpha1 or better to > say the revision 1136035

1.7.0-alpha1 feedback

2011-06-20 Thread Uwe Schuster
Hi, I am new to this list and do usually look at the dev mailing list with the web interface to get some information about the 1.7 progress. I've noticed some problems with 1.7.0-alpha1 or better to say the revision 1136035 DLLs from svn-1.7.0-dev-win32-r1136035.zip and the Delphi client I am

FW: issue #3264 Regarding: http://subversion.tigris.org/issues/show_bug.cgi?id=3264

2011-06-20 Thread Lakhinder Walia
(I did not get any acceptance reply on this email. Hence resending it). From: lakhi...@hotmail.com To: users@subversion.apache.org Subject: issue #3264 Date: Thu, 16 Jun 2011 15:41:34 -0700 I have some information on this issue. http://subversion.tigris.org/issues/show_bug.cgi?id=3264 (

Re: [perl bindings] Bizarre copy of UNKNOWN in subroutine

2011-06-20 Thread Stefan Sperling
On Mon, Jun 20, 2011 at 09:54:12AM -0400, Stéphane Gaudreault wrote: > Le 19 juin 2011 13:53:12, Stefan Sperling a écrit : > > On Sun, Jun 19, 2011 at 07:43:31PM +0200, Otto Allmendinger wrote: > > > So does this qualify as a proper bug? Can I add this to the issue > > > tracker? > > > > Yes, plea

Re: SVNNotify - not setting date in header

2011-06-20 Thread Daniel Shahaf
Miguel Almeida wrote on Mon, Jun 20, 2011 at 15:02:27 +0100: > I tried adding the following, but with no success (I must be passing > the date wrongly): > --add-header date=`date -R` --add-header Date="`date -R`" FWIW, 'date -R' is not portable; I think the portable version is LC_ALL=C dat

SVNNotify - not setting date in header

2011-06-20 Thread Miguel Almeida
Hi, I was trying out svnnotify with the following code: #/usr/bin/svnnotify -r $REV -C -d -H HTML::ColorDiff -p $REPOS -t myEmail --from fromEmail \ --smtp myserver\ --smtp-user credential \ --smtp-password pw However, this script doesn't add a Date field to the email header, yield

Re: [perl bindings] Bizarre copy of UNKNOWN in subroutine

2011-06-20 Thread Stéphane Gaudreault
Le 19 juin 2011 13:53:12, Stefan Sperling a écrit : > On Sun, Jun 19, 2011 at 07:43:31PM +0200, Otto Allmendinger wrote: > > So does this qualify as a proper bug? Can I add this to the issue > > tracker? > > Yes, please add it. > > Someone will need to pin down where the problem is coming from. >

RE: Custom diff3 command

2011-06-20 Thread Adam Downer
You will need to write a wrapper script to perform this. Start here http://svnbook.red-bean.com/en/1.5/svn.advanced.externaldifftools.html and configure your subversion to kick off your custom wrapper. Manipulate the passed in args as you want them and output them to your diff prog. Ho

Re: xml-aware diff tools?

2011-06-20 Thread Geoff Hoffman
Try a visual diff tool such as Araxis Merge, Beyond Compare, etc.? On Mon, Jun 20, 2011 at 8:24 AM, Les Mikesell wrote: > Are there any tools that would work with subversion to view xml file diffs > in a more meaningful way than just the changed lines? > > -- > Les Mikesell > lesmikes...@gmai

xml-aware diff tools?

2011-06-20 Thread Les Mikesell
Are there any tools that would work with subversion to view xml file diffs in a more meaningful way than just the changed lines? -- Les Mikesell lesmikes...@gmail.com