Re: 200 OK error on update with files that contain non-alphanumeric characters

2012-10-19 Thread Stefan Sperling
On Fri, Oct 19, 2012 at 06:18:43PM +0200, Gautier DI FOLCO wrote: > I'm on CentOS 5.8, I can't upgrade svn any more :/ You can, see http://subversion.apache.org/packages.html#centos The packages from Collabnet and Wandisco are advertised for Centos 5.x. You should be able to install them alongside

Re: 200 OK error on update with files that contain non-alphanumeric characters

2012-10-19 Thread Gautier DI FOLCO
2012/10/19 Ulrich Eckhardt > This looks weird, "200 OK" actually means "success"... That's why I'm a little bit unsettled. > Try "svn ls " to see the actual content. The problem could be > that you really checked in those files urlencoded by accident (I assume you > mean e.g. %20 instead of sp

RE: Do we need to use svn --reintegrate for branch to branch merge in SVN 1.6.19

2012-10-19 Thread Bob Archer
> I have one single doubt on SVN --reintegrate option. If you can clarify this > would > be great. > There three repositories one of them is trunk other two are branches made > with svn copy command. > 1. SVN/Path/to/trunk > 2. SVN/Path/to/branch/T1 > 3. SVN/Path/to/branch/T2 > Now both T1 and T2

Do we need to use svn --reintegrate for branch to branch merge in SVN 1.6.19

2012-10-19 Thread Manohar Paduri
I have one single doubt on SVN --reintegrate option. If you can clarify this would be great. There three repositories one of them is trunk other two are branches made with svn copy command. 1. SVN/Path/to/trunk 2. SVN/Path/to/branch/T1 3. SVN/Path/to/branch/T2 Now both T1 and T2 branche

Re: 200 OK error on update with files that contain non-alphanumeric characters

2012-10-19 Thread Stefan Sperling
On Fri, Oct 19, 2012 at 03:15:36PM +0200, Gautier DI FOLCO wrote: > Hi all, > > I have a quite annoying problem, I use svn 1.6.15 with mod_dav on Apache > HTTPd 2.2.8 on the server side and sevral clients. > > On the client side, when I add and commit a file which has spaces or > non-ASCII > char

Re: 200 OK error on update with files that contain non-alphanumeric characters

2012-10-19 Thread Ulrich Eckhardt
Am 19.10.2012 15:15, schrieb Gautier DI FOLCO: I have a quite annoying problem, I use svn 1.6.15 with mod_dav on Apache HTTPd 2.2.8 on the server side and sevral clients. On the client side, when I add and commit a file which has spaces or non-ASCII characters, all works, but, if I try do do an

200 OK error on update with files that contain non-alphanumeric characters

2012-10-19 Thread Gautier DI FOLCO
Hi all, I have a quite annoying problem, I use svn 1.6.15 with mod_dav on Apache HTTPd 2.2.8 on the server side and sevral clients. On the client side, when I add and commit a file which has spaces or non-ASCII characters, all works, but, if I try do do an update, I have the following error: Upda