c# - comparing to columns looking for similarity -
i've got program looking @ files have changed in each svn commit highlight area has changed.
i'm passing data has been retrieved svn , placed table in sql server database.
what i'd compare paths see area has been effected.
i've got table has path shows area has been effected.
example:
svn:
branches/projects/enhancements2015q1/wmdb/wmdb.cs
this path has been found code
compare table
branches/projects/enhancements2015q1/gem4/utilities/utilities.csproj = utilities branches/projects/enhancements2015q1/wmdb/wmdb.cs = wmdb trunk/src/gem 4/gem4/ui/forms/autorenderoptionsform.cs = ui
so i'd find path found in svn has changed wmdb.
any suggestions on how this
Comments
Post a Comment