Skip to content

Commit fdf22cc

Browse files
claudespoorcc
authored andcommitted
Use https:// instead of svn:// in remote SVN feature tests
The plaintext-URL warning added in the previous commit fires when svn:// URLs are parsed from manifests, causing BDD output-match assertions to fail. Switching to https:// in all remote-SVN feature tests suppresses the warning and matches the recommended transport protocol. https://claude.ai/code/session_01NAFVNoL8K8itC3KRuC4wxV
1 parent e2d76ef commit fdf22cc

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

features/check-svn-repo.feature

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Feature: Checking dependencies from a svn repository
1111
1212
remotes:
1313
- name: cunit
14-
url-base: svn://svn.code.sf.net/p/cunit/code
14+
url-base: https://svn.code.sf.net/p/cunit/code
1515
1616
projects:
1717
- name: cunit-svn-rev-only
@@ -44,7 +44,7 @@ Feature: Checking dependencies from a svn repository
4444
4545
remotes:
4646
- name: cutter
47-
url-base: svn://svn.code.sf.net/p/cutter/svn/cutter
47+
url-base: https://svn.code.sf.net/p/cutter/svn/cutter
4848
4949
projects:
5050
- name: cutter-svn-tag
@@ -69,7 +69,7 @@ Feature: Checking dependencies from a svn repository
6969
7070
remotes:
7171
- name: cunit
72-
url-base: svn://svn.code.sf.net/p/cunit/code
72+
url-base: https://svn.code.sf.net/p/cunit/code
7373
default: true
7474
7575
projects:
@@ -152,7 +152,7 @@ Feature: Checking dependencies from a svn repository
152152
153153
remotes:
154154
- name: cutter
155-
url-base: svn://svn.code.sf.net/p/cutter/svn/cutter
155+
url-base: https://svn.code.sf.net/p/cutter/svn/cutter
156156
157157
projects:
158158
- name: cutter-svn-tag

features/fetch-svn-repo.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ Feature: Fetching dependencies from a svn repository
1717
1818
remotes:
1919
- name: cunit
20-
url-base: svn://svn.code.sf.net/p/cunit/code
20+
url-base: https://svn.code.sf.net/p/cunit/code
2121
default: true
2222
2323
- name: cutter
24-
url-base: svn://svn.code.sf.net/p/cutter/svn/cutter
24+
url-base: https://svn.code.sf.net/p/cutter/svn/cutter
2525
2626
projects:
2727
- name: cunit-svn-rev-only

features/freeze-projects.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Feature: Freeze dependencies
4444
projects:
4545
- name: cunit-svn
4646
vcs: svn
47-
url: svn://svn.code.sf.net/p/cunit/code
47+
url: https://svn.code.sf.net/p/cunit/code
4848
4949
"""
5050
And all projects are updated
@@ -59,7 +59,7 @@ Feature: Freeze dependencies
5959
branch: trunk
6060
revision: '176'
6161
vcs: svn
62-
url: svn://svn.code.sf.net/p/cunit/code
62+
url: https://svn.code.sf.net/p/cunit/code
6363
6464
"""
6565

features/list-projects.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Feature: List dependencies
5858
5959
projects:
6060
- name: cutter-svn-tag
61-
url: svn://svn.code.sf.net/p/cutter/svn/cutter
61+
url: https://svn.code.sf.net/p/cutter/svn/cutter
6262
tag: 1.1.7
6363
vcs: svn
6464
src: acmacros
@@ -71,7 +71,7 @@ Feature: List dependencies
7171
Dfetch (0.13.0)
7272
cutter-svn-tag:
7373
- remote : <none>
74-
remote url : svn://svn.code.sf.net/p/cutter/svn/cutter
74+
remote url : https://svn.code.sf.net/p/cutter/svn/cutter
7575
branch : <none>
7676
tag : 1.1.7
7777
last fetch : 29/12/2024, 20:09:21

features/patch-after-fetch-svn.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Feature: Patch after fetching from svn repo
1212
1313
remotes:
1414
- name: cutter
15-
url-base: svn://svn.code.sf.net/p/cutter/svn/cutter
15+
url-base: https://svn.code.sf.net/p/cutter/svn/cutter
1616
1717
projects:
1818
- name: cutter
@@ -46,7 +46,7 @@ Feature: Patch after fetching from svn repo
4646
4747
remotes:
4848
- name: cutter
49-
url-base: svn://svn.code.sf.net/p/cutter/svn/cutter
49+
url-base: https://svn.code.sf.net/p/cutter/svn/cutter
5050
5151
projects:
5252
- name: cutter

0 commit comments

Comments
 (0)