Skip to content

Simple Windows Docker container with svn client installed

License

Notifications You must be signed in to change notification settings

datasailors/win-svn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

win-svn

Simple Windows Docker container with svn client installed. This container can be used to pull folders from GitHub to hosts running windows containers.

Example

This container is meant to be run only on Windows. For Linux, please see iankoulski/svn

Command:

Note: The folder %cd%\out must exist prior to executing the command

docker container run --rm -it -v "%cd%\out":"c:\wd" bhgedigital/win-svn cmd /C "cd c:\wd && svn checkout https://github.com/lodash/lodash/trunk/"

Outcome:

The master branch from repo lodash/lodash in github.com is copied to folder %cd%\out

About

Simple Windows Docker container with svn client installed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published