added TSvnPropInfo class to hold svn proplist output

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@112 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
vsnijders
2007-03-04 22:59:58 +00:00
parent db352a016a
commit ac626de964
5 changed files with 290 additions and 6 deletions

View File

@ -7,7 +7,7 @@ unit svnpkg;
interface
uses
svnclasses, SvnCommand;
SvnClasses, SvnCommand;
implementation