Re: What file system structure a SVN transaction follow ?

2010-04-30 Thread Blair Zajac
On 4/30/10 4:15 AM, Ravi Roy wrote: Not really sure. making a file *svnlook cat* will definitely slow down operations (specially for big files). But anyway file has to be transferred to server before transaction size could be computed. So until commit is taking place, it would not be part of rep

Re: Cherry-picking merges

2010-04-30 Thread Daniel Becroft
On Fri, Apr 30, 2010 at 10:52 PM, Greg Troxel wrote: > > Daniel Becroft writes: > > > On Thu, Apr 29, 2010 at 6:45 PM, Joël Conraud > wrote: > > > >> Like yourself, I initially though that it would be able to deal with > this, > >>> but it doesn't seem to (and there is probably a very good rea

Re: Per-module access to users with svn+ssh ?

2010-04-30 Thread Greg Troxel
Richard Hansen at BBN wrote a wrapper to let people with accounts run svn as the repo owner but with the tunnel user argument. http://svn.apache.org/repos/asf/subversion/trunk/contrib/server-side/svnstsw/README pgp98x4bM7E1f.pgp Description: PGP signature

Re: Cherry-picking merges

2010-04-30 Thread Greg Troxel
Daniel Becroft writes: > On Thu, Apr 29, 2010 at 6:45 PM, Joël Conraud wrote: > >> Like yourself, I initially though that it would be able to deal with this, >>> but it doesn't seem to (and there is probably a very good reason why it >>> can't). >>> >> >> I would be interested in knowing this

Re: What file system structure a SVN transaction follow ?

2010-04-30 Thread Ravi Roy
On Fri, Apr 30, 2010 at 4:02 PM, Itamar O wrote: > On Fri, Apr 30, 2010 at 1:23 PM, Ravi Roy wrote: > > > > > > On Fri, Apr 30, 2010 at 3:38 PM, Ryan Schmidt > > wrote: > >> > >> On Apr 30, 2010, at 04:52, Ravi Roy wrote: > >> > >> > I am writing a custom hook (pre-commit) to find out the size

Re: What file system structure a SVN transaction follow ?

2010-04-30 Thread Ravi Roy
On Fri, Apr 30, 2010 at 4:02 PM, Itamar O wrote: > On Fri, Apr 30, 2010 at 1:23 PM, Ravi Roy wrote: > > > > > > On Fri, Apr 30, 2010 at 3:38 PM, Ryan Schmidt > > wrote: > >> > >> On Apr 30, 2010, at 04:52, Ravi Roy wrote: > >> > >> > I am writing a custom hook (pre-commit) to find out the size

Re: Per-module access to users with svn+ssh ?

2010-04-30 Thread Ernest Beinrohr
On 30.04.2010 11:36, Tino Schwarze wrote: On Fri, Apr 30, 2010 at 11:16:20AM +0200, Ernest Beinrohr wrote: Hi, i would like to limit access on modules (dirs) to different group of people. Currenly we are providing svn+ssh (on fsfs svn) access, where the ssh server uses LDAP to get its auth

Re: What file system structure a SVN transaction follow ?

2010-04-30 Thread Itamar O
On Fri, Apr 30, 2010 at 1:23 PM, Ravi Roy wrote: > > > On Fri, Apr 30, 2010 at 3:38 PM, Ryan Schmidt > wrote: >> >> On Apr 30, 2010, at 04:52, Ravi Roy wrote: >> >> > I am writing a custom hook (pre-commit) to find out the size of the >> > transaction for certain size and then allow / disallow co

Re: What file system structure a SVN transaction follow ?

2010-04-30 Thread Ravi Roy
On Fri, Apr 30, 2010 at 3:38 PM, Ryan Schmidt < subversion-20...@ryandesign.com> wrote: > > On Apr 30, 2010, at 04:52, Ravi Roy wrote: > > > I am writing a custom hook (pre-commit) to find out the size of the > transaction for certain size and then allow / disallow commit. But I am not > sure what

Re: What file system structure a SVN transaction follow ?

2010-04-30 Thread Ryan Schmidt
On Apr 30, 2010, at 04:52, Ravi Roy wrote: > I am writing a custom hook (pre-commit) to find out the size of the > transaction for certain size and then allow / disallow commit. But I am not > sure what is the structure under /db/transactions which should be checked for > size ? You don't nee

What file system structure a SVN transaction follow ?

2010-04-30 Thread Ravi Roy
Hi All I am writing a custom hook (pre-commit) to find out the size of the transaction for certain size and then allow / disallow commit. But I am not sure what is the structure under /db/transactions which should be checked for size ? Thanks for help. -RR

Re: Per-module access to users with svn+ssh ?

2010-04-30 Thread Tino Schwarze
On Fri, Apr 30, 2010 at 11:16:20AM +0200, Ernest Beinrohr wrote: > Hi, i would like to limit access on modules (dirs) to different group of > people. Currenly we are providing svn+ssh (on fsfs svn) access, where > the ssh server uses LDAP to get its auth information. > > How can we define perm

Per-module access to users with svn+ssh ?

2010-04-30 Thread Ernest Beinrohr
Hi, i would like to limit access on modules (dirs) to different group of people. Currenly we are providing svn+ssh (on fsfs svn) access, where the ssh server uses LDAP to get its auth information. How can we define permissions? In CVS it was quite easy as files were files and normal unix permi

Re: Can we use relative paths in svn:externals propset?

2010-04-30 Thread Itamar O
On Fri, Apr 30, 2010 at 5:00 AM, David Weintraub wrote: > On Thu, Apr 29, 2010 at 5:14 PM, David Bartmess wrote: >> Thanks, that explains what I needed to know... Relative paths using a parent >> (..) or absolute paths aren't handled. So it won't work with my system, >> since all the build files

Merging moves

2010-04-30 Thread Tennebø Frode
I have a vendor branch which has diverged quite a lot from trunk. Now I have got a new vendor release which is essentially the same as the previous version, but completely restructured (we are talking about 2000+ files which have moved around. However, I managed to get it imported into my vend