Problem in connecting the server

2012-05-30 Thread Masaru Kitajima
Hi, all! I do need your help. I'm running CentOS 5.8 and Subversion 1.6.11 on a VPS. When I try to connect to the repository from my client Versions.app for Mac, an error message is shown. "Could not read status line: Connection reset by peer" I use http to connect to the repository, not https

Problem with write through proxy

2012-05-30 Thread Joseph Isenberg
I'm trying to set up a write through proxy and it was going OK. We want the communication between the slave and the master to be encrypted so we wanted to use https. I figured out how to get apache to do that by adding "SSLProxyEngine on" to the config and it seemed to work, but I can't commit a re

Re: umlaute in filename

2012-05-30 Thread tho...@randspringer.de
Thank you. A new checkout solved the problem. Thomas Philip Martin hat am 30. Mai 2012 um 11:08 geschrieben: > "tho...@randspringer.de" writes: > > > I'm a subversion client on linux. > > Recently I encounter errors like this: > > > > svn update > > svn: Error converting entry in dire

Re: Merge files from a moved directory

2012-05-30 Thread Stefan Sperling
On Sun, May 27, 2012 at 05:30:25PM -0300, Emiliano S wrote: > Hi, > > Suppose there's a directory with a single file in it: > > dirA\foo.cr10 > > While I'm modifying this file someone else modifies the file, > renames dirA to dirB and commits. > > dirB\foo.cr11 > > Before commi

svnadmin load issue about "svn:mergeinfo" property

2012-05-30 Thread Yves Martin
Hello, I am merging multiple repositories with dump/load into a single one and almost everything works well because the node structure in each /trunk does not conflict. To describe the situation: repoA (1999 revisions): /trunk/appA with "svn:mergeinfo" containing "/branches/1.0:1000-1010" a

Re: umlaute in filename

2012-05-30 Thread Philip Martin
"tho...@randspringer.de" writes: > I'm a subversion client on linux. > Recently I encounter errors like this: > > svn update > svn: Error converting entry in directory 'Fein/AP11_Faktura_Sonderaufgaben' > to UTF-8 > svn: Valid UTF-8 data > (hex: 20 53 50 52 49 4e 54 20 20 53 53 54 20 31 31 3

subversion Could not read status line error

2012-05-30 Thread Masaru Kitajima
Hi, everyone. I'm Masaru Kitajima, a Japanese and I'm new to this list. I was building up a VPS server, and installed subversion as below: # yum -y install mod_dav_svn subversion And I created repository as below: # mkdir -p /var/lib/svn/ # svnadmin create /var/lib/svn/project # chown -R apache:

umlaute in filename

2012-05-30 Thread tho...@randspringer.de
Hi, I'm a subversion client on linux. Recently I encounter errors like this: svn update svn: Error converting entry in directory 'Fein/AP11_Faktura_Sonderaufgaben' to UTF-8 svn: Valid UTF-8 data (hex: 20 53 50 52 49 4e 54 20 20 53 53 54 20 31 31 31 20 2d 20 20 47 72 6f) followed by invalid U