QVCS-Enterprise Changelog

What's new in QVCS-Enterprise 2.1.22

Nov 2, 2009
  • Allow user to add a new branch revision to a branch that has a child branch or child branches.
  • Fix admin tool so user can alter roles for more than 2 users on the same project. Before this fix, the admin user had to navigate to a different project and then back in order to alter the roles of more than 2 users.

New in QVCS-Enterprise 2.1.21 (Sep 16, 2009)

  • Features:
  • Hilight changes on a replacement line in the visual compare tool.
  • Fixed Bugs:
  • Save directory and file id meta data after updates. Before this change directory and file id meta data was saved only when the server exited cleanly. This caused problems in the case of a hardware crash of the server machine. With this fix, any changes to this meta data is flushed to disk after several seconds.
  • Fix status so it is accurate for locking a file that should show a merge required.
  • Fix cemetery manager lookup so the server uses a separate cemetery manager for each separate project instead of the cemetery manager associated with the first project to use a cemetery.
  • Fix change marker panel so visual compare (and visual merge) of small files does not take forever on a Mac.
  • Enable OK button in admin tool in the case where there remain users to add to a project. Before this fix, exhausting the list of users by adding them to one project would prevent adding users to other projects because the OK button would remain disabled.
  • Clean up some bugs with label based views.

New in QVCS-Enterprise 2.1.20.2 (Mar 15, 2009)

  • Add client API; Improve SCC support including VS2008;other minor changes and bug fixes

New in QVCS-Enterprise 2.1.20.1 (Mar 2, 2009)

  • Include Client API class files in gui_out.jar file.

New in QVCS-Enterprise 2.1.20 (Mar 2, 2009)

  • Features:
  • Add client API support to allow users to write their own Java applications to fetch information from the QVCS-Enterprise server. See the client API javadocs for more details.
  • Add SCC support for SCC_GET_ALL and SCC_GET_RECURSIVE flags in the SccGet operation.
  • In the client application, make it so typing the first character of a filename will select the first file that begins with that character.
  • In the client application, add Expand Tree and Collapse Tree to the directory context menu.
  • In the client application, auto expand/collapse directories as they become selected/deselected.
  • Fixed Bugs:
  • Rework layout of checkin dialog so that it displays correctly in non-U.S. locales.
  • Fix view revision so it will work correctly for files larger than 10 megabytes.
  • Fix SCC visual compare command line so it can work on Vista as well as XP.
  • Fix SCC thread exit issue.
  • Changes:
  • Add support for SCC_KEEP_CHECKEDOUT flag for add operations within the IDE integration component.

New in QVCS-Enterprise 2.1.18 (Mar 2, 2009)

  • Features:
  • Allow user to set font size for client application via user preferences dialog.
  • Allow client application and IDE to connect to server without having to enter the username/password.
  • Have client automatically select the server/project/view/directory that was selected when the client was last used.
  • Fixed Bugs:
  • Fix date/time chooser dialog. Broken in the 2.1.16 build.
  • Fix SCC implementation so it deletes heap objects on the same thread on which they were created. This fixes a crash-at-exit problem reported by several users.
  • Show status of 'Your copy changed' if making edits on a locked non-tip revision.

New in QVCS-Enterprise 2.1.16 (Sep 30, 2008)

  • Improve ant support; other bug fixes and minor changes.

New in QVCS-Enterprise 2.0.12 (Nov 21, 2006)

  • Fixed: Directory level label operation should only label an obsolete file if the user is displaying obsolete files and the labeling request is to duplicate an existing label that exists within the obsolete file
  • Fixed: For Linux (and presumably Mac) -- convert filename to a canonical form that works on both *nix and Windows. Before this change, a directory level Get operation would fail on *nix boxes
  • Fixed: Allow user to toggle recurse toolbar button even if a project is not selected (i.e. this fixes a bug where we would begin a transaction, and never end it if the user toggled the recurse button when the server node was selected on the tree)
  • Fixed: In the SCC client .dll, only put an entry in the user project location map (an internal data structure) if the user has defined a workfile location for the given server/project. This fixes some confusing behavior within the IDE
  • Get rid of QVCS_HOME environment variable in the Windows installation batch files . We now use �% instead
  • In the SCC client .dll, log the .dll's executable directory at startup (i.e. the location of the .dll)

New in QVCS-Enterprise 2.0.11 (Oct 3, 2006)

  • Change formatting for expansion of dates in keyword expansion so that the Java expansion of dates will match the C expansion of dates (when using the IDE integration feature). The Java dates are no longer sensitive to the user's locale
  • Change include and exclude file status filter so they ignore the case of the status string
  • Change compare revisions so if the user compares the current workfile to a selected revision, the comparison is made between the current workfile and that selected revision instead of comparing a temporary copy of the current workfile to the selected revi
  • Fixed drag-n-drop so you can drag a file that had been previously been selected. Before this fix, dnd only worked if you selected a new file and immediately dragged it. The bug was caused by a mixing of AWT style dnd with Swing style dnd. The fixed code u
  • A directory level get will retrieve obsolete files only if the currently selected file filter displays obsolete files