Skip to content
GitLab
    • GitLab: the DevOps platform
    • Explore GitLab
    • Install GitLab
    • How GitLab compares
    • Get started
    • GitLab docs
    • GitLab Learn
  • Pricing
  • Talk to an expert
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
    Projects Groups Topics Snippets
  • Register
  • Sign in
  • TortoiseGit TortoiseGit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 382
    • Issues 382
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 16
    • Merge requests 16
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • TortoiseGitTortoiseGit
  • TortoiseGitTortoiseGit
  • Issues
  • #3005
Closed
Open
Issue created Jun 21, 2017 by stevobm@stevobm

TortoiseGit does not support cloning local svn repositories

It seems that TortoiseGit doesn't support local svn repository created by TortoiseSVN at present.

When I created a local svn repository (such as D:\testSVN) with TortoiseSVN and cloned it as a git repository(using TortoiseGit with the "from svn repository" option checked), it failed.

And I noticed that, the command printed by TortoiseGit was: git.exe clone "D:\testSVN"

Undoubtedly, it was not right. When related to local svn, this command should be "git svn clone file:///d/testSVN/".

So in order to fix it, when "from svn repository" option is checked, the command should be "git svn clone" instead of "git clone", and the string "D:\testSVN" should be transformed into "file:///d/testSVN/", right?

Edited Jun 24, 2017 by Sven Strickroth
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking