Last active
December 20, 2015 11:28
-
-
Save Spechal/6123141 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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