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
+14k Golang : How to determine if a year is leap year?
+12.4k Golang : Validate email address
+14.4k Golang : Get uploaded file name or access uploaded files
+32.5k Golang : Math pow(the power of x^y) example
+5.3k Javascript : Change page title to get viewer attention
+13.5k Golang : How to get year, month and day?
+81.9k Golang : How to return HTTP status code?
+8.3k How to show different content from website server when AdBlock is detected?
+13.5k Golang : Generate Code128 barcode
+11.6k Swift : Convert (cast) Float to String
+9.2k Golang : Handle sub domain with Gin