Skip to content

steve-ross/export_svn_changes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

This file is designed to export the files that were modified or added between two svn revisions.
It will create a corresponding zip file with the directory structure intact. 
Useful for when the server you are pushing to doesn't have access to your repository.

-- Recommendations
	It is reccomended that you set this to executable and add it to your path in your .profile 
	(otherwise you will have to copy it to each repo)

-- Requirements
	OSX is not required but, it is a requirement that svn and zip are installed in the OS.

	Example:
		cd [/repo_root]
		export_changes.rb 1550:1560

	Produces:
		1550_1560.zip

About

Ruby program to export a zip file between revisions while maintaining folder structure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages