Difference between revisions of "Documentation/Nightly/Developers/FAQ/SVNtoGitHub"

From Slicer Wiki
Jump to: navigation, search
Tag: 2017 source edit
Tag: 2017 source edit
Line 13: Line 13:
 
== What is SlicerGitSVNArchive repository ? ==
 
== What is SlicerGitSVNArchive repository ? ==
  
This corresponds to the original GitHub repository that was a mirror of the Slicer SVN authoritative repository.
+
This corresponds to the original GitHub repository that was a mirror of the Slicer SVN authoritative repository. See https://github.com/Slicer/SlicerGitSVNArchive
 
 
  
 
== What happen to SVN repository ? ==
 
== What happen to SVN repository ? ==

Revision as of 21:34, 12 March 2020

Home < Documentation < Nightly < Developers < FAQ < SVNtoGitHub


For the latest Slicer documentation, visit the read-the-docs.


SVNtoGitHub

What happen to the existing Slicer GitHub repository ?

Between 2011 and March 2020, Slicer sources were maintained in a SVN repository automatically mirrored on GitHub. To speedup time required to checkout Slicer source code, large data files have been removed from the Slicer commit history.

To ensure existing references to both Git SHA and Pull Requests are reachable, the mirrored GitHub repository has been renamed to https://github.com/Slicer/SlicerGitSVNArchive

What is SlicerGitSVNArchive repository ?

This corresponds to the original GitHub repository that was a mirror of the Slicer SVN authoritative repository. See https://github.com/Slicer/SlicerGitSVNArchive

What happen to SVN repository ?

Until September 2020, SVN server http://svn.slicer.org hosting the Dart, NAMICSandBox, Slicer3, Slicer3-lib-mirrors and Slicer4 will remain available.

The web server http://viewvc.slicer.org/ will be converted into a static html website.


What happen to Slicer mantis issue tracker ?

TBD

How to update existing Slicer checkout ?

TBD