Re: Hooks

2009-12-14 Thread Brendan Farr-Gaynor
Ended up taking a different approach based on this tutorial. Works now. http://peterstagg.com/2009/05/29/installing-subversion-on-os-x-leopard-server-as-a-revision-control-server-for-a-website-project/#comment-100 -- Brendan Farr-Gaynor On 2009-12-14, at 9:14 PM, Ryan Schmidt wrote: On Dec

Re: Hooks

2009-12-14 Thread Ryan Schmidt
On Dec 14, 2009, at 20:10, Brendan Farr-Gaynor wrote: > So I think I'm a little bit closer, I had to checkout the repository manually > through the terminal to the web root, now when I manually run my script I see > that it indeed updates the web root, however the hook doesn't seem to run > wh

Re: Hooks

2009-12-14 Thread Brendan Farr-Gaynor
So I think I'm a little bit closer, I had to checkout the repository manually through the terminal to the web root, now when I manually run my script I see that it indeed updates the web root, however the hook doesn't seem to run when I change and update a file, I modified it to add a line

Re: Hooks

2009-12-14 Thread Ryan Schmidt
On Dec 14, 2009, at 18:33, Brendan Farr-Gaynor wrote: > SVN newbie here. I'm wondering if there is anyone out there running running > Subversion on OS X Server (10.6)? Most assuredly. > I'm trying to use Subversion as a team web development solution and need to > have committed files moved t

Hooks

2009-12-14 Thread Brendan Farr-Gaynor
Hi All, SVN newbie here. I'm wondering if there is anyone out there running running Subversion on OS X Server (10.6)? I'm trying to use Subversion as a team web development solution and need to have committed files moved to our central apache web root for web browsing. I see this is a pop

Re: Authentication with 1.5/1.6 client against 1.4 server

2009-12-14 Thread Mark Phippard
On Mon, Dec 14, 2009 at 2:26 PM, Felix Dorner wrote: > I'm unsuccessfully trying to access a repository via that's protected via an > authz file. We suspect it's an incompatibility between client and server, > but I'd love if someone could prove otherwise. The error message I get on a > checkout

Authentication with 1.5/1.6 client against 1.4 server

2009-12-14 Thread Felix Dorner
Hi, I'm unsuccessfully trying to access a repository via that's protected via an authz file. We suspect it's an incompatibility between client and server, but I'd love if someone could prove otherwise. The error message I get on a checkout is: svn: Not authorized to open root of edit operati

Problem Uploading file: Server sent unexpected return value (413 Request Entity Too Large) in response to PUT request

2009-12-14 Thread Rodrigo Machado
Hi, I'm having a problem uploading two specific files to a repository. The message is the following: org.tigris.subversion.svnclientadapter.SVNClientException: org.tigris.subversion.javahl.ClientException: RA layer request failed svn: Commit failed (details follow): svn: Server sent unexpected re

Problem Uploading file: Server sent unexpected return value (413 Request Entity Too Large) in response to PUT request

2009-12-14 Thread Rodrigo Machado
Hi, I'm having a problem uploading two specific files to a repository. The message is the following: org.tigris.subversion.svnclientadapter.SVNClientException: org.tigris.subversion.javahl.ClientException: RA layer request failed svn: Commit failed (details follow): svn: Server sent unexpected re

How to set default conflict style?

2009-12-14 Thread Bert Wesarg
Hi, I would like to set the conflict presentation style to svn_diff_conflict_display_modified_original_latest. How do I do this? Thanks. Regards, Bert Wesarg