RE: svn move directory will create a new revision for every file inside this directory?

2010-06-17 Thread Ullrich.Jans
Hi, > -Original Message- > From: Leonardo Azize Martins [mailto:laz...@gmail.com] > Sent: Friday, June 11, 2010 2:16 PM > To: Bob Archer > Cc: users@subversion.apache.org > Subject: Re: svn move directory will create a new revision for every file > inside > this directory? > > Hi Bob, >

RE: subversion tunables

2010-07-14 Thread Ullrich.Jans
> -Original Message- > From: Campbell Allan [mailto:campbell.al...@sword-ciboodle.com] > Sent: Monday, July 12, 2010 2:09 PM > To: users@subversion.apache.org > Cc: west alto > Subject: Re: subversion tunables > > > On Thursday 08 Jul 2010, west alto wrote: > > Hi Gurus, > > > > Any advis

RE: Update and Status in large working copy causes Windows to hang

2010-09-10 Thread Ullrich.Jans
Hi. Now I'm getting bitten by this. > -Original Message- > From: Justin Johnson [mailto:jus...@honesthacker.com] > Sent: Monday, October 26, 2009 9:39 PM > Subject: Re: Update and Status in large working copy causes Windows to > hang [...] > Interesting, none the less. Than

RE: Update and Status in large working copy causes Windows to hang

2010-09-14 Thread Ullrich.Jans
Hi, > -Original Message- > From: Johan Corveleyn [mailto:jcor...@gmail.com] > Sent: Friday, September 10, 2010 1:24 PM > > Some quick questions from the hip: > - What kind of disks are the working copies located on for machine A > and B? Locally or remotely? The disks are in all cases lo

RE: Update and Status in large working copy causes Windows to hang

2010-11-10 Thread Ullrich.Jans
Hi Stefan, > -Original Message- > From: Stefan Sperling [mailto:s...@elego.de] > Sent: Monday, November 08, 2010 6:16 PM > To: Jans Ullrich > Cc: jus...@honesthacker.com; andy.l...@gmail.com; markp...@gmail.com; > users@subversion.apache.org > Subject: Re: Update and Status in large workin

Unexpected behaviour with SVNPath/SVNParentPath mixture

2011-03-24 Thread Ullrich.Jans
Hi, we're trying to set up the following config: http://svnserver/svn/parentpathtest |- repo1 |- repo2 \- repo3 The internal users of the projec

RE: Unexpected behaviour with SVNPath/SVNParentPath mixture

2011-03-25 Thread Ullrich.Jans
Hi Ryan, > -Original Message- > From: Ryan Schmidt [mailto:subversion-20...@ryandesign.com] > Sent: Friday, March 25, 2011 2:25 AM > To: Jans Ullrich > Cc: users@subversion.apache.org > Subject: Re: Unexpected behaviour with SVNPath/SVNParentPath mixture > > You will either want a single

RE: Unexpected behaviour with SVNPath/SVNParentPath mixture

2011-03-25 Thread Ullrich.Jans
Hi, > -Original Message- > From: Cooke, Mark [mailto:mark.co...@siemens.com] > Sent: Friday, March 25, 2011 12:38 PM > To: Jans Ullrich; subversion-20...@ryandesign.com > Cc: users@subversion.apache.org > Subject: RE: Unexpected behaviour with SVNPath/SVNParentPath mixture > > > The quest

svn copy vs svn add in pre-commit

2012-06-13 Thread Ullrich.Jans
Hi, is there any way to determine if a commit to a repository is an svn copy or a shell level copy plus an svn add? I'm trying to limit people tagging to doing an svn copy, but I can't figure out how to determine if the current transaction (running in the pre-commit hook) is a copy or an add...

RE: svn copy vs svn add in pre-commit

2012-06-13 Thread Ullrich.Jans
Hi, > -Original Message- > From: Johan Corveleyn [mailto:jcor...@gmail.com] > try 'svnlook changed --copy-info -t $TXN $REPOS' > > The --copy-info should show things like "(from trunk/:rXXX)". That's exactly what I was looking for. :-) How could I have overlooked this!? Many thanks,

RE: svn copy vs svn add in pre-commit

2012-06-13 Thread Ullrich.Jans
Hi, > -Original Message- > From: Nico Kadel-Garcia [mailto:nka...@gmail.com] > Why do you want to do this? To assure that tags have been part of a QA > release process? No - for that, we don't need to check if it's a copy. We mostly want to avoid the case with someone copying in the she

High availability

2012-10-04 Thread Ullrich.Jans
Hi, I'm running a rather large Subversion installation (>1000 repos, >1 TB total storage, >1000 users). I'm looking for advice how to improve our availability. We're currently quite good, but I'm a bit worried about e.g. hardware failure. Performance is not an issue for now (machine load <2, at

RE: High availability

2012-10-04 Thread Ullrich.Jans
Hi Nico, > -Original Message- > From: Nico Kadel-Garcia [mailto:nka...@gmail.com] > Sent: Thursday, October 04, 2012 10:30 AM > To: Jans Ullrich > Cc: users@subversion.apache.org > Subject: Re: High availability > > Go call WanDisco. They have *precisely* this sort of high availability >

RE: Copy data from one repos to another and history should not be losed

2010-01-11 Thread Ullrich.Jans
Ryan Schmidt wrote: > On Jan 5, 2010, at 06:02, Chetan Chatwani wrote: > >> We have two repositories names as : bmrepos and bmdevrepos. >> We want to copy/add data from bmrepos to bmdevrepos but history >> should not losed. >> >> Note: bpmrepos already have some contents. > > Yes, you can do t

RE: Subversion queries hanging, timing out

2010-01-14 Thread Ullrich.Jans
Hi, (sorry for the format - OutBarf again..) From: Dave Purrington [mailto:dave.purring...@gmail.com] Sent: Monday, January 11, 2010 8:25 PM To: users@subversion.apache.org Subject: Subversion queries hanging, timing out

RE: HELP! Can't commit anymore: svn: PROPFIND ... Service Unavailable

2010-01-18 Thread Ullrich.Jans
Peter Koellner wrote: > Hi! > > I am working on a slightly outdated OpenSuSE system that has > subversion 1.4.4 installed. Since an hour or so, I can't do any > commits anymore. Everything else seems to work, but no commits. > > I even checked out a fresh working copy with > > svn co http://loca

svnadmin create not honoring sticky bit

2010-03-30 Thread Ullrich.Jans
Hi, I encountered an unexpected behaviour during a svnadmin create as a normal user. We have a setup where a normal user can create repositories below an SvnParentPath structure. The directories are setgroupid www, with ACLs allowing the user write permissions. When I create these directories

RE: svnadmin create not honoring sticky bit

2010-03-30 Thread Ullrich.Jans
Stefan Sperling wrote: > On Tue, Mar 30, 2010 at 02:16:50PM +0200, > ullrich.j...@elektrobit.com wrote: >> ls -l test1/db/rep-cache.db test2/db/rep-cache.db >> -rw-r-+ 1 root www 4096 2010-03-30 14:07 test1/db/rep-cache.db >> -rw-r-+ 1 username users 4096 2010-03-30 14:07 test2/db/r

RE: svnadmin create not honoring sticky bit

2010-03-31 Thread Ullrich.Jans
Hi, users-return-1912-ullrich.jans=elektrobit@subversion.apach e.org wrote: > Subject: RE: svnadmin create not honoring sticky bit > > Stefan Sperling wrote: >> On Tue, Mar 30, 2010 at 02:16:50PM +0200, >> ullrich.j...@elektrobit.com wrote: > >>> ls -l t

RE: How to speed up subversion

2010-05-21 Thread Ullrich.Jans
Hi, > -Original Message- > From: Jeremy Conlin [mailto:jlcon...@gmail.com] > Sent: Wednesday, April 21, 2010 5:48 PM > To: users@subversion.apache.org > Subject: How to speed up subversion > > I have a working copy/respository with many files that are several > hundred MB each. Whenever