I think I found a Bug on SVN Cleanup

Jan Kohlmeyer <[email protected]> Wed, 16 Apr 2025 13:34:06 +0000
Newsgroups gmane.comp.version-control.subversion.user
Message-ID <VI1PR04MB10074A69157A277A91BF445029CBD2@VI1PR04MB10074.eurprd04.prod.outlook.com>
Hi, I think I found a Bug on SVN Cleanup:

* What steps led to the issue:

I have an Repository with externals.
One external has a depth of three directorys:
Path: Dir1/Dir2/Dir3
Url: ^/../OtherDir

Run cleanup with include-externals, e.g. with include-externals and remove-unversioned
svn cleanup --include-externals
svn cleanup --remove-unversioned --include-externals

* The expected outcome:

The external should be treated like any other external.
It shoud be cleand up

* The actual outcome:

With svn cleanup --include-externals it will not be updated and with svn cleanup --remove-unversioned --include-externals it will be deleted.

* Subversion client version:

svn, version 1.14.5 (r1922182)
   compiled Nov 30 2024, 08:20:48 on x86-microsoft-windows

* Subversion server version:
Subversion 1.14.5

* If you built Subversion yourself, compiler and configuration options used:
I Use TortoiseSVN with VisualSVN Server

* Any customizations which could be relevant:

No

* Your operating system:

Windows 11

* Any similar bugs already in the issue tracker:

I didn't found it



Regards, Jan