bzr dumper

August 2, 2020 ยท View on GitHub

Bazaar(bzr) is used for the purpose of DCVS like git.

It was developed in python.

The purpose of this tool is to dump .bzr on the web server. (e.g. http://targeturl/.bzr)

Development Environment

  • Ubuntu 19.04

  • python 3.8.0

Usage

python3 dumper.py -u "http://targeturl/" -o test

  • -u, --url : set target url (e.g. http://shpik.kr/)

  • -o, --output : set output dir (default : output)

Contents

  1. 1Development Environment
  2. 2Usage