简体   繁体   中英

Is it possible to clone Git repo/branch via Subversion?

I have a Git repository I use for a project. Is it possible to clone and then pull (I don't need to push) to a local machine using Subversion? I just need, from time to time, to get stuff from Git repo but I only have access to Subversion on that particular machine.

If the repo is @Github

Example cloning a ZendSkeletonModule from a Github repo via Subversion:

svn co https://github.com/zendframework/ZendSkeletonModule/trunk Module

When you need to pull stuff from the repo just type:

cd Module && svn up

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM