Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Path removal incorrectly recorded on project copy #113

Open
aik099 opened this issue Nov 17, 2017 · 0 comments
Open

Path removal incorrectly recorded on project copy #113

aik099 opened this issue Nov 17, 2017 · 0 comments

Comments

@aik099
Copy link
Member

aik099 commented Nov 17, 2017

Here is now to reproduce:

  1. create project A
  2. add 2 tags to the project A
  3. copy whole project A into project B
  4. delete any of project B tags

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).

@aik099 aik099 added the bug label Nov 17, 2017
@aik099 aik099 removed the bug label Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant