# jmeter-git-cleanup **Repository Path**: mirrors_vlsi/jmeter-git-cleanup ## Basic Information - **Project Name**: jmeter-git-cleanup - **Description**: Cleanup script for Apache JMeter git repository - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2025-09-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Apache JMeter git mirror cleanup -------------------------------- This script removes irrelevant entries (e.g. `*.jar`) from Git mirror of Apache JMeter. License ------- Apache License 2.0 Cleanup of Apache JMeter fork repository ---------------------------------------- See `clean_fork` folder Usage (development of cleaning script ------------------------------------- ./run.sh It will clone Apache JMeter from https://github.com/apache/jmeter.git To speedup the process you might populate `jmeter_clone` with a local clone of JMeter repository. It will be used in `--reference jmeter_clone` automatically to speedup the clone. Output is placed to `jmeter_git` folder. Expected output --------------- ``` 38M target/jmeter_git/objects/pack 4,0K target/jmeter_git/objects/info 38M target/jmeter_git/objects 16K target/jmeter_git/info 48K target/jmeter_git/hooks 0B target/jmeter_git/refs/heads 0B target/jmeter_git/refs/tags 0B target/jmeter_git/refs/remotes/tags 0B target/jmeter_git/refs/remotes 0B target/jmeter_git/refs 0B target/jmeter_git/branches 38M target/jmeter_git ``` Output can be seen at https://github.com/vlsi/jmeter-git-cleanup-result It transfers 120 MiB (223958 objects) during clone, `.git` foder is 135MiB, total workspace size is 188MiB. When `docs/api` is removed from git, transfer size is 98 MiB (200583 objects), `.git` folder is 118 MiB, total workspace size is 171 MiB. Known issues ------------ Release tags are placed on a side branches. The script remaps some of recent tags (since v2.3.1). `master` branch should probably be named `master` not `trunk`. `docs-x.y` branches look weird. This script does not try to fix that (yet). javadocs are still located in `docs/api` folder. It should probably be removed. Author ------ Vladimir Sitnikov