Make SVN backend more robust
The SVN backend failed when trying to access historical information on deleted files. There's also an initial test case for the SVN backend, testing this issue and issue 364, which is about a similar problem for renamed files. Reverting any of these fixes breaks the test.
This commit is contained in:
8
test/data/IDF_Scm_SvnTest/testrepository/conf/passwd
Normal file
8
test/data/IDF_Scm_SvnTest/testrepository/conf/passwd
Normal file
@@ -0,0 +1,8 @@
|
||||
### This file is an example password file for svnserve.
|
||||
### Its format is similar to that of svnserve.conf. As shown in the
|
||||
### example below it contains one section labelled [users].
|
||||
### The name and password for each user follow, one account per line.
|
||||
|
||||
[users]
|
||||
# harry = harryssecret
|
||||
# sally = sallyssecret
|
Reference in New Issue
Block a user