We currently run a big subversion repository, and I'm trying to move it to GIT. The problem is that it uses trunks and tags below the root directory. For example:
MyDepartment\MyOS\Project1\trunk\ <-- master branch
MyDepartment\MyOS\Project1\branch\v1 <-- other branch
MyDepartment\MyOS\Project1\tags\v1_20100101 <-- release tag
Run Code Online (Sandbox Code Playgroud)
There are different departments, OS's, and many different projects.
So when I clone the SVN repository using --stdlayout:
git svn clone --stdlayout http://svn-repository/
Run Code Online (Sandbox Code Playgroud)
克隆最终为空.没有选项,我得到一个克隆,但然后分支被视为主分支上的目录.
| 归档时间: |
|
| 查看次数: |
426 次 |
| 最近记录: |