SVN detection fails for svn >= 1.7
Closed this issue · 0 comments
mephinet commented
Subversion version 1.7 changed the working copy metadata storage:
http://subversion.apache.org/docs/release-notes/1.7.html#wc-ng
The most visible changes is that there is no longer a .svn directory in every subdirectory of the tree. This breaks the svn detection in ShipIt::VC::new if the package you want to ship is not placed in the root of the svn tree.
Another bug that thereby becomes visible is that find_subclasses (which is called by the fixup code) is not implemented/imported.