SVNCompleteSync

Syncs your local folder to a subversion repository
Download

SVNCompleteSync Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Apache License 2.0
  • Publisher Name:
  • HappySpider
  • Operating Systems:
  • Windows 2K / XP / 2003 / Vista / 7
  • File Size:
  • 5.9 MB

SVNCompleteSync Tags


SVNCompleteSync Description

The SVNCompleteSync application will sync your local folder to a subversion repository. All new files get added, deleted files will be removed. The functionality is similar to Mercurial's addremove command but without the similarity option. There is one single good reason to use this program: You have autogenerated files that you want to check into your subversion repository by your buildsystem. I use it for my scripted database objects. I first delete all .sql files from the working folder (del *.sql /s). Then I generate the scripts into this folder. After that I run SVNCompleteSync. Invoke by: SVNCompleteSync "your folder to sync" -m "your optional log message" This application calls svn status for each folder and sub-folder. Then it calls 'svn add' for files with an unversioned local status and 'svn delete' for files with a missing status. Finally, 'svn commit' is called. This tool is designed to be useful when you want to track history on files that are generated by tools.


SVNCompleteSync Related Software