Golang : Missing Subversion command
Problem :
Encounter this error message go: missing Subversion command
when trying go get some package.
For example :
go: missing Subversion command. See http://golang.org/s/gogetcmd
exec: "svn": executable file not found in $PATH
Solution :
Your local machine does not have Subversion install. Download and install Subversion from http://subversion.apache.org/packages.html
After installing Subversion, rerun the go get command again.
By Adam Ng
IF you gain some knowledge or the information here solved your programming problem. Please consider donating to the less fortunate or some charities that you like. Apart from donation, planting trees, volunteering or reducing your carbon footprint will be great too.
Advertisement
Tutorials
+7.4k Golang : Calculate how many weeks left to go in a given year
+7.9k Swift : Convert (cast) String to Double
+9.8k PHP : Get coordinates latitude/longitude from string
+29.7k Golang : How to create new XML file ?
+15.2k Golang : Search folders for file recursively with wildcard support
+8.9k Golang : On lambda, anonymous, inline functions and function literals
+20.7k Golang : Pipe output from one os.Exec(shell command) to another command
+17.6k Golang : Find smallest number in array
+22.9k Golang : Round float to precision example
+9.9k Golang : Format strings to SEO friendly URL example
+13.5k Golang : Increment string example
+8.2k Golang : Sort words with first uppercase letter