(์๋ฌธ http://www.sailmaker.co.uk/blog/2013/05/05/migrating-from-svn-to-git-preserving-branches-and-tags-3/ )
git svn
์ ์ฌ์ฉํด์ SVN์์ ๋ธ๋์น์ ํ๊ทธ๋ฅผ ๋ณด์กดํ๋ฉด์ Git์ผ๋ก ์ ํํ๋ ๊ฒ์ ์ค๋ช
ํ๋ค.
$ mkdir staging
package net.cogindo.ssl; | |
import java.io.IOException; | |
import java.net.InetAddress; | |
import java.net.Socket; | |
import java.net.UnknownHostException; | |
import java.security.KeyManagementException; | |
import java.security.NoSuchAlgorithmException; | |
import javax.net.ssl.SSLContext; |
(์๋ฌธ http://www.sailmaker.co.uk/blog/2013/05/05/migrating-from-svn-to-git-preserving-branches-and-tags-3/ )
git svn
์ ์ฌ์ฉํด์ SVN์์ ๋ธ๋์น์ ํ๊ทธ๋ฅผ ๋ณด์กดํ๋ฉด์ Git์ผ๋ก ์ ํํ๋ ๊ฒ์ ์ค๋ช
ํ๋ค.
$ mkdir staging
/* | |
* Copyright 2014 Chris Banes | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 | |
* | |
* Unless required by applicable law or agreed to in writing, software |