Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Invalid
-
---
-
None
Description
let me state the background information first. In revision 100, the file structure is: + trunk + target + project_a and in revision 101, "target" is renamed to "target_old" as following: + trunk + target_old + project_a Then adding an externals to property to "project_a" with the format introduced in version 1.5 FAILS, as illustrated in the following: @ svn propget svn:externals project_a -r100 ^/trunk/target target but it WORKS with the old externals format prior subversion 1.5 as illustrated as following: $ svn propget svn:externals project_a target -r100 ^/trunk/target
Original issue reported by janusng