Re: Re : need have a begin transaction on different branch

2009-12-16 Thread Guillaume
My problem is not on ACID Transaction, my problem is that we have 3 different projects. These projects are dependent but are not in the same repository. ex : 3 projects A, B, C If I made modifications on A and B : - I commit A - Other developer commit its own modification of B - I cannot commi

RE: Permission Denied Error on Pre-commit Java hook

2009-12-16 Thread DEVELA Brent
-Original Message- From: Ryan Schmidt [mailto:subversion-20...@ryandesign.com] Sent: Wednesday, December 16, 2009 4:48 PM To: DEVELA Brent Cc: 'users@subversion.apache.org' Subject: Re: Permission Denied Error on Pre-commit Java hook On Dec 15, 2009, at 23:35, DEVELA Brent wrote: > Rya

Ideal Subversion Setup

2009-12-16 Thread David Burleson
Hi Everyone, I have been using subversion with TortoiseSVN for a couple of years now. I work in a team of 3 web developers on multiple websites. Im starting to wonder if the way we use subversion and version control is the correct way. So, I have posted to ask advice on the best way to use Sub

Re: Ideal Subversion Setup

2009-12-16 Thread Brendan Farr-Gaynor
Hi David, We're doing the same type of work, web development on numerous projects. We just starting using Coda, which accesses the repo via http and then we use a post-commit hook to auto checkout the latest files from our repo to our central web root for previewing. I like this approach b

Re: Ideal Subversion Setup

2009-12-16 Thread David Burleson
Hi Brendan, Interesting take on things. How does your system handle file/dir permissions and symlinks? David On 16/12/2009 04:11 PM, Brendan Farr-Gaynor wrote: Hi David, We're doing the same type of work, web development on numerous projects. We just starting using Coda, which ac

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

2009-12-16 Thread Rodrigo Machado
Any ideas about this? Thanks!!! 2009/12/14 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 reques

restricting sub-directory permissions

2009-12-16 Thread Gabriel Ricardo
I cannot figure out how to restrict permissions on a sub-directory. What I want is to have anonymous read/write access to everything except a sub-directory, where only two users have read/write and everyone else has no access (read or write). I've done a lot of reading of the manual and googling t

Re: restricting sub-directory permissions

2009-12-16 Thread Andrey Repin
Greetings, Gabriel Ricardo! > I cannot figure out how to restrict permissions on a sub-directory. > What I want is to have anonymous read/write access to everything > except a sub-directory, where only two users have read/write and > everyone else has no access (read or write). I've done a lot of

Re: Ideal Subversion Setup

2009-12-16 Thread Ryan Schmidt
On Dec 16, 2009, at 10:00, David Burleson wrote: > I have been using subversion with TortoiseSVN for a couple of years now. I > work in a team of 3 web developers on multiple websites. Im starting to > wonder if the way we use subversion and version control is the correct way. > So, I have post