AW: 1.7 compatibility issue

2011-07-27 Thread Becker, Thomas
I can confirm that listing the repository works with --config-option servers:global:http-library=neon. As reported by Ivan he fixed this issue in r1151177. Thanks! Regards, Thomas Von: Mark Phippard [mailto:markp...@gmail.com] Gesendet:

AW: My Backup Script

2011-07-27 Thread Markus Schaber
Hi, Andreas, Von: Andreas Krey [mailto:a.k...@gmx.de] On Tue, 26 Jul 2011 13:55:17 +, Les Mikesell wrote: ... How could it possibly be up to date if there has been a commit since the last time it was updated? Because the commit came from my WC. My WC was up to date before the

Re: SVN 1.7 SVNParentPath broken

2011-07-27 Thread Stefan Sperling
On Tue, Jul 26, 2011 at 11:13:24AM +0200, Mario Brandt wrote: This is because the repository format changed slightly between the alpha releases and the beta2 release. You will need to re-create the repository. I had the exact same problem, dump and load into a new repository worked for

Re: disable security hole in svn+ssh?

2011-07-27 Thread Ulrich Eckhardt
On Wednesday 27 July 2011, Andy Canfield wrote: I was trying to get http, svn, and svn+ssh to work. Just one thing: Why? Why do you want more than one protocol? I could imagine read-only HTTP and read-write HTTPS, but that's the only reason for multiple access methods I could imagine.

Sparse checkout error.

2011-07-27 Thread Pierre Best
While trying to do a sparse checkout in TortoiseSvn (version TortoiseSVN 1.6.99, Build 21709 - 64 Bit , 2011/07/22 16:21:33) I got the following error message. Subversion Exception! io. Subversion encountered a serious problem. r Please take the time to report this on the Subversion mailing

Web site: checkout or export?

2011-07-27 Thread Andy Canfield
We're doing a web site. The whole site will be under revision control using Subversion. So there are at least three of these: my working copy, the repository, and the working web site. How do I get a working web site? By export? or by checkout? + After we 'svn checkout', If we need to

Re: disable security hole in svn+ssh?

2011-07-27 Thread Nico Kadel-Garcia
On Wed, Jul 27, 2011 at 12:06 AM, Andy Canfield andy.canfi...@pimco.mobi wrote: I was trying to get http, svn, and svn+ssh to work. Dude. Pick one. Getting all three to play nicely together is destablilizing. HERE IT IS USING HTTP:     svn info http://athol/svn/subdoc Authentication realm:

Re: Web site: checkout or export?

2011-07-27 Thread Ryan Schmidt
On Jul 27, 2011, at 06:46, Andy Canfield wrote: We're doing a web site. The whole site will be under revision control using Subversion. So there are at least three of these: my working copy, the repository, and the working web site. How do I get a working web site? By export? or by

Re: Sparse checkout error.

2011-07-27 Thread Stefan Sperling
On Wed, Jul 27, 2011 at 09:13:09AM +0100, Pierre Best wrote: While trying to do a sparse checkout in TortoiseSvn (version TortoiseSVN 1.6.99, Build 21709 - 64 Bit , 2011/07/22 16:21:33) I got the following error message. Hi Pierre, This looks like a bug in Subversion. Your bug report does

Re: Svnsync

2011-07-27 Thread Stefan Sperling
On Wed, Jul 27, 2011 at 02:24:42PM +0200, Onno van der Straaten wrote: Hi all, I'm trying to synsync a repository. I have done this in the past but it seems I have forgotten how to do this. From my notes I understand that I need to initialize the svnsync on the target repository. So I ssh to

AW: Web site: checkout or export?

