Skip to content

eneroth/svn-rebuild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

SVN-Rebuild

SVN-Rebuild is designed to repair, clean, and update SVN repositories situated as subfolders in a git project.

The Problem

When SVN projects are placed in a git project, empty folders inside the .svn folder disappear.

The solution

A script that automatically finds all SVN directiories under the current directory, rebuilds all empty folders that git has stripped, and then updates them.

Usage

Example: $ python3 svn-rebuild.py

As part of other script: #!/bin/bash git pull

python3 svn-rebuild.py

./symfony cc
./symfony project:optimize frontend

About

Rebuilds SVN subfolders in a git project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages