Re: svn --diff-cmd not working

2016-04-07 Thread Torge Riedel
Am 08.04.2016 um 03:25 schrieb Ryan Schmidt: On Apr 7, 2016, at 2:21 AM, loudking wrote: Dear all, I configured svn to call a wrapper script for diff command but encountered following error: ~/knowsg.com/steps $ svn diff command_at_development.txt Index: command_at_development.txt ==

Re: Error E175002 on large commit

2014-11-10 Thread Torge Riedel
Do you use apache for serving SVN via https? If this is the case you need to increase the server time out of apache. Don't know the directive right now, but it should be found easily in the docs. Similar to other web servers. Regards Torge Am 10.11.2014 um 15:00 schrieb David Aldrich: Hi I a

Re: How best to use externals for handling sensitive vendor library?

2014-03-24 Thread Torge Riedel
Another approach is to import the libraries into a vendor branch in your project including the header files and everything else required for build. Every time this protected library is rebuild you import the bins again into the vendor branch. It is a good advice to always create a new folder in

Request for nice feature to solve tree conflict on moved/renamed files

2013-06-12 Thread Torge Riedel
Hi, I just faced this problem: Had to fix a bug in an older, but still supported version of my application. After the fix I merged the range of revisions to the trunk and got a "tree conflict". Yes, that file was moved and renamed, maybe there is a loss of information in the merge tracking, do