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
+21.4k Golang : Get password from console input without echo or masked
+18.6k Golang : Write file with io.WriteString
+8.7k Golang : How to check variable or object type during runtime?
+12.2k Golang : Clean formatting/indenting or pretty print JSON result
+5.2k Golang : Check if a word is countable or not
+10.7k RPM : error: db3 error(-30974) from dbenv->failchk: DB_RUNRECOVERY: Fatal error, run database recovery
+19.7k Golang : Example for DSA(Digital Signature Algorithm) package functions
+4.9k Facebook : How to place save to Facebook button on your website
+5k Golang : A program that contain another program and executes it during run-time
+13k Swift : Convert (cast) Int or int32 value to CGFloat