Answers for "git svn trunk is not a complete url"

0

'trunk' is not a complete URL and a separate URL is not specified

svn2git svn+ssh://[email protected]/projects/my_repo --trunk / --notags --nobranches --authors users.txt --verbose
Posted by: Guest on August-23-2020
0

'trunk' is not a complete URL and a separate URL is not specified

1. git svn init http://svnmydomain.com/urlpart/projectname --trunk=/ --tags=/ --branches=/
Posted by: Guest on August-23-2020

Code answers related to "git svn trunk is not a complete url"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language