perhaps the checkout dialog should have a logic to determine when the user entered sufficient information for an operation.
to reproduce, hit OK on empty checkout dialog.
added logic to check for blank server URL in both SVN and CVS checkout dialogs.
this logic could be expanded, feel free to suggest other criteria.
added error checking logic:
- absolute path name for checkout folder in order to avoid checking out stuff into startup directory
- successful creation of the filesystem tree node (we should not allow the user to mount the same directory twice, but that's a different topic)
- cvs also checks for validity of CVSROOT; svn will open output dialog and fail there.
added error checking logic:
- absolute path name for checkout folder in order to avoid checking out stuff into startup directory
- successful creation of the filesystem tree node (we should not allow the user to mount the same directory twice, but that's a different topic)
- cvs also checks for validity of CVSROOT; svn will open output dialog and fail there.
Issue #242 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
added logic to check for blank server URL in both SVN and CVS checkout dialogs.
this logic could be expanded, feel free to suggest other criteria.