bug

2014-02-13 Thread gzcheng
--- Subversion Exception! --- Subversion encountered a serious problem. Please take the time to report this on the Subversion mailing list with as much information as possible about what you were trying to do. But please first search the mailing list

Upgrade SVN from version 1.5.6 (r36142) to 1.8.5

2014-02-13 Thread Guido Larrain
Hello; I'm planning to upgrade my SVN from version 1.5.6 (r36142) to 1.8.5 and i wanna know if i need to do some special steps to perform this. Thanks in advance!! -- Guido

Re: Upgrade SVN from version 1.5.6 (r36142) to 1.8.5

2014-02-13 Thread Stefan Sperling
On Thu, Feb 13, 2014 at 10:57:15AM -0200, Guido Larrain wrote: Hello; I'm planning to upgrade my SVN from version 1.5.6 (r36142) to 1.8.5 and i wanna know if i need to do some special steps to perform this. Thanks in advance!! -- Guido The most special step (most people don't seem to

Re: Unable to browse repo

2014-02-13 Thread C M
Dave, Thank you for the tip...that fixed the issue. Best regards, Amad On Wed, Feb 12, 2014 at 11:50 AM, Dave Huang k...@azeotrope.org wrote: On 2014-02-12 11:46 AM, C M wrote: For what it's worth, line 93 refers in the config file is listed below. As far as I know, this file hasn't been

Full repository merge info?

2014-02-13 Thread Pablo Beltran
Hi, I need to cache all the merges made on a repository in order to rebuild the full merge history of any item (file/directory) at any time (revision). How it can be achieved? For example, in order to cache the full history of a repository svn -log -v REPO_ROOT_URL would made the job as it

RE: Upgrade SVN from version 1.5.6 (r36142) to 1.8.5

2014-02-13 Thread Geoff Field
Hi Guido, -Original Message- From: Stefan Sperling Sent: Friday, 14 February 2014 1:03 AM On Thu, Feb 13, 2014 at 10:57:15AM -0200, Guido Larrain wrote: Hello; I'm planning to upgrade my SVN from version 1.5.6 (r36142) to 1.8.5 and i wanna know if i need to do some special

RE: Bug report on SVN 1.8.3 Cannot allocate Memory

2014-02-13 Thread Nguyen, Quyen
Hi Ben I just posted my questions on http://post.gmane.org I'm not sure if it is posted on the mailing list yet. Anyway, I also decide to send it directly to you guys. If this is not the right way to approach, please pardon me and let me know. Here is my comments that I posted on

Re: New svn client format (1.7+) breaks when checkout crosses filesystems

2014-02-13 Thread Marc MERLIN
First, thanks for your answer, and sorry my late answer On Mon, Feb 03, 2014 at 03:05:28PM -0800, Ben Reser wrote: On 2/3/14, 2:26 PM, Marc MERLIN wrote: On my personal system, I got a new svn and as prompted by your repo is too old, upgraded it to the new format (svn 1.7.13). You mean

To decide whether merge should be done or not

2014-02-13 Thread ReshmaBabu
Hi Team, Whenever there is merge operation being performed by the user, I want to decide whether the merge should be allowed or not based on certain conditions. I was wondering whether the start-commit hook script can be modified for this. But, does the merge actually invoke the start-commit

Re: To decide whether merge should be done or not

2014-02-13 Thread Arwin Arni Nandagopal
A merge commit in subversion is no different than a regular commit. It will cause start-commit, pre-commit and post-commit hooks to be executed. Regards, Arwin Arni On Fri, Feb 14, 2014 at 11:57 AM, ReshmaBabu emailtoreshmab...@gmail.comwrote: Hi Team, Whenever there is merge operation