Error message from SVN after deleting forms

I am using Subversive on Servoy 4.01. My SVN is hosted on projectlocker.

I deleted a form within my solution and then tried to commit the solution. I get the following error:

Some of selected resources were not committed.
Working copy not locked; this is probably a bug, please report
svn: Commit failed (details follow):
svn: Directory ‘E:\Servoy4\workspace\myApp\forms\frm_main_acct_mgr’ is missing
Can’t find a working copy path
svn: Directory ‘E:\Servoy4\workspace\myApp\forms\frm_main_acct_mgr’ is missing

What is the proper way to remove a form from a solution and then register the deletion with SVN?

Thanks.

Jason,

Did you delete the form from the file system or from within Servoy developer?
If you deleted the form from the file system you probably also deleted the hidden .svn directory in the form directory which holds information for svn.
Try a refresh (there is a refresh button on the solution explorer tree) or a cleanup (from the team submenu)

Note that for forms there is both the directory (servoy_workpace\mysolution\forms\myform) and the .obj file with the same name (+ the extension).

Rob

I deleted the form from within Servoy/Eclipse and then did a commit. I did not do anything on the file system directly.

Two issues:

  1. I need the commit to work and not complain that a file is missing.
  2. After I do a successful commit, and then someone does an SVN Update, they should not get old forms that have been deleted.

Can you provide the proper procedures for accomplishing this? Thanks.

Jason,

This has already been fixed in later versions, try the latest 4.1 beta.

Rob