8000 GitHub - ericbear/go_svn_downloader: svn downloader by go
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ericbear/go_svn_downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

SVN Downloader for svn web server

it is a practice for Golang. The story is based on a svn web server which are used self-sign cert as https and digest auth. This tool can help you to download all files under specified folder.

Prerequisite

fork the original and support self-sign cert

go get github.com/ericbear/http-digest-auth-client/auth.go

Usage

go run dl.go [USER_NAME] [PASSWORD] [HTTPS SVN LINK]

0