Re: Using * in AuthzSVNAccessFile file

2010-05-20 Thread vishwajeet singh
On Fri, May 21, 2010 at 2:16 AM, Prakash Velayutham < prakash.velayut...@cchmc.org> wrote: > Hi, > > Is it possible to use '*' in the path portion of a AuthzSVNAccessFile. > > Like > > [repo:/folder1/*/*/bc] > @group1 = rw > @group2 = r > @admin = rw > > Would this work? In the redbook, it only ta

Using * in AuthzSVNAccessFile file

2010-05-20 Thread Prakash Velayutham
Hi, Is it possible to use '*' in the path portion of a AuthzSVNAccessFile. Like [repo:/folder1/*/*/bc] @group1 = rw @group2 = r @admin = rw Would this work? In the redbook, it only talks about using '*' for the user/group portion, not the path. Thanks, Prakash

RE: "Unreadable path encountered" running svn merge --reintegrate

2010-05-20 Thread Brown, Beverly
We have narrowed down this problem to an authz change but it doesn't make much sense to us. This repo is layed out like this: /project1/trunk /branches /tags /project2/trunk /branches /tags Our authz file contains this

Re: 1.6.11 on Vista

2010-05-20 Thread Mark Phippard
On Thu, May 20, 2010 at 2:26 PM, Talkov, Roger wrote: > I installed the Collabnet subversion server 1.6.11 on windows Vista and got > the error below when I typed “svn –version” > I had previously had 1.6.6 of the server which didn’t have this problem Check your PATH. Sounds like you have more t

1.6.11 on Vista

2010-05-20 Thread Talkov, Roger
I installed the Collabnet subversion server 1.6.11 on windows Vista and got the error below when I typed "svn -version" I had previously had 1.6.6 of the server which didn't have this problem I then installed the subversion client 1.6.11 and was able to use svn commands with no problem Proble

Re: race condition on checkin immediately followed by a merge?

2010-05-20 Thread Dan Stromberg
Hi. On Wed, May 19, 2010 at 11:28 PM, Daniel Widenfalk wrote: > Dan Stromberg wrote: >> On Tue, May 18, 2010 at 1:20 AM, Bert Huijben wrote: >> Subversion uses a simple heuristic to determine if a file has changed. It is well documented in the source code but perhaps not so well k

RE: Merge and Diff problem

2010-05-20 Thread Bob Archer
> I try to mantain a vendor branch, but im facing problems with svn diff > first and now with merge. > I have a sql file in my trunk were i make changes, after some time the > vendor code was upgrade, > i give a svn diff to see the difference between the new and the old > and wat i get was the old

Merge and Diff problem

2010-05-20 Thread Debiminho
Hi, I try to mantain a vendor branch, but im facing problems with svn diff first and now with merge. I have a sql file in my trunk were i make changes, after some time the vendor code was upgrade, i give a svn diff to see the difference between the new and the old and wat i get was the old code in

RE: SVN Error

2010-05-20 Thread Thomas Loy
Glad to hear it. We had similar problems using svnsync when performing the initial sync. We had a couple of historic commits of a lot of third-party libraries that were very large. We had to bump the timeout up to 600 sec. to get svnsync to complete the sync. Now that we are syncing happily

RE: Subversion source code missing ??

2010-05-20 Thread Bert Huijben
> -Original Message- > From: Kurt Pruenner [mailto:l...@gmx.at] > Sent: donderdag 20 mei 2010 15:18 > To: users@subversion.apache.org > Subject: Re: Subversion source code missing ?? > > On 20.05.10 12:55, John Buehrer wrote: > > Also confusing is the (pending?) cover page ... > > > > ht

Re: Subversion source code missing ??

2010-05-20 Thread Kurt Pruenner
On 20.05.10 12:55, John Buehrer wrote: > Also confusing is the (pending?) cover page ... > > http://subversion.apache.org/ > > ... which has the same content as the main Apache page, ie, nothing > subversion-related : > > http://apache.org/ Here, subversion.apache.org looks exactly like Google'

Re: History

2010-05-20 Thread Ulrich Eckhardt
On Thursday 20 May 2010, AM wrote: > We currently create release branches with version numbers (i.e. 1.3.x, > 1.4.x). This is reasonable and not unusual. From those branches you then create the tags (1.3.0, 1.3.1 etc). > If we wanted to move to a single folder for releases (say Production > Supp

RE: rev 19260: missing green checkmarks

2010-05-20 Thread Cooke, Mark
> > Subject: rev 19260: missing green checkmarks > > Are there others experiencing this in the svn windows client? > Would I be right in assuming you are using TortoiseSVN? If so, it is not part of the standard subversion code base but thse pages may help: http://tortoisesvn.net/node/191 ...

Re: rev 19260: missing green checkmarks

2010-05-20 Thread Ryan Schmidt
On May 20, 2010, at 07:43, Emerald wrote: > Are there others experiencing this in the svn windows client? Sounds like you are talking about TortoiseSVN, so you should ask on the TortoiseSVN mailing list.

rev 19260: missing green checkmarks

2010-05-20 Thread Emerald
Are there others experiencing this in the svn windows client?

History

2010-05-20 Thread AM
We currently create release branches with version numbers (i.e. 1.3.x, 1.4.x).  If we wanted to move to a single folder for releases (say Production Support), how would we create the subsequent "Production Support" branch and maintain the history from the previous release? Thanks Anthony

Re: Maxsize of Properties

2010-05-20 Thread Ryan Schmidt
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 repository. How large?

Re: Subversion source code missing ??

2010-05-20 Thread Andy Levy
On Thu, May 20, 2010 at 06:55, John Buehrer wrote: > > Thanks Ryan. > My immediate problem is solved, now that the 'tigris.org' site is back > online. > > To reduce user confusion, I suggest - to the Apache team - that an > informative Readme file be placed in these empty subversion folders, > sta

Re: Subversion source code missing ??

2010-05-20 Thread John Buehrer
Thanks Ryan. My immediate problem is solved, now that the 'tigris.org' site is back online. To reduce user confusion, I suggest - to the Apache team - that an informative Readme file be placed in these empty subversion folders, stating that source-code will not be here until the 1.7.0 release,

Maxsize of Properties

2010-05-20 Thread Bettual Richter
Hi, does anyone know if there is some kind of maxsize for revision properties ? I'd like to set long revision properties on a repository. I'm already using the -f option with a file containing the property to be set. usage : svn ps propname -F /path/propvalue.txt --revprop http://myAddr -rH

Re: Subversion source code missing ??

2010-05-20 Thread Ryan Schmidt
On May 20, 2010, at 04:52, John Buehrer wrote: > Yes, now it appears. Strange! (to me) According to another message on the list, the site was down shortly. > Thanks for the info about v1.7.0. > Maybe you could add this info as a "Readme" note in the existing Apache > subversion directories? >

Re: How to change default svn-commit.tmp contents

2010-05-20 Thread Bostjan Skufca
Hi again! I was wrong about calling the currently checked out revision HEAD. I want to see diff against currently checked out revision. I figured out what the problem is. Svn creates svn-commit.tmp one directory higher than I am currently in. - /trunk/lib/<--- this is where I execute "svn ci"

Re: Subversion source code missing ??

2010-05-20 Thread Lieven Govaerts
On Thu, May 20, 2010 at 8:47 AM, John Buehrer wrote: > > Hi, > > The Subversion source code has disappeared today: Thursday, 20-May-2010 > Am I looking in the wrong place? > I already asked on IRC chat:  irc.freenode.net / #svn > These main sites & mirrors are empty of Subversion source-code conte

Re: Subversion source code missing ??

2010-05-20 Thread Ryan Schmidt
On May 20, 2010, at 01:47, John Buehrer wrote: > The Subversion source code has disappeared today: Thursday, 20-May-2010 > Am I looking in the wrong place? It certainly appears to be there: > http://subversion.apache.org/source-code.html On this page, click the link "Source Releases Area" whi

Subversion source code missing ??

2010-05-20 Thread John Buehrer
Hi, The Subversion source code has disappeared today: Thursday, 20-May-2010 Am I looking in the wrong place? I already asked on IRC chat: irc.freenode.net / #svn These main sites & mirrors are empty of Subversion source-code content: http://svncorp.org http://subversion.tigris.org http://subv

RE: svn:mergeinfo resurrecting from the dead

2010-05-20 Thread Cufi, Carles
Hi there, > Ah... iirc this is a bug that happens when you have externals. Can you > remove the externals and try it? You can always put them back later. For some reason, even without removing the externals, an extran cleanup of both the branch and the trunk now seems to have done the trick. All

RE: SVN Error

2010-05-20 Thread Wadhavankar, Hemant
Hey - setting Timeout as 300 resolved the problem. Best, Hemant Unstoppable.. From: Wadhavankar, Hemant Sent: Thursday, May 20, 2010 10:27 AM To: 'Thomas Loy'; users@subversion.apache.org Subject: RE: SVN Error Thanks Tom. I am using http and not https. I noticed "Timeout 300" in conf/extra