gpt4 book ai didi

subgit - 无法使用 subgit 迁移源代码

转载 作者:行者123 更新时间:2023-12-02 17:12:32 25 4
gpt4 key购买 nike

我正在尝试使用 subgit 迁移源代码,它说导入成功但是,当我打开目录时,我只看到带有一些元数据和历史文件的 git 和 subgit 文件夹,但没有实际的源代码,我的分支目录也是空。

Peg location detected: r526 nmpc_framework/trunk Fetching SVN history... Done. Growing trees... Done. Project origin detected: r390 nmpc_framework/trunk Building branches layouts... Done. Combing beards... Done. Generating SVN to Git mapping... Done.

CONFIGURATION SUCCESSFUL

To complete SubGit installation do the following:

1) Adjust Subversion to Git branches mapping if necessary: C:\Sources\Git\TestMigrationNMPC\subgit\config 2) Define at least one Subversion credentials in default SubGit passwd file at: C:\Sources\Git\TestMigrationNMPC\subgit\passwd OR configure SSH or SSL credentials in the [auth] section of: C:\Sources\Git\TestMigrationNMPC\subgit\config 3) Optionally, add custom authors mapping to the authors.txt file(s) at: C:\Sources\Git\TestMigrationNMPC\subgit\authors.txt 4) Run SubGit 'install' command: subgit install "C:\Sources\Git\TestMigrationNMPC"

C:\Users\h175494\Downloads\subgit-3.2.7\subgit-3.2.7\bin>subgit import "C:\Sourc es\Git\TestMigrationNMPC" SubGit version 3.2.7 ('Bobique') build #3729

Translating Subversion revisions to Git commits...

Subversion revisions translated: 526.
Total time: 108 seconds.

IMPORT SUCCESSFUL

这是我正在执行的命令 -

subgit 配置http://address.global.ds.mycompany.com/svn/onramp/nmpc_framework C:/Sources/Git/TestMigrationNMPC

subgit import "C:\Sources\Git\TestMigrationNMPC"

Screenshot of directory structure created

我做错了什么?

最佳答案

好的,经过一天的搜索,我找到了修复方法。这将创建一个裸存储库。需要转换成普通的。按照以下步骤 -

将 --bare 仓库转换为非裸仓库:

  1. 在您的存储库的顶层创建一个 .git 文件夹。
  2. 将存储库管理内容(HEAD 分支配置描述 Hook 信息对象引用等)移动到您刚刚创建的 .git 中。
  3. 运行 git config --local --bool core.bare false 将本地 git 存储库转换为非裸存储库。
  4. (来自 Tamás Pap 的评论)在第 3 步之后,您将看到您位于分支 master(或您的主分支所在的任何分支)上,并且您的所有文件都已删除,并且删除已暂存。这很正常。只需手动 check out master,或执行 git reset --hard,即可完成。

关于subgit - 无法使用 subgit 迁移源代码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48323209/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com