ytyng.com
Latest Articles
Page 16
PC/Etc
2013-08-30 10:51 (12 years ago)
Prerequisites There is a large SVN repository, and one of the directories within it is the source code directory. The other directories contain documents and mysqldumps. We have been operating by performing an SVN checkout and updating only the source code directory. We want to migrate to Git. However, the directories other than the source code directory are large in size, so we do not want to include them in the repository. What We Tried git svn clone -s --prefix svn/ http://my-svn-server/svn/myproject/ myproject → This results in a huge myproject repository that includes documents and mysqldumps.