Example #1
0
 public void addDateTag(ICVSRepositoryLocation location, CVSTag tag) {
   if (tag == null) return;
   RepositoryRoot root = getRepositoryRootFor(location);
   root.addDateTag(tag);
   broadcastRepositoryChange(root);
 }