Skip to content

chaddgrimm/svn-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

svn-cli

Minimal Alpine-based Docker image for the Subversion (SVN) client. Use it as a drop-in replacement for the svn command without installing it locally.

Usage

Add this alias to your shell config (~/.zshrc or ~/.bashrc):

alias svn='docker run --rm -v "$PWD":/app -w /app chaddgrimm/svn-cli:<VERSION>'

Then run SVN commands as usual:

svn checkout https://example.com/repo/trunk
svn status
svn update

Tags

Images are tagged by the SVN binary version:

  • latest - always points to the newest build
  • 1.14.5 - full version (patch level)

Image size

~10-15 MB (Alpine Linux + Subversion only).

About

Dockerized subversion cli tooling

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors