subversion authz wildcard

2011-03-30 Thread Michael Mac (Palm GBU)
Hi, I'd to query the user community to know if there's been any progress in using wildcards with authz? Is there a work around for this? There was previous mentioned that version 1.7 may have this feature enhancement, but not a guarantee. On related topic others have mentioned that svnperms.py

RE: 500 Internal Server Error

2011-03-30 Thread Robbert van Andel
Looks like whatever our network engineer did was the problem. I changed AuthLDAPURL to a specific OU and it works now. I guess I can't search across the entire domain anymore. No problem though, since only users in our Information Solutions OU is allowed access to subversion. Robbert van Andel

Re: minimalist example of svn_txdelta_run?

2011-03-30 Thread Daniel Shahaf
First of all, let's please not mix the terms 'delta' and 'diff'. They are quite different things in svn. Clifford Yapp wrote on Wed, Mar 30, 2011 at 19:46:04 -0400: > Hi - I'm trying to create a minimal-case example creating a delta > between two strings and applying that delta to a svn repositor

RE: 500 Internal Server Error

2011-03-30 Thread Robbert van Andel
On Mar 30, 2011, at 16:14, Robbert van Andel wrote: > We are suddenly getting 500 Internal Server Errors after running for several > weeks. We are running subversion 1.6.6 on a fedora server. We access the > server via both TortoiseSVN and AnkhSVN. Both methods have been returning 500 > errors

Re: 500 Internal Server Error

2011-03-30 Thread Ryan Schmidt
On Mar 30, 2011, at 16:14, Robbert van Andel wrote: > We are suddenly getting 500 Internal Server Errors after running for several > weeks. We are running subversion 1.6.6 on a fedora server. We access the > server via both TortoiseSVN and AnkhSVN. Both methods have been returning 500 > errors

minimalist example of svn_txdelta_run?

2011-03-30 Thread Clifford Yapp
Hi - I'm trying to create a minimal-case example creating a delta between two strings and applying that delta to a svn repository in C. I'm able to add and delete files and add content to an empty file, but so far I haven't been able to take the contents of a file, diff them with a string, and use

Re: Advice on upgrading svn and moving to new server

2011-03-30 Thread Nico Kadel-Garcia
On Wed, Mar 30, 2011 at 3:17 PM, Daniel Shahaf wrote: > Kevin Grover wrote on Wed, Mar 30, 2011 at 08:13:34 -0700: >> When upgrading, mostly you can still access old repositories.  SOMETIMES >> they will be silently upgraded in someways > > I don't know that the above sentence is correct.  Can you

Re: Advice on upgrading svn and moving to new server

2011-03-30 Thread Kevin Grover
I am probably mis-remembering: perhaps it's just working copies that are silently upgraded by newer clients. On Wed, Mar 30, 2011 at 12:17, Daniel Shahaf wrote: > Kevin Grover wrote on Wed, Mar 30, 2011 at 08:13:34 -0700: > > When upgrading, mostly you can still access old repositories. SOMETIM

500 Internal Server Error

2011-03-30 Thread Robbert van Andel
We are suddenly getting 500 Internal Server Errors after running for several weeks. We are running subversion 1.6.6 on a fedora server. We access the server via both TortoiseSVN and AnkhSVN. Both methods have been returning 500 errors for the past hour or so. I get the error when I browse to my

Re: Advice on upgrading svn and moving to new server

2011-03-30 Thread Daniel Shahaf
Kevin Grover wrote on Wed, Mar 30, 2011 at 08:13:34 -0700: > When upgrading, mostly you can still access old repositories. SOMETIMES > they will be silently upgraded in someways I don't know that the above sentence is correct. Can you give an example of a scenario when that happens?

RE: Sync SVN to CVS

2011-03-30 Thread SUMNER Andrew
Our operations group require that the database scripts are in cvs, however the developers are using svn for everything else and it would prefer to be using the one tool. My eventual goal being continuous deployment into test using Jenkins (also would love to hear from anyone who has done this

Re: Advice on upgrading svn and moving to new server

2011-03-30 Thread Kevin Grover
It's always a good idea to dump the repository as an additional backup. When upgrading, mostly you can still access old repositories. SOMETIMES they will be silently upgraded in someways - this will not matter if you never access the repo with file:// (or using any older clients/servers). Sometim

Advice on upgrading svn and moving to new server

2011-03-30 Thread KM
I have svn 1.4.3 running on a solaris 8 server.   I want to either upgrade this particular server to solaris 10, or move the entire thing to a new solaris 10 server, and also to upgrade subversion to the latest stable version (along with all of the dependencies of course... apache etc.)   If I d

Re: Is it practical to build my own local svn on a shared host?

2011-03-30 Thread Les Mikesell
On 3/30/11 1:06 AM, Jerry Miller wrote: I'm working under the constraints of a shared hosting service that doesn't offer SSH or SVN. I can get around the lack of SSH, albeit at some inconvenience, but for putting out fires, there's no substitute I know of for SVN. There are a number of binaries f

Is it practical to build my own local svn on a shared host?

2011-03-30 Thread Jerry Miller
I'm working under the constraints of a shared hosting service that doesn't offer SSH or SVN. I can get around the lack of SSH, albeit at some inconvenience, but for putting out fires, there's no substitute I know of for SVN. There are a number of binaries for different flavors of Linux, but none

Re: Sync SVN to CVS

2011-03-30 Thread Thorsten Schöning
Guten Tag SUMNER Andrew, am Dienstag, 29. März 2011 um 21:56 schrieben Sie: > 1. Are there any tools to sync SVN to CVS? Ideally I would like > two way sync but I may be able to get away with one way (svn -> cvs) > especially if it can throw an error if the cvs file has changed. [...] > The