Skip to content

Operates on an SVN repo. Given a revision number, copies all files which were modified or changed since then into a new directory. Useful for bringing in updates from an SVN repo into another type of repo (like git or mercurial), or into a project without version control. Also outputs a list of removed files.

Notifications You must be signed in to change notification settings

trickyfast/CopySvnUpdates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CopySvnUpdates

Operates on an SVN repo. Given a revision number, copies all files which were modified or changed since then into a new directory. Useful for bringing in updates from an SVN repo into another type of repo (like git or mercurial), or into a project without version control. Also outputs a list of removed files.

Usage

copysvnupdates -o <outputPath> [-p <repoPath> -r <revisionNumber> --force]

Example

copysvnupdates -p ~/MyLibraryRepo -r 1234 -o ~/MyToolUsingLibrary --force

About

Operates on an SVN repo. Given a revision number, copies all files which were modified or changed since then into a new directory. Useful for bringing in updates from an SVN repo into another type of repo (like git or mercurial), or into a project without version control. Also outputs a list of removed files.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published