When to merge or copy - quick question

2013-07-11 Thread Z W
Hi All We have a trunk X and a feature branch Y (branched from X) We have another branch Z (totally new code) and we need to copy branch Z to inside branch Y When we need to merge from branch Y to X, will it work ? When do we decide to svn copy or svn merge for branch Z ? Thank

Re: Files ending with . (dot) on Windows

2013-07-11 Thread Ryan Schmidt
On Jul 11, 2013, at 14:31, "Staton, Bradley D." wrote: > We recently added files from a 3rd party tool to our repository and some > of the file names end with . (dot). On UNIX systems, this is perfectly > fine and everyone is happy, but on Windows systems the files are > reported as missing and a

Importance of Apache HTTP 2.2.25 Release to Subversion Admins

2013-07-11 Thread Ben Reser
As you may have seen on our announce mailing list yesterday, the Apache HTTP Server Project released 2.2.25 yesterday. This release includes a security fix that is important for Subversion sites using mod_dav_svn to host their repositories. Specifically it includes a fix for the following DoS iss

Re: Tortoise SVN is not listed on binary packages page

2013-07-11 Thread Greg Stein
On Thu, Jul 11, 2013 at 10:50:49AM -0700, Mark Mikofski wrote: > I was looking for a comprehensive list of SVN clients to link to, > and I was surprised to see that TortoiseSVN http://tortoisesvn.net/ > is not listed on the packages page > http://subversion.apache.org/packages.html#windows. At the

Re: Tortoise SVN is not listed on binary packages page

2013-07-11 Thread Dave Huang
On 7/11/2013 12:50 PM, Mark Mikofski wrote: I was looking for a comprehensive list of SVN clients to link to, and I was surprised to see that TortoiseSVN http://tortoisesvn.net/ is not listed on the packages page http://subversion.apache.org/packages.html#windows. I suspect TortoiseSVN isn't

Problem building/packaging 1.8.0 swig bindings

2013-07-11 Thread Daniel J. Luke
Hello, I (co-)maintain the MacPorts subversion port (and most of the bindings ports). I haven't yet updated to 1.8.0 since the swig bindings all fail to build with gnome keyring errors (e.g. subversion/bindings/swig/python/core.c:3851:59: error: unknown type name 'svn_auth_gnome_keyring_unlock_

Files ending with . (dot) on Windows

2013-07-11 Thread Staton, Bradley D.
We recently added files from a 3rd party tool to our repository and some of the file names end with . (dot). On UNIX systems, this is perfectly fine and everyone is happy, but on Windows systems the files are reported as missing and a corresponding file without the . at the end of the file name is

Tortoise SVN is not listed on binary packages page

2013-07-11 Thread Mark Mikofski
I was looking for a comprehensive list of SVN clients to link to, and I was surprised to see that TortoiseSVN http://tortoisesvn.net/ is not listed on the packages page http://subversion.apache.org/packages.html#windows.

Re: Possible bug: 'git svn fetch' causes perl crash after update to 1.8.0

