Re: server config

2013-08-19 Thread olli hauer
On 2013-08-20 01:41, Nico Kadel-Garcia wrote: > I think he meant "subversion-1.6.11", which is the default version for > CentOS 6.4. Check the SELinux settings in /etc/sysconfig/selinux. Set the line to 'SELINUX=permissive' (or disabled) After changing the SELINUX value a reboot is required Addi

Re: server config

2013-08-19 Thread Nico Kadel-Garcia
I think he meant "subversion-1.6.11", which is the default version for CentOS 6.4. On Mon, Aug 19, 2013 at 6:19 PM, Ben Reser wrote: > On 8/19/13 9:07 AM, Scott Frankel wrote: > > I'm new to SVN server configuration and find myself setting up a CentOS > 6.4 server with svn version 1.6.1, follow

Re: server config

2013-08-19 Thread Ben Reser
On 8/19/13 9:07 AM, Scott Frankel wrote: > I'm new to SVN server configuration and find myself setting up a CentOS 6.4 > server with svn version 1.6.1, following the red-bean book. I'd strongly urge you not to use 1.6.1, see the list of applicable security issues here: http://subversion.apache.or

Re: Issue 4039

2013-08-19 Thread Johan Corveleyn
On Mon, Aug 19, 2013 at 9:25 PM, Angelo Tavares wrote: > My case is creating subst working areas, which is not presented the features > of subversion. > Can you please give a bit more detail? What do you mean by "creating subst working areas"? Do you mean, for instance, that you have a working c

Re: server config

2013-08-19 Thread David Chapman
On 8/19/2013 12:13 PM, Scott Frankel wrote: This is my first brush with Apache, OpenSSL, and general server config. Thanks in advance for your suggestions! BTW, I'm not subscribed and would appreciate being cc'd on any replies. Scott DAV svn SVNParentPath /var/svn # Authenticati

Re: Issue 4039

2013-08-19 Thread Angelo Tavares
My case is creating subst working areas, which is not presented the features of subversion. 2013/8/19 Ivan Zhakov > On Mon, Aug 19, 2013 at 2:04 AM, Johan Corveleyn > wrote: > > On Fri, Aug 16, 2013 at 8:31 PM, Angelo Tavares > wrote: > >> > >> Good Morning > >> > >> You have a preview relea

Re: Issue 4039

2013-08-19 Thread Ivan Zhakov
On Mon, Aug 19, 2013 at 2:04 AM, Johan Corveleyn wrote: > On Fri, Aug 16, 2013 at 8:31 PM, Angelo Tavares wrote: >> >> Good Morning >> >> You have a preview release of this fix, or if it will be developed? >> >> http://subversion.tigris.org/issues/show_bug.cgi?id=4039 > > The issue is: "Add suppo

Re: Cannot check out public directory with client 1.8.x without access to repo root

2013-08-19 Thread Ivan Zhakov
On Mon, Aug 19, 2013 at 10:19 PM, Mark Tsuchida wrote: > Hello, > > I'm having an issue with our partially-public SVN repository. > > The server is running SVN 1.6.11 (CentOS 6.4) with Apache and TLS. > Our repository (let's call it "myrepo") allows public read access (* = > r) to myrepo/trunk, bu

Re: server config

2013-08-19 Thread Scott Frankel
Hi all, Thanks for the replies! Please see below for additional comments. On Aug 19, 2013, at 9:42 AM, David Chapman wrote: > On 8/19/2013 9:07 AM, Scott Frankel wrote: >> Hi all, >> >> I'm new to SVN server configuration and find myself setting up a CentOS 6.4 >> server with svn version 1.

Re: Cannot check out public directory with client 1.8.x without access to repo root

2013-08-19 Thread Daniel Shahaf
Mark Tsuchida wrote on Mon, Aug 19, 2013 at 11:19:42 -0700: > svn co https://our.server.com/svn/myrepo/trunk -> Requires > authentication with client 1.8.x but not with 1.6.x or 1.7.x > svn list https://our.server.com/svn/myrepo/trunk -> Works even with 1.8.1 > svn list https://our.server.com/svn/m

Re: server config

2013-08-19 Thread Thomas Harold
On 8/19/2013 12:42 PM, David Chapman wrote: How many repositories do you have? You shouldn't use SVNParentPath if you have only one repository; use SVNPath. I don't know if that is the direct cause of your problem, but you should fix it. I suggest planning for multiple repositories from the

Re: server config

