Modify ↓
Opened 10 years ago
#12306 new defect
First check-in is very slow
Reported by: | Franz | Owned by: | Franz |
---|---|---|---|
Priority: | normal | Component: | TranslationManagerPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.0 |
Description
Main Error
When doing first check-in of any translation entry it is very slow.
This is because TM make a checkout of complete repository. It would be better, TM only checks out relevant paths.
Error 2
Also TM raises an error when checkout folder is empty:
ClientError: '/var/local/transman/checkout' is not a working copy
Python Traceback:
Traceback (most recent call last): File "build\bdist.win32\egg\trac\web\main.py", line 497, in _dispatch_request dispatcher.dispatch(req) File "build\bdist.win32\egg\trac\web\main.py", line 214, in dispatch resp = chosen_handler.process_request(req) File "build\bdist.win32\egg\transmgr\main.py", line 413, in process_request rev = client.info(self.__target_folder).revision.number ClientError: '/var/local/transman/checkout' is not a working copy
Workaround is to delete checkout folder; then TM make a check-out of complete repository.
Attachments (0)
Note: See
TracTickets for help on using
tickets.