2013-07-11 Thread Pavel Borzenkov
On Thu, Jul 11, 2013 at 8:35 PM, Stefan Sperling wrote: > On Thu, Jul 11, 2013 at 07:47:19PM +0400, Pavel Borzenkov wrote: >> Hi, >> >> after update to svn 1.8.0 I have 100% reproducible perl crash during >> 'git svn fetch' with the following error (full backtrace + link to >> core at the end of t

Re: Possible bug: 'git svn fetch' causes perl crash after update to 1.8.0

2013-07-11 Thread Stefan Sperling
On Thu, Jul 11, 2013 at 07:47:19PM +0400, Pavel Borzenkov wrote: > Hi, > > after update to svn 1.8.0 I have 100% reproducible perl crash during > 'git svn fetch' with the following error (full backtrace + link to > core at the end of the message): > > *** Error in `/usr/bin/perl': double free or

RE: svn move and sign in filepath

2013-07-11 Thread Варфоломеев Игорь
> From: 'Daniel Shahaf' [mailto:d...@daniel.shahaf.name] > Sent: Wednesday, July 10, 2013 9:53 PM > > I am sure similar points were made on dev@ when the 'svn add > foo@' problem was discussed there last year (that's part of the reason I > asked you to search for already-filed issues before filing

Possible bug: 'git svn fetch' causes perl crash after update to 1.8.0

2013-07-11 Thread Pavel Borzenkov
Hi, after update to svn 1.8.0 I have 100% reproducible perl crash during 'git svn fetch' with the following error (full backtrace + link to core at the end of the message): *** Error in `/usr/bin/perl': double free or corruption (!prev): 0x0332fc90 *** Downgrading to 1.7.10 helps. Any ad

Re: Why so many open connections?

2013-07-11 Thread Michael Pruemm
Branko Čibej wandisco.com> writes: > No. Pools encapsulate all resource management -- including file handles > and sockets (connections), not only allocated memory. > > This document explains how pools should be used: > > http://subversion.apache.org/docs/community-guide/conventions.html#apr-po

Re: Why so many open connections?

2013-07-11 Thread Branko Čibej
On 11.07.2013 16:31, Michael Pruemm wrote: > I'm trying to learn to use the svn api via the Python swig bindings > for 1.8.0. So I wrote some naive code that calls svn_client_log5 and > in the callback does something like this: > > foreach file in changed_paths: > svn_client_ls3() > > T

Why so many open connections?

2013-07-11 Thread Michael Pruemm
I'm trying to learn to use the svn api via the Python swig bindings for 1.8.0. So I wrote some naive code that calls svn_client_log5 and in the callback does something like this: foreach file in changed_paths: svn_client_ls3() The pool passed to svn_client_ls3 is the one passed to the

Re: 1.8.0 bug - The PROPFIND response did not include the requested properties

2013-07-11 Thread Johan Corveleyn
On Thu, Jul 11, 2013 at 11:44 AM, Stefan Sperling wrote: > On Thu, Jul 11, 2013 at 11:39:31AM +0200, Stefan Sperling wrote: >> On Thu, Jul 11, 2013 at 01:11:37PM +0400, Dmitry Gavrilov wrote: >> > Any news when the issue discussed here: >> > >> > http://tortoisesvn.tigris.org/ds/viewMessage.do

Re: svnsync crashes on a huge commit

2013-07-11 Thread Lieven Govaerts
Hi Anatoly, can you build a custom version of the serf library used by your svn client to enable logging? Attached patch should enable the logging needed, I hope it should clarify the original " internal malfunction" error you reported earlier. You can send the log output to me privately, probab

Re: svnsync crashes on a huge commit

2013-07-11 Thread Stefan Sperling
On Thu, Jul 11, 2013 at 02:04:11PM +0400, Anatoly Zapadinsky wrote: > I've increased swap size to 8gb, increased opened files handles limit to > 200k and ran the process at night when the server is not very busy. > > Finally svnsync form a revision copy in db, but hang after it. It didn't > print

Re: svnsync crashes on a huge commit

2013-07-11 Thread Anatoly Zapadinsky
I've increased swap size to 8gb, increased opened files handles limit to 200k and ran the process at night when the server is not very busy. Finally svnsync form a revision copy in db, but hang after it. It didn't print "Committed revision" just hanged on a set of dots after "Transmitting file dat

Re: 1.8.0 bug - The PROPFIND response did not include the requested properties

2013-07-11 Thread Stefan Sperling
On Thu, Jul 11, 2013 at 11:39:31AM +0200, Stefan Sperling wrote: > On Thu, Jul 11, 2013 at 01:11:37PM +0400, Dmitry Gavrilov wrote: > > Any news when the issue discussed here: > >  > > http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3058649 > > will be fixed and releas

Re: 1.8.0 bug - The PROPFIND response did not include the requested properties

2013-07-11 Thread Stefan Sperling
On Thu, Jul 11, 2013 at 01:11:37PM +0400, Dmitry Gavrilov wrote: > Any news when the issue discussed here: >  > http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3058649 > will be fixed and released? > In 1.8.1. Should be released by the end of next week.

1.8.0 bug - The PROPFIND response did not include the requested properties

2013-07-11 Thread Dmitry Gavrilov
Any news when the issue discussed here:  http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3058649 will be fixed and released?

Re: Configuring Subversion using SVNSERVE with SASL

2013-07-11 Thread Thorsten Schöning
Guten Tag vinoth kumar, am Donnerstag, 11. Juli 2013 um 06:55 schrieben Sie: > What i am suspecting is that the setup i have downloaded from the > above mentioned url is for 32 bit. This is no problem at all, the 32 Bit package will work just fine on 64 Bit Windows because it doesn't contain any