AW: E175012 and E175002 when trying to commit

2019-04-04 Thread Christoph Vogtländer
Hi Pavel, > Von: Pavel Lyalyakin [mailto:pavel.lyalya...@visualsvn.com] > Gesendet: Donnerstag, 4. April 2019 15:18 > > I see that you use VisualSVN Server. But do you use VDFS (Multisite > Repository Replication)? Do you see the following error when you commit to a > slave VDFS repository? > [[

AW: E175012 and E175002 when trying to commit

2019-04-04 Thread Christoph Vogtländer
I have now a working setup with LimitXMLRequestBody 3200 Timeout 36000 I can successfully commit the change-set using LANG=de_DE.UTF-8, LANG=en_GB.UTF-8 or LC_TYPE=C To wrap this up: It seems there is a bug when using de_DE.UTF-8. The commit should be denied in case the XML request body is

AW: E175012 and E175002 when trying to commit

2019-04-03 Thread Christoph Vogtländer
> Von: Daniel Shahaf [mailto:d...@daniel.shahaf.name] > Gesendet: Dienstag, 2. April 2019 22:20 > I'm not sure, especially given that both locales are UTF-8 ones. A few > shots in the dark: > > - Try '-F /dev/null' instead of '-F svn-commit.tmp'. This will fail with E175012 (but with different "d

AW: E175012 and E175002 when trying to commit

2019-04-03 Thread Christoph Vogtländer
> Von: Johan Corveleyn [mailto:jcor...@gmail.com] > Gesendet: Mittwoch, 3. April 2019 10:18 > Perhaps the difference between your first and second attempt is not > caused by different language settings, but because the working copy > was in a different state? For instance, if the "base" of your wor

E175012 and E175002 when trying to commit

2019-04-02 Thread Christoph Vogtländer
Hi list, committing a huge change-set (about 110.000 new files, 10.000 deletions, 50.000 modified file, about 2GiB data payload) fails with a timeout during transaction submit: $> svn ci -F svn-commit.tmp . Sende ... Lösche ... Füge hinzu ... ... Übertrage Daten ... .er

svn merge tree conflict: unable to determine the conflicting local changes

2015-07-15 Thread Christoph Vogtländer
Hi, I'm trying to understand a tree conflict problem during merge. After the merge from an import branch to trunk the client states "Tree conflict on 'upload.bat' > local file edit, incoming file delete upon merge" Normally I understand tree conflicts and generally know how to solve them. But