Push the actual content which is not stored in the Git repository to a server.
(self, localLargeFile)
| 1470 | assert False, "Method 'generatePointer' required in " + self.__class__.__name__ |
| 1471 | |
| 1472 | def pushFile(self, localLargeFile): |
| 1473 | """Push the actual content which is not stored in the Git repository to |
| 1474 | a server. |
| 1475 | """ |
| 1476 | assert False, "Method 'pushFile' required in " + self.__class__.__name__ |
| 1477 | |
| 1478 | def hasLargeFileExtension(self, relPath): |
| 1479 | return functools.reduce( |