mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
8cce3db553
svndelta helps control Subversion-managed projects. svndelta summarizes project changes (including lines of code) and also adds to and removes from Subversion the files that have been added and removed locally. svndelta filters project changes by using .svnignore files, both system-wide and locally. Thus, for example, svndelta will not attempt to add backup files or object files to a project, or include them in summaries of changes. WWW: http://www.incava.org/projects/svndelta/
14 lines
356 B
Plaintext
14 lines
356 B
Plaintext
bin/svndelta
|
|
%%DATADIR%%/svndelta.rb
|
|
%%DATADIR%%/diff/lcs.rb
|
|
%%DATADIR%%/diff/lcs/array.rb
|
|
%%DATADIR%%/diff/lcs/block.rb
|
|
%%DATADIR%%/diff/lcs/callbacks.rb
|
|
%%DATADIR%%/diff/lcs/change.rb
|
|
%%DATADIR%%/diff/lcs/hunk.rb
|
|
%%DATADIR%%/diff/lcs/ldiff.rb
|
|
%%DATADIR%%/diff/lcs/string.rb
|
|
@dirrm share/svndelta/diff/lcs
|
|
@dirrm share/svndelta/diff
|
|
@dirrm share/svndelta
|