Login | Join Now

ankhsvn
Subversion

Revision
( previous | next )
Author rhuijben
Date 2010-01-24 16:49:14-0700 (7 months, 1 week ago)
Log message
Decouple the repository explorer support from SvnListEventArgs, to
allow refactoring it to use SvnRemoteSession.

* src/Ankh.UI/RepositoryExplorer/RepositoryExplorerControl.cs
* src/Ankh.UI/RepositoryExplorer/RepositoryExplorerItem.cs
* src/Ankh.UI/RepositoryExplorer/RepositoryListItem.cs
* src/Ankh.UI/RepositoryExplorer/RepositoryListView.cs
* src/Ankh.UI/RepositoryExplorer/RepositoryTreeNode.cs
* src/Ankh.UI/RepositoryExplorer/RepositoryTreeView.cs
  Use SvnDirEntry directly instead of via SvnListEventArgs and
  where not possible yet, use the new ISvnRepositoryListItem interface.