2011-07-27 Thread Markus Schaber
Hi, Andy, Von: Andy Canfield [mailto:andy.canfi...@pimco.mobi] - Using 'svn checkout', the working web site will have the subversion control files in the .svn subdirectory, which might be a security hole. You could use some pattern based access control (Apache is very configurable in that

Re: Svnsync

2011-07-27 Thread Onno van der Straaten
Thanks, I got it. On Wed, Jul 27, 2011 at 2:31 PM, Stefan Sperling s...@elego.de wrote: On Wed, Jul 27, 2011 at 02:24:42PM +0200, Onno van der Straaten wrote: Hi all, I'm trying to synsync a repository. I have done this in the past but it seems I have forgotten how to do this. From my

svnsync

2011-07-27 Thread Phil Pinkerton
A local SVN expert tells me svnsync is all I need with regards to moving several (about 2 hundred) repositories from a Unix server to a Linux server even though there are mixed versions of SVN. Some are 1.5x others are 1.6.x (all are FSFS).and the destination server will have 1.6.17 svn installed

Re: SVN 1.7 SVNParentPath broken

2011-07-27 Thread Mario Brandt
Hi Stefen, of cause you can have the error log information. But I doubt it helps more. http://pastebin.com/N2TKddyE --- log from the alpha http://pastebin.com/rvsq4hDM --- log from current beta As I told the module tries to open the parent path as a repo which it isn't. Cheers Mario Did

Re: svnsync

2011-07-27 Thread Mark Phippard
On Wed, Jul 27, 2011 at 10:12 AM, Phil Pinkerton pcpinker...@gmail.comwrote: A local SVN expert tells me svnsync is all I need with regards to moving several (about 2 hundred) repositories from a Unix server to a Linux server even though there are mixed versions of SVN. Some are 1.5x others

Re: SVN 1.7 SVNParentPath broken

2011-07-27 Thread Stefan Sperling
On Wed, Jul 27, 2011 at 04:14:16PM +0200, Mario Brandt wrote: Hi Stefen, of cause you can have the error log information. But I doubt it helps more. http://pastebin.com/N2TKddyE --- log from the alpha http://pastebin.com/rvsq4hDM --- log from current beta As I told the module tries to

Svn Searcher

2011-07-27 Thread Phil Pinkerton
Anyone have experience installing and using Svn Searcher ? http://svn-search.sourceforge.net/ I have a client that would like to do Repository Searches. -- The fundamental principle here is that the justification for a physical concept lies exclusively in its clear and unambiguous relation to

Re: Svn Searcher

2011-07-27 Thread vishwajeet singh
On Wed, Jul 27, 2011 at 8:48 PM, Phil Pinkerton pcpinker...@gmail.comwrote: Anyone have experience installing and using Svn Searcher ? http://svn-search.sourceforge.net/ I have a client that would like to do Repository Searches. Yes I have done that. -- The fundamental principle here

Re: Svn Searcher

2011-07-27 Thread Phil Pinkerton
What platform did you install it on (Linux, Unix, Windows ) ? Was it installed on the Server , Cliient both ? Any issues or concerns, is it working ? How well ? Easy to install and use ? Any external dependencies and or Apache issues ? What about Security ( affects svn ACL , LDAP ??) Any feedback

Re: Svn Searcher

2011-07-27 Thread vishwajeet singh
On Wed, Jul 27, 2011 at 8:56 PM, Phil Pinkerton pcpinker...@gmail.comwrote: What platform did you install it on (Linux, Unix, Windows ) ? I did it on windows and linux Was it installed on the Server , Cliient both ? It's web based hence no install required on client side Any issues or

Re: svnsync

2011-07-27 Thread Nico Kadel-Garcia
On Wed, Jul 27, 2011 at 10:12 AM, Phil Pinkerton pcpinker...@gmail.com wrote: A local SVN expert tells me svnsync is all I need with regards to moving several (about 2 hundred) repositories from a Unix server to a Linux server even though there are mixed versions of SVN. Some are 1.5x others

Re: My Backup Script

2011-07-27 Thread Daniel Shahaf
Markus Schaber wrote on Wed, Jul 27, 2011 at 09:37:38 +0200: Hi, Andreas, Von: Andreas Krey [mailto:a.k...@gmx.de] On Tue, 26 Jul 2011 13:55:17 +, Les Mikesell wrote: ... How could it possibly be up to date if there has been a commit since the last time it was updated?

Re: svnsync

2011-07-27 Thread Daniel Shahaf
Mark Phippard wrote on Wed, Jul 27, 2011 at 10:16:10 -0400: On Wed, Jul 27, 2011 at 10:12 AM, Phil Pinkerton pcpinker...@gmail.comwrote: A local SVN expert tells me svnsync is all I need with regards to moving several (about 2 hundred) repositories from a Unix server to a Linux server

Re: SVN 1.7 SVNParentPath broken

2011-07-27 Thread Mario Brandt
Hi Stefan, What happens if you switch your Location / to something like Location /svn? that did the trick. Than it works with SVNParentPath. I wonder why it doesn't work like before with just / in the location container. :-/ Mario

Re: SVN 1.7 SVNParentPath broken

2011-07-27 Thread Rob van Oostrum
On Wed, Jul 27, 2011 at 4:41 PM, Mario Brandt jbl...@gmail.com wrote: Hi Stefan, What happens if you switch your Location / to something like Location /svn? that did the trick. Than it works with SVNParentPath. I wonder why it doesn't work like before with just / in the location container.

Re: SVN 1.7 SVNParentPath broken

2011-07-27 Thread Mario Brandt
Hi all, thanks for your help. Probably because you have a default site at / that takes precedence when Apache parses its config. Different to 1.6 with 1.7 I had to set the document root the same as SVNParentPath. Now it works again with Location / Cheers Mario

Re: svnsync

2011-07-27 Thread Ryan Schmidt
On Jul 27, 2011, at 14:44, Daniel Shahaf wrote: Mark Phippard wrote on Wed, Jul 27, 2011 at 10:16:10 -0400: If the existing repositories are FSFS, you could actually just move the repositories to the new server and use them. IOW, just copy the repository folder to the new server. And make

Re: svnsync

2011-07-27 Thread Daniel Shahaf
Ryan Schmidt wrote on Wed, Jul 27, 2011 at 16:07:46 -0500: On Jul 27, 2011, at 14:44, Daniel Shahaf wrote: Mark Phippard wrote on Wed, Jul 27, 2011 at 10:16:10 -0400: If the existing repositories are FSFS, you could actually just move the repositories to the new server and use them. IOW,

Re: SVN 1.7 SVNParentPath broken

2011-07-27 Thread Tony Butt
On Wed, 2011-07-27 at 06:56 +0300, Daniel Shahaf wrote: Tony Butt wrote on Wed, Jul 27, 2011 at 10:47:39 +1000: could not access my alpha2 created repository from beta2 using mod_dav_svn and apache. That's expected. Did you get the error documented at

Re: SVN 1.7 SVNParentPath broken

2011-07-27 Thread Daniel Shahaf
Tony Butt wrote on Thu, Jul 28, 2011 at 09:53:35 +1000: On Wed, 2011-07-27 at 06:56 +0300, Daniel Shahaf wrote: Tony Butt wrote on Wed, Jul 27, 2011 at 10:47:39 +1000: could not access my alpha2 created repository from beta2 using mod_dav_svn and apache. That's expected. Did you get

Re: SVN 1.7 SVNParentPath broken

2011-07-27 Thread Tony Butt
On Thu, 2011-07-28 at 03:11 +0300, Daniel Shahaf wrote: Tony Butt wrote on Thu, Jul 28, 2011 at 09:53:35 +1000: On Wed, 2011-07-27 at 06:56 +0300, Daniel Shahaf wrote: Tony Butt wrote on Wed, Jul 27, 2011 at 10:47:39 +1000: could not access my alpha2 created repository from beta2 using

Re: SVN 1.7 SVNParentPath broken

2011-07-27 Thread Tony Butt
On Thu, 2011-07-28 at 10:50 +1000, Tony Butt wrote: On Thu, 2011-07-28 at 03:11 +0300, Daniel Shahaf wrote: Tony Butt wrote on Thu, Jul 28, 2011 at 09:53:35 +1000: On Wed, 2011-07-27 at 06:56 +0300, Daniel Shahaf wrote: Tony Butt wrote on Wed, Jul 27, 2011 at 10:47:39 +1000: could

Re: SVN 1.7 SVNParentPath broken

2011-07-27 Thread Daniel Shahaf
Tony Butt wrote on Thu, Jul 28, 2011 at 11:52:14 +1000: I checked the apache logs, and found this: [Thu Jul 28 10:48:14 2011] [error] [client 172.16.2.39] (20014)Internal error: Found format '5', only created by unreleased dev builds; see