svn issues?

2008-04-07 Thread Patrick Linskey
Hi, I'm unable to run 'svn co' on Mac, Linux, or via IntelliJ (on Mac). I'm getting the following: [EMAIL PROTECTED]:~/src$ svn co https://svn.apache.org/repos/asf/openjpa svn: REPORT request failed on '/repos/asf/!svn/vcc/default' svn: REPORT of '/repos/asf/!svn/vcc/default': 400

SVN issues

2019-05-13 Thread William Dazey
Hello! I have been away from OpenJPA development for awhile, but I have an issue that I would like commit and I am getting an error when I try to commit via SVN. "https://openjpa.apache.org/source-code.html"; still lists the svn repo as the correct one to use. Perhaps my committer status has expire

Re: svn issues?

2008-04-07 Thread Patrick Linskey
As expected, the problem was between the screen and the chair. It turns out that you need to check out things like https://svn.apache.org/repos/asf/openjpa/trunk , and not things in the top-level. Weird, but true. (Thanks go to Amy Yang for straightening me out -- I woulda kept on retrying w

Re: SVN issues

2019-05-13 Thread William Dazey
The exception I am getting is: Access to '/repos/asf/!svn/txr/1859199-14tgq/openjpa/branches/2.2.x/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/meta/strats/ValueMapDiscriminatorStrategy.java' forbidden Thanks, Will Dazey On Mon, May 13, 2019 at 4:14 PM William Dazey wrote: > Hello! >

Re: SVN issues

2019-05-13 Thread Maxim Solodovnik
Hello William, OpenJPA moved to GitBox, so you can use https://github.com/apache/openjpa as the root of the repo :) I believe the site will be updated as soon as latest release will be announced On Tue, 14 May 2019 at 04:29, William Dazey wrote: > > The exception I am getting is: > > Access to >

Re: SVN issues

2019-05-13 Thread Francesco Chicchiriccò
Hi Will, a while back we migrated from Subversion to git; I have just updated https://openjpa.apache.org/source-code.html to reflect such a change. FYI, the old Subversion repository is R/O (that's why you get the error below when attempting to push). Don't worry, your commit rights don't ex