Exception problem

2015-08-05 Thread Kurt R. Coleman
Hi, This is the exception message: --- Subversion Exception! --- Subversion encountered a serious problem. Please take the time to report this on the Subversion mailing list with as much information as possible about what you were trying to do. But

Can the Apache front end and svnserve service run on the same server?

2015-08-05 Thread ANDREW.LUCAS
Can the Apache front end and svnserve service run on the same server? We are going through a migration.. I'd like to keep the svnserve setup as a fallback.. and until everything gets upgraded. Will this idea work? thanks

Re: Can the Apache front end and svnserve service run on the same server?

2015-08-05 Thread Stefan Sperling
On Wed, Aug 05, 2015 at 12:51:13PM +, andrew.lu...@l-3com.com wrote: > Can the Apache front end and svnserve service run on the same server? See http://svnbook.red-bean.com/nightly/en/svn.serverconfig.multimethod.html >

Re: Can the Apache front end and svnserve service run on the same server?

2015-08-05 Thread Nico Kadel-Garcia
On Wed, Aug 5, 2015 at 8:51 AM, wrote: > Can the Apache front end and svnserve service run on the same server? > > We are going through a migration.. I’d like to keep the svnserve setup as a > fallback.. and until everything gets upgraded. > > Will this idea work? > > > > thanks It can, but it c

Re: Exception problem

2015-08-05 Thread Ryan Schmidt
> On Aug 4, 2015, at 12:28 PM, Kurt R. Coleman > wrote: > > Hi, > > This is the exception message: > > --- > Subversion Exception! > --- > Subversion encountered a serious problem. > Please take the time to report this on the Subversion mailin

Store passwords while using a different username

2015-08-05 Thread Tati, Aslesh
Hi, Is it possible to store password when a subversion query is being done as a different user. Say I'm user foo and would like to run "svn log --username bar https://" I'm prompted for user bar's credentials and the command succeeds when bar is successfully authenticated. The next time foo

Re: Exception problem

2015-08-05 Thread Ryan Schmidt
On Aug 5, 2015, at 11:08 AM, Kurt R. Coleman wrote: > > Hi Ryan, > > I was updating my source to the head revision. > > There were a few tree conflicts. One of which was automatically merged. I > believe the exception came right after the merge. After clicking OK out of > the exception dialog,

RE: Store passwords while using a different username

2015-08-05 Thread Tati, Aslesh
Additional information that might be useful SVN server is at version 1.7.X I'm running the commands on AIX 7 with client svn, version 1.8.0 (r1490375) However, this issue doesn't occur on Linux with the following svn client versions svn, version 1.8.13 (r1667537) svn, version 1.7.7 (r1393599)

Re: Can the Apache front end and svnserve service run on the same server?

2015-08-05 Thread Thorsten Schöning
Guten Tag Stefan Sperling, am Mittwoch, 5. August 2015 um 14:58 schrieben Sie: > http://svnbook.red-bean.com/nightly/en/svn.serverconfig.multimethod.html I have a similar task to do and while your link describes what do to around file permissions, I wonder how to deal with authentication and auth

Apache Subversion 1.8.14 released

2015-08-05 Thread Stefan Sperling
I'm happy to announce the release of Apache Subversion 1.8.14. Please choose the mirror closest to you by visiting: http://subversion.apache.org/download/ This release fixes two security issues: CVE-2015-3184: Subversion's mod_authz_svn does not properly restrict anonymous access

Apache Subversion 1.7.21 released

2015-08-05 Thread Stefan Sperling
I'm happy to announce the release of Apache Subversion 1.7.21. Please choose the mirror closest to you by visiting: http://subversion.apache.org/download/ This release fixes two security issues: CVE-2015-3184: Subversion's mod_authz_svn does not properly restrict anonymous access

Apache Subversion 1.9.0 released

2015-08-05 Thread Stefan Sperling
I'm happy to announce the release of Apache Subversion 1.9.0. Please choose the mirror closest to you by visiting: http://subversion.apache.org/download/ The release notes for the Subversion 1.9 release series are available at http://subversion.apache.org/docs/release-notes/1.9.html The

Re: Store passwords while using a different username

2015-08-05 Thread Daniel Shahaf
Tati, Aslesh wrote on Wed, Aug 05, 2015 at 17:42:45 +: > Is it possible to store password when a subversion query is being done as a > different user. > > Say I'm user foo and would like to run "svn log --username bar > https://https://%3cSVN_REPO>>" > > I'm prompted for user bar's credenti