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

svn cleanup: remove automatic call on update, merge, commit, etc. #166

Open
benfitzpatrick opened this issue Dec 9, 2014 · 0 comments
Open
Milestone

Comments

@benfitzpatrick
Copy link
Contributor

In an old (non-GitHub issue), we noted a problem with Subversion 1.6 and fcm:

fcm merge can result in spurious end of file text in a merged file which appears to arise from the last bytes of an old version of the file.
...
Running svn cleanup immediately before a merge appears to stop the bug. 

We incorporated svn cleanup calls into switch, update, and commit (others?).
This is probably unnecessary at svn 1.7+ with the new working copy format, and can
cause a slowdown for large working copies. We should remove the svn cleanup calls.

@benfitzpatrick benfitzpatrick self-assigned this Dec 9, 2014
@benfitzpatrick benfitzpatrick added this to the soon milestone Dec 9, 2014
@matthewrmshin matthewrmshin modified the milestones: later, soon Nov 30, 2016
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

2 participants