Wiki

Ticket #155 (closed defect: fixed)

Opened 15 years ago

Last modified 15 years ago

Svn problem can cause install-from-workspace to fail in the middle

Reported by: Caligari Owned by: Caligari
Priority: medium Milestone:
Component: Cobra Compiler Version: 0.8.0
Keywords: install-from-workspace Cc:

Description

A problem with the local svn installation (different versions of client and svn, for example) will cause the install process to fail (without a useful error message). The new files will have been copied over, but the version info will be missing and no clean-up will have been done. This is an undesirable state to leave the user in.

Attachments

SvnInstallFail.patch Download (2.1 KB) - added by Caligari 15 years ago.
Patch to install-from-workspace

Change History

Changed 15 years ago by Caligari

Patch to install-from-workspace

Changed 15 years ago by Caligari

  • status changed from new to closed
  • resolution set to fixed

Patch provided moves obtaining the version info to before copying the rest of the new files, so that any fail will not have copied the new updates.

Also, improves reporting of problems when svn fails, but showing the output from the failed svn command, which will hopefully help the user to determine the nature of the problem.

Changed 15 years ago by Chuck

  • status changed from closed to reopened
  • resolution fixed deleted

Tickets should remain open and be marked fixed after changes are checked in.

When adding a patch, the correct action is to assign to me (Chuck) for review and application (besides, no one else has perms to complete anyway).

Changed 15 years ago by Chuck

  • status changed from reopened to closed
  • resolution set to fixed

Applied in changeset:2027

Note: See TracTickets for help on using tickets.