You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In database of SVN-Buddy the deleted tag path won't be marked as deleted, because it was first seen in commit that deleted it (see \ConsoleHelpers\SVNBuddy\Repository\RevisionLog\RepositoryFiller::getPathTouchFields method).
This creates a problem, when detecting bug tracking regular expression for project B, that was just added because attempt is made to query SVN property on deleted path (see \ConsoleHelpers\SVNBuddy\Repository\RevisionLog\Plugin\BugsPlugin::getLastChangedRefPath method).
The text was updated successfully, but these errors were encountered:
Here is now to reproduce:
In database of SVN-Buddy the deleted tag path won't be marked as deleted, because it was first seen in commit that deleted it (see
\ConsoleHelpers\SVNBuddy\Repository\RevisionLog\RepositoryFiller::getPathTouchFields
method).This creates a problem, when detecting bug tracking regular expression for project B, that was just added because attempt is made to query SVN property on deleted path (see
\ConsoleHelpers\SVNBuddy\Repository\RevisionLog\Plugin\BugsPlugin::getLastChangedRefPath
method).The text was updated successfully, but these errors were encountered: