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

Remove SVN keywords from codebase #1515

Merged
merged 3 commits into from
May 17, 2023

Conversation

stephanr
Copy link
Member

@stephanr stephanr commented May 14, 2023

The first commit was generated by replacing the results of this regex with nothing:

^//\s*\$HeadURL[^\r\n]+[\r\n]+

The second commit was generated by replacing the results of this regex with nothing:

^\s+\*\s+@version\s+\$Revision[^\r\n]+[\r\n]+
^\s+\*\s+@author last edited by: \$Author[^\r\n]+[\r\n]+
^\s+\*\s+@version. \$Revision\$, \$Date\$[\r\n]+

The rest was manually done by going through who matched:

\$(Date|Revision|Author|HeadURL|Id|Header|Rev)

closes #1502

@stephanr stephanr added the enhancement enhancement or improvement label May 14, 2023
@tfr42 tfr42 added this to the 3.5 milestone May 15, 2023
@copierrj copierrj merged commit 58fa85b into deegree:main May 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement enhancement or improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Removing SVN keywords from codebase
3 participants