Example #1
0
 /// <summary>
 /// Loads the current SVN Items from the repository, and builds a StatusCache object
 /// </summary>
 public void LoadCurrentSvnItemsInLocalRepository(string localRepo)
 {
     _repo = localRepo;
     AddToCache(_repo);
     _statusCache.StartFileSystemWatcher(_repo);
     Ignore($".cache{System.Environment.NewLine}builds");
 }