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.6k Golang : Create zip/ePub file without compression(use Store algorithm)
+7.9k Golang : Scan files for certain pattern and rename part of the files
+23.1k Golang : Test file read write permission example
+17.4k Golang : Find file size(disk usage) with filepath.Walk
+26.2k Mac/Linux and Golang : Fix bind: address already in use error
+14.6k Golang : Rename directory
+6.9k Swift : substringWithRange() function example
+5.4k Golang : Generate Interleaved 2 inch by 5 inch barcode
+10.1k CodeIgniter : Load different view for mobile devices
+28.2k Golang : Move file to another directory
+18.7k Golang : Set, Get and List environment variables
+20.9k Golang : Read directory content with os.Open