Re: Using * in AuthzSVNAccessFile file

2010-05-21 Thread Johan Corveleyn
On Thu, May 20, 2010 at 10:48 PM, vishwajeet singh wrote: > > > On Fri, May 21, 2010 at 2:16 AM, Prakash Velayutham > wrote: >> >> Hi, >> >> Is it possible to use '*' in the path portion of a AuthzSVNAccessFile. >> >> Like >> >> [repo:/folder1/*/*/bc] >> @group1 = rw >> @group2 = r >> @admin = rw

Using subversion (or something else?)

2010-05-21 Thread Gary .
I am trying to decide, or at least get information to help me decide, whether subversion or "something else" would be suitable for us. Let me explain the situation. We use a product which we customise and add features to, both of which mean changing the source. Sometimes these changes also get acce

Re: Using subversion (or something else?)

2010-05-21 Thread Ryan Schmidt
On May 21, 2010, at 04:32, Gary . wrote: > We use a product which we > customise and add features to, both of which mean changing the > source. Sometimes these changes also get accepted by the vendor > and are included in the next release. The Vendor Branches chapter in the book addresses how yo

Re: Using subversion (or something else?)

2010-05-21 Thread Stefan Sperling
On Fri, May 21, 2010 at 04:58:02AM -0500, Ryan Schmidt wrote: > > On May 21, 2010, at 04:32, Gary . wrote: > > > We use a product which we > > customise and add features to, both of which mean changing the > > source. Sometimes these changes also get accepted by the vendor > > and are included in

Re: Using subversion (or something else?)

2010-05-21 Thread Gary .
On Fri, May 21, 2010 at 11:58 AM, Ryan Schmidt wrote: > On May 21, 2010, at 04:32, Gary . wrote: > >> We use a product which we >> customise and add features to, both of which mean changing the >> source. Sometimes these changes also get accepted by the vendor >> and are included in the next releas

Re: Maxsize of Properties

2010-05-21 Thread Bettual Richter
Von: Ryan Schmidt An: Bettual Richter Kopie: users@subversion.apache.org Datum: 20.05.2010 13:09 Betreff: Re: Maxsize of Properties On May 20, 2010, at 05:40, Bettual Richter wrote: > does anyone know if there is some kind of maxsize for revision properties ? >>I'm not sure. > I'd like t

Re: Using subversion (or something else?)

2010-05-21 Thread Gary .
On Fri, May 21, 2010 at 11:58 AM, Ryan Schmidt wrote: > The Vendor Branches chapter in the book addresses how you can handle this in > Subversion. > > http://svnbook.red-bean.com/en/1.5/svn.advanced.vendorbr.html Hrmph. I couldn't get the example in the doc to work whentrying it with a toy exampl

Re: Using subversion (or something else?)

2010-05-21 Thread Les Mikesell
On 5/21/2010 8:52 AM, Gary . wrote: On Fri, May 21, 2010 at 11:58 AM, Ryan Schmidt wrote: The Vendor Branches chapter in the book addresses how you can handle this in Subversion. http://svnbook.red-bean.com/en/1.5/svn.advanced.vendorbr.html Hrmph. I couldn't get the example in the doc to wor

Re: Strange Error: svn: REPORT of '/svn/!svn/vcc/default': 200 OK (Repository URL)

2010-05-21 Thread fjohnson
It turns out this was an error on google's part. The problem was promptly fixed and here is what they had to say. " A bug recently caused some minor corruption in our datastore, causing 0.0003% of the files in our Subversion repositories to be unavailable. Unfortunately that included a few files

Re: Maxsize of Properties

2010-05-21 Thread Ryan Schmidt
On May 21, 2010, at 06:39, Bettual Richter wrote: > Ryan Schmidt wrote: > >> On May 20, 2010, at 05:40, Bettual Richter wrote: >> >>> does anyone know if there is some kind of maxsize for revision properties >>> ? >> >> I'm not sure. >> >>> I'd like to set long revision properties on a repo

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

Re: Maxsize of Properties

2010-05-21 Thread Hyrum K. Wright
On Fri, May 21, 2010 at 6:39 AM, Bettual Richter < bettual.richter_ext...@ppi.de> wrote: > > > Von: Ryan Schmidt An: Bettual Richter < > bettual.richter_ext...@ppi.de> Kopie: users@subversion.apache.org Datum: > 20.05.2010 > 13:09 Betreff: Re: Maxsize of Properties > ---

Re: How to speed up subversion

2010-05-21 Thread Hyrum K. Wright
On Fri, May 21, 2010 at 9:39 AM, wrote: > 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

RE: 1.6.11 on Vista

2010-05-21 Thread Talkov, Roger
The only installation I had was the 1.6.6 server, the 1.6.11 install overlayed it. I did a find for svn.exe and there was no other installation. The only other subversion related software I have is TortoiseSVN, subclipse, & PySVN Roger -Original Message- From: Mark Phippard [mailto:mark

Re: 1.6.11 on Vista

2010-05-21 Thread Mark Phippard
Perhaps the server was running and the DLL could not be replaced by the installer? The error you are getting is that a newer client is loading an older DLL that does not have the symbol for the function installed. On Fri, May 21, 2010 at 11:43 AM, Talkov, Roger wrote: > The only installation

RE: 1.6.11 on Vista

2010-05-21 Thread Talkov, Roger
I did shutdown the server , but it may have been after the install. I'll try it again with the server shutdown before the install Thanks, Roger -Original Message- From: Mark Phippard [mailto:markp...@gmail.com] Sent: Friday, May 21, 2010 8:45 AM To: Talkov, Roger Cc: users@subversion.ap

repository sizes in different versions?

2010-05-21 Thread Les Mikesell
I have an old repository that I think was started with a 1.4.x version of subversion, then updated in several stages to 1.6.5 without doing any changes to the repo format. Du says this repository is taking about 38 gigs of disk space. I've recently duplicated this repository using snvsync fro

Re: repository sizes in different versions?

2010-05-21 Thread Ryan Schmidt
On May 21, 2010, at 13:44, Les Mikesell wrote: > I have an old repository that I think was started with a 1.4.x version of > subversion, then updated in several stages to 1.6.5 without doing any changes > to the repo format. Du says this repository is taking about 38 gigs of disk > space. I'

Reintegrate a branch issue

2010-05-21 Thread Michael Cole
Hello, I created a development branch and I'm trying to reintegrate that branch back into the trunk. My question is two-fold: 1) After reintegration, I can delete my branch, correct? 2) When I attempt to reintegrate, I am getting the following error: Error: Retrieval of mergeinfo u

help me!

2010-05-21 Thread andy5920
Hi Subversion Team: venture to disturb you, would like to ask, why do not directly generate Subversion Binary Packages, as Tigris.org the DJ Heap, Branko Cibej and Troy Simpson them Which will lead, direct compilation with Apache modules can be attached to it? Because we own the developmen