Authentication realm

2011-09-29 Thread Gavin Baumanis
Hi Everyone, We recently created a DNS entry for our subversion repository. Prior to this we just use the private LAN IP address to access the repo via http (Apache) Post the change to having a hostname to use I created a new branch - and used the host name to do this. Subsequently when I perf

Re: File access control

2011-09-29 Thread Ryan Schmidt
On Sep 29, 2011, at 10:02, Thorsten Schöning wrote: > I didn't try, but if it works it would be nice to get that mentioned > in the book. I always thought directories are all which is possible. You should submit that feedback to the people who write the book. They have a separate mailing list.

RE: PVCS to SUBVERSION

2011-09-29 Thread Bob Archer
> Hi all, > Our organization is looking to change our version control system from PVCS > to SUBVERSION. > Does anyone out there have any experience with such a conversion? > I have been told the data stored in PVCS cannot be migrated to SUBVERSION, > is that true? > Hmm... I converted mine. I use

PVCS to SUBVERSION

2011-09-29 Thread Alex Miller
Hi all, Our organization is looking to change our version control system from PVCS to SUBVERSION. Does anyone out there have any experience with such a conversion? I have been told the data stored in PVCS cannot be migrated to SUBVERSION, is that true? Tx Alex

Re: Add SVN subset to the main superset

2011-09-29 Thread Les Mikesell
On Thu, Sep 29, 2011 at 8:15 AM, rmp8...@googlemail.com wrote: > Thanks for your answer! > Hm ok. SVN is not the best solution but is it impossible by that fact? > The example is abstract for a bigger problem, so my chief interest lay in > feasibility and the way how to do it. I'd expect this to

Re: File access control

2011-09-29 Thread Thorsten Schöning
Guten Tag Mark Phippard, am Donnerstag, 29. September 2011 um 14:37 schrieben Sie: > Files are paths too. The path-based authz applies to any path (folder > or file). For example: > [repos:/trunk/readme.txt] > @releng = rw > * = r > A rule like that works fine. I didn't try, but if it works i

Re: Subversion Exception. Version 1.7

2011-09-29 Thread Hyrum K Wright
On Thu, Sep 29, 2011 at 9:42 AM, Andy Levy wrote: > On Thu, Sep 29, 2011 at 10:36, Jody Breaux > wrote: >> TortoiseSVN 1.6.99, Build 21923 - 64 Bit , 2011/09/01 20:31:07 >> Subversion 1.7.0, -dev >> apr 1.4.5 >> apr-utils 1.3.12 >> neon 0.29.6 >> OpenSSL 1.0.0d 8 Feb 2011 >> zlib 1.2.5 > > Please

Re: Subversion Exception. Version 1.7

2011-09-29 Thread Andy Levy
On Thu, Sep 29, 2011 at 10:36, Jody Breaux wrote: > TortoiseSVN 1.6.99, Build 21923 - 64 Bit , 2011/09/01 20:31:07 > Subversion 1.7.0, -dev > apr 1.4.5 > apr-utils 1.3.12 > neon 0.29.6 > OpenSSL 1.0.0d 8 Feb 2011 > zlib 1.2.5 Please try a current build. And please stop top-posting. > > -Orig

RE: Subversion Exception. Version 1.7

2011-09-29 Thread Jody Breaux
You are correct. Working copy. Jody Breaux 9433 Bee Cave Road Building 3 Suite 105 Austin, TX 78733 ofc 512-584-8163 efax 512-233-0885 cell 512-799-9050 < Scan Here > -Original Message- From: Ryan Schmidt [mailto:subversion-20...@ryandesign.com] Sent: Thursday, September 29, 2011

RE: Subversion Exception. Version 1.7

2011-09-29 Thread Jody Breaux
TortoiseSVN 1.6.99, Build 21923 - 64 Bit , 2011/09/01 20:31:07 Subversion 1.7.0, -dev apr 1.4.5 apr-utils 1.3.12 neon 0.29.6 OpenSSL 1.0.0d 8 Feb 2011 zlib 1.2.5 Jody Breaux 9433 Bee Cave Road Building 3 Suite 105 Austin, TX 78733 ofc 512-584-8163 efax 512-233-0885 cell 512-799-9050 < Scan Her

Re: File access control

2011-09-29 Thread Ian Wild
On Thu, Sep 29, 2011 at 1:34 PM, Prabhu Gnana Sundar wrote: > ** > On Thursday 29 September 2011 05:10 PM, Ian Wild wrote: > > WANdisco offer a commercial product which does exactly this based on our > proxy technology. > > http://www.wandisco.com/subversion/accesscontrol has more details - feel

Re: Web-based SVN auth file editor?

2011-09-29 Thread Mark Phippard
On Thu, Sep 29, 2011 at 9:18 AM, Neil Bird wrote: > >  Can anyone recommend a relatively light-weight AuthzSVNAccessFile editor? >  I just tried svn-access-manager but it's fundamentally broken in a few > places & I gave up trying to get it to work. > > >  Really, all I want is for those people in

Re: Web-based SVN auth file editor?

2011-09-29 Thread vishwajeet singh
On Thu, Sep 29, 2011 at 6:48 PM, Neil Bird wrote: > > Can anyone recommend a relatively light-weight AuthzSVNAccessFile editor? > I just tried svn-access-manager but it's fundamentally broken in a few > places & I gave up trying to get it to work. > > > Really, all I want is for those people i

Web-based SVN auth file editor?

2011-09-29 Thread Neil Bird
Can anyone recommend a relatively light-weight AuthzSVNAccessFile editor? I just tried svn-access-manager but it's fundamentally broken in a few places & I gave up trying to get it to work. Really, all I want is for those people in charge of a repo. to be able to edit that repo's (but

Re: Add SVN subset to the main superset

2011-09-29 Thread rmp8...@googlemail.com
Thanks for your answer! Hm ok. SVN is not the best solution but is it impossible by that fact? The example is abstract for a bigger problem, so my chief interest lay in feasibility and the way how to do it. Otherwise we have to transform much data into Git etc. 2011/9/29 Andy Levy > On Thu, Sep

Re: Add SVN subset to the main superset

2011-09-29 Thread Andy Levy
On Thu, Sep 29, 2011 at 06:58, rmp8...@googlemail.com wrote: > Hi there, > I like to use SVN for my documents and backup my data. In major I use my > USB-Stick for this which has a repository, but once a week I want to give > all the revisions / commits (not only the head) made on the stick to a m

Re: File access control

2011-09-29 Thread Mark Phippard
On Wed, Sep 28, 2011 at 10:41 PM, Grant wrote: > I see that subversion supports path-based authorization: > > http://svnbook.red-bean.com/en/1.5/svn.serverconfig.pathbasedauthz.html > > Is there a way to do file-based authorization?  Or maybe some sort of > trickery to mimic file-based authorizati

Re: File access control

2011-09-29 Thread Prabhu Gnana Sundar
On Thursday 29 September 2011 05:10 PM, Ian Wild wrote: On Thu, Sep 29, 2011 at 3:41 AM, Grant > wrote: I see that subversion supports path-based authorization: http://svnbook.red-bean.com/en/1.5/svn.serverconfig.pathbasedauthz.html Is there a way to do

RE: ++ Best Oracle DB Version to compile Subversion ++

2011-09-29 Thread Victor Medina
Mark, I really like having all options available! =) Sin mas a que hacer referencia, ___ Víctor Medina Centro Médico Guerra Méndez - Jefe de Soporte y Tecnologías Departamento de Sistemas Telf: +58241 856 1223 Ext. 1223 Cell: +58424 422 8988 BB Pin: 22A7C718 corre

Re: File access control

2011-09-29 Thread Ian Wild
On Thu, Sep 29, 2011 at 3:41 AM, Grant wrote: > I see that subversion supports path-based authorization: > > http://svnbook.red-bean.com/en/1.5/svn.serverconfig.pathbasedauthz.html > > Is there a way to do file-based authorization? Hi Grant, WANdisco offer a commercial product which does exact

Add SVN subset to the main superset

2011-09-29 Thread rmp8...@googlemail.com
Hi there, I like to use SVN for my documents and backup my data. In major I use my USB-Stick for this which has a repository, but once a week I want to give all the revisions / commits (not only the head) made on the stick to a major repository. How do I do that? -- In detail: I have a major r

v1.7RC3: redirect cycle detected

2011-09-29 Thread Wybe.Horsman
Hi, I am using/testing v1.7 RC3 on CentOS 5.7. I have created several repositories and I am able to checkout/update/commit using the file:// protocol. I can access the repositories via http in a browser (http://localhost/repo/projx) and browse through the folder structure but when I try to chec

Re: subversion upgrade from 1.4.6 to 1.7

2011-09-29 Thread Giulio Troccoli
On 29/09/11 05:33, Rajesh wrote: On Wed, Sep 21, 2011 at 5:59 AM, Daniel Shahaf wrote: Hyrum K Wright wrote on Wed, Sep 21, 2011 at 05:44:33 -0500: 2011/9/21 Ulrich Eckhardt: Am 21.09.2011 11:00, schrieb Hyrum K Wright: [repository upgrade] Since you are moving from 1.4 to 1.7, however, yo

Re: Subversion Exception. Version 1.7

2011-09-29 Thread Ryan Schmidt
On Sep 28, 2011, at 16:02, Jody Breaux wrote: > I also tried just going back to 1.6, but after it installed, I tried to > update/commit, and it reported that the repository was modified with version > 1.7 so I must upgrade to 1.7 before continuing. You mean working copy, not repository.

Re: File access control

2011-09-29 Thread Thorsten Schöning
Guten Tag Grant, am Donnerstag, 29. September 2011 um 04:41 schrieben Sie: > Is there a way to do file-based authorization? Not that I read of. > Or maybe some sort of > trickery to mimic file-based authorization? You can always create folders, depending on what exactly you have to protect agai