2013-08-19 Thread Daniel Shahaf
David Chapman wrote on Mon, Aug 19, 2013 at 09:42:42 -0700: > You shouldn't use SVNParentPath if you have only one repository; use > SVNPath. I don't know if that is the direct cause of your problem, > but you should fix it. I disagree. I'm not aware of a reason to prefer one over the other.

Cannot check out public directory with client 1.8.x without access to repo root

2013-08-19 Thread Mark Tsuchida
Hello, I'm having an issue with our partially-public SVN repository. The server is running SVN 1.6.11 (CentOS 6.4) with Apache and TLS. Our repository (let's call it "myrepo") allows public read access (* = r) to myrepo/trunk, but not to myrepo/ (the root). There is also a directory myrepo/trunk/

Re: checkout / update problem: svn: Malformed XML: not well-formed (invalid token) at line ...

2013-08-19 Thread markbeezhold
Issue 2730 needs to be re-visited!!! (http://subversion.tigris.org/issues/show_bug.cgi?id=2730) I relocated an SVN repository, and shortly thereafter began seeing the "Issue 2730" problem. What a "PAIN"... Every time I do an "svn commit," the log-file inserts the same non-ASCII characters into the

Switching

2013-08-19 Thread John Maher
Hello, I want to thank all who have been helpful. I have gotten my test project to merge branches successfully. Now I am trying it on our production code and wish to make sure I am not making any mistakes. I use one folder for my source code (all branches) mainly because of vendor requiremen

Re: server config

2013-08-19 Thread Dana Epp
Being that you will be using WebDAV, I'd recommend you look at the AuthzSVNAccessFile directive and control the access you want that way. Here is what mine looks like: DAV svn SVNPath /var/svn AuthzSVNAccessFile /var/svn/svnaccess.conf Require Valid-User A

Re: server config

2013-08-19 Thread David Chapman
On 8/19/2013 9:07 AM, Scott Frankel wrote: Hi all, I'm new to SVN server configuration and find myself setting up a CentOS 6.4 server with svn version 1.6.1, following the red-bean book. I'm having difficulty with authorization &/or authentication: my repo appears to be accessible by anyone

server config

2013-08-19 Thread Scott Frankel
Hi all, I'm new to SVN server configuration and find myself setting up a CentOS 6.4 server with svn version 1.6.1, following the red-bean book. I'm having difficulty with authorization &/or authentication: my repo appears to be accessible by anyone in spite of requiring "valid-user" and speci

RE: Subversion 1.8 httpd.exe taking 100% CPU

2013-08-19 Thread Dinesh Hirani
I did not find a solution however I wrote an monitor application that checks if the httpd.exe process hits 100%, if so I KILL the process and CollabNet then restarts another instance. From: valentijnschol...@gmail.com [mailto:valentijnschol...@gmail.com] Sent: 19 August 2013 16:37 To: subversion

Re: Subversion 1.8 httpd.exe taking 100% CPU

2013-08-19 Thread valentijnscholten
> We just upgraded subversion from 1.7 to 1.8 and noticed that the process httpd.exe takes 100% and maxes the box and we have to keep killing the httpd.exe, are you aware of this problem? > > > * What's your environment (svn client / server / Apache HTTP Server > version)? > > We using Tortoi

Is this for the dev list?, was: svnserve: could not find auxprop plugin, was searching for 'ldap' (1.8.1, linux, from source)

2013-08-19 Thread Klaus Thorn
Shall I write my question (below) to the dev list? (It seems to be a question about compilation currently) Or can I prepare / rewrite something to make it more likely to get an answer here? -Ursprüngliche Nachricht- Von: Klaus Thorn [mailto:klaus.th...@noumenastudios.com] Gesendet: 14

Re: Issue 4039

2013-08-19 Thread Angelo Tavares
Thanks for responding I'll be waiting 2013/8/18 Johan Corveleyn > On Fri, Aug 16, 2013 at 8:31 PM, Angelo Tavares > wrote: > > > > Good Morning > > > > You have a preview release of this fix, or if it will be developed? > > > > http://subversion.tigris.org/issues/show_bug.cgi?id=4039 > > The

RE: Cope with IPv6

2013-08-19 Thread Okabayashi, Hirotsugu
Dear Ivan Zhakov, Thank you very much. > -Original Message- > From: Ivan Zhakov [mailto:i...@visualsvn.com] > Sent: Tuesday, August 13, 2013 8:52 PM > To: Okabayashi, Hirotsugu > Cc: Daniel Shahaf; users@subversion.apache.org > Subject: Re: Cope with IPv6 > > On Tue, Aug 13, 2013 at 12:5