Revision 11975
Added by Aaron Marcuse-Kubitza almost 11 years ago
index.htm | ||
---|---|---|
2122 | 2122 |
<DT><a name="to migrate from svn" href="#to migrate from svn"><H3 ADD_DATE="1390256292">to migrate from svn</H3></a> |
2123 | 2123 |
<DD>*IMPORTANT*: first put your repository into the standard svn layout (branches, tags, trunk) |
2124 | 2124 |
$ cd <parent_dir_of_checkout> |
2125 |
$ time git svn clone --stdlayout https://code.nceas.ucsb.edu/code/projects/bien & # runtime: 15 min ("12m24.338s")
|
|
2125 |
$ time git svn clone --stdlayout https://<svn-url> & # runtime: 15 min ("12m24.338s")
|
|
2126 | 2126 |
# note that it appears to spend 10 min thinking about it, and then at the very end, very quickly downloads your entire repo |
2127 | 2127 |
</DD> |
2128 | 2128 |
<DL><p> |
Also available in: Unified diff
web/links/index.htm: updated to Firefox bookmarks. git: added instructions to migrate from svn.