Assertion Failure dialogs appear when attempting to open repository with bad URL

2015-06-09 Thread Dean Veros
Windows 7 - 64-bit Tortoise SVN 1.7.11.23600 Multiple assertion message dialogs are displayed when the repository URL is incorrectly formatted. Last attempt generated 8 dialogs (appearing after "OK" is clicked) Badly formatted URL: "file:///c:Software/SourceCodeRepository" -

Re: Blame behaviour change in 1.9

2015-06-09 Thread Philip Martin
Branko Čibej writes: > I think there's no doubt that the 1.9 server has to send no-op deltas > the same way the 1.8 server did. Changing an API should not affect > server behaviour as seen by the clients. A simple testcase: svnadmin create repo --compatible-version 1.8 svnmucc -mm -U file://`pw

Re: Blame behaviour change in 1.9

2015-06-09 Thread Branko Čibej
On 09.06.2015 21:31, Philip Martin wrote: > Philip Martin writes: > >> The 1.9 server is sending the same revisions as the 1.8 server but some >> of the revisions from the 1.9 server do not have a textdelta. Both the >> 1.8 and 1.9 servers call svn_repos_get_file_revs2() which calls >> send_path_

Re: Blame behaviour change in 1.9

2015-06-09 Thread Philip Martin
Philip Martin writes: > The 1.9 server is sending the same revisions as the 1.8 server but some > of the revisions from the 1.9 server do not have a textdelta. Both the > 1.8 and 1.9 servers call svn_repos_get_file_revs2() which calls > send_path_revision(). Inside send_path_revision() the 1.8

Re: Blame behaviour change in 1.9

2015-06-09 Thread Philip Martin
Philip Martin writes: > $ ../../svn/svn blame -g > svn-test-work/working_copies/blame_tests-10/trunk/iota >2jrandom This is the file 'iota'. >2jrandom 'A' has changed a bit, with 'upsilon', and 'xi'. > > while the 1.9 client gives the correct output: > > $ svn blame -g sv

[patch] Support modern network utilities for finding free ports for tests

2015-06-09 Thread Andreas Stieger
Hello, GNU/Linux distributions are deprecating some legacy IP tools [1], moving them to a -deprecated package: in this case netstat. Please review the attached patch adding compatible support for it's functional successor ss(8). [[[ Support modern network utilities for finding free ports for test

Blame behaviour change in 1.9

2015-06-09 Thread Philip Martin
Build 1.8 and 1.9 (I'm building 1684452). Run a 1.9 server pointing at the 1.8 build directory; the server can be httpd or svnserve, but svnserve is probably easiest: ../obj-1.9/subversion/svnserve/svnserve -Tdr ../obj-1.8/subversion/tests/cmdline then run blame_tests.py 10: cd ../obj-1.8/

Participation in software development

2015-06-09 Thread Mateusz Chmurski
Hello, My name is Mateusz. I am Computer Science student and I would like to contribute to development of code. Could you please tell me, what could I do and what do I have to do in order to contribute ? I have some experience with C, C++, Python, MySQL, but generally I am opened person and I am a

Re: Possible incompatibility of svn_repos_verify_fs2() in 1.9.0-rc1

2015-06-09 Thread Branko Čibej
On 09.06.2015 08:47, Branko Čibej wrote: > On 08.06.2015 20:22, Branko Čibej wrote: >> On 08.06.2015 19:06, Evgeny Kotkov wrote: >>> Branko Čibej writes: >>> I completed your patch and committed the fix in r1683311. Please review! -- Brane >>> Sorry, I was on vacation last week and