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
+15.2k Golang : delete and modify XML file content
+21.8k Golang : Check if element exist in map
+11k Golang : Convert(cast) uintptr to string example
+4.7k AWS S3 : Prevent Hotlinking policy
+5.9k Golang : Hue, Saturation and Value(HSV) with OpenCV example
+4.8k Golang : Map within a map example
+14.9k Golang : How to generate QR codes?
+9.5k Golang : GTK Input dialog box examples
+15.6k Golang : Linked list example
+15.7k Golang : When to use init() function?
+11.7k Facebook PHP getUser() returns 0