OSDN Git Service

Add TGitCache Code
authorFrank Li <lznuaa@gmail.com>
Sun, 14 Dec 2008 13:04:54 +0000 (21:04 +0800)
committerFrank Li <lznuaa@gmail.com>
Sun, 14 Dec 2008 13:04:54 +0000 (21:04 +0800)
commit3b2f3b4ea74bbde9cc31c6d1276561b596b4ae7a
tree3e240200c2b4d5752508bfab79492597641ef84d
parent4d3673efa495e7d218caa8b5c7fd98bc307aaebf
Add TGitCache Code
22 files changed:
src/TGitCache/CacheInterface.cpp [new file with mode: 0644]
src/TGitCache/CacheInterface.h [new file with mode: 0644]
src/TGitCache/CachedDirectory.cpp [new file with mode: 0644]
src/TGitCache/CachedDirectory.h [new file with mode: 0644]
src/TGitCache/DirectoryWatcher.cpp [new file with mode: 0644]
src/TGitCache/DirectoryWatcher.h [new file with mode: 0644]
src/TGitCache/FolderCrawler.cpp [new file with mode: 0644]
src/TGitCache/FolderCrawler.h [new file with mode: 0644]
src/TGitCache/SVNStatusCache.cpp [new file with mode: 0644]
src/TGitCache/SVNStatusCache.h [new file with mode: 0644]
src/TGitCache/ShellUpdater.cpp [new file with mode: 0644]
src/TGitCache/ShellUpdater.h [new file with mode: 0644]
src/TGitCache/StatusCacheEntry.cpp [new file with mode: 0644]
src/TGitCache/StatusCacheEntry.h [new file with mode: 0644]
src/TGitCache/TSVNCache.cpp [new file with mode: 0644]
src/TGitCache/TSVNCache.h [new file with mode: 0644]
src/TGitCache/TSVNCache.rc [new file with mode: 0644]
src/TGitCache/TSVNCache.rc2 [new file with mode: 0644]
src/TGitCache/TSVNCache.vcproj [new file with mode: 0644]
src/TGitCache/resource.h [new file with mode: 0644]
src/TGitCache/stdafx.cpp [new file with mode: 0644]
src/TGitCache/stdafx.h [new file with mode: 0644]