Skip to content

Instantly share code, notes, and snippets.

@Spechal
Last active December 20, 2015 11:28
Show Gist options
  • Select an option

  • Save Spechal/6123141 to your computer and use it in GitHub Desktop.

Select an option

Save Spechal/6123141 to your computer and use it in GitHub Desktop.
[root@server ~]# git svn clone --no-minimize-url --no-metadata -A /home/me/authors-transform.txt "svn+ssh://jenkins@server/svn/edge/project" project.git
... checking out ...
[root@server ~]# cd project.git
[root@server project.git]# ls -alh
total 24K
drwxrwxr-x 6 root root 4.0K Jul 31 10:34 .
drwxrwxr-x 3 root root 4.0K Jul 31 10:33 ..
drwxrwxr-x 4 root root 4.0K Jul 31 10:34 branches
drwxrwxr-x 9 root root 4.0K Jul 31 10:34 .git
drwxrwxr-x 34 root root 4.0K Jul 31 10:34 tags
drwxrwxr-x 7 root root 4.0K Jul 31 10:34 trunk
[root@server project.git]# git branch -a
* master
remotes/git-svn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment