GitHub: migrate away from Subversion repository - #1
Open
sl4mmy wants to merge 1 commit into
Open
Conversation
Migrate away from Subversion repository. Remove temporary .idea/.gitkeep file. This file was only necessary when manually importing the last few commits from Subversion. Update IntelliJ configuration to recognize local working copy as Git instead of Subversion. Add initial .gitignore to keep build droppings out of the Git repository. Fix the SVN source control test to no longer rely on the fact that CruiseControl itself uses Subversion. Signed-off-by: Kent R. Spillner <kspillner@acm.org>
Member
Author
|
After this gets merged we should consider ways of disabling the existing Subversion repository at SourceForge. Here are a few possibilities, in no particular order, that I thought of (I'm not sure they're all actually doable):
|
Member
Author
|
Regardless of how we choose to disable the Subversion repository, there are a few additional things we should do:
|
Member
Author
|
And a few optional things we might consider doing as well:
|
I like this option, there are probably a lot of references to our subversion repository on external sites that we cannot change.
I don't like these as it's possible for someone to find the old subversion repository without reading the notice that we are using github now. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Migrate away from Subversion repository. Remove temporary
.idea/.gitkeep file. This file was only necessary when manually
importing the last few commits from Subversion. Update IntelliJ
configuration to recognize local working copy as Git instead of
Subversion. Add initial .gitignore to keep build droppings out
of the Git repository. Fix the SVN source control test to no longer
rely on the fact that CruiseControl itself uses Subversion.
Signed-off-by: Kent R. Spillner kspillner@acm.org