This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 85162

Summary: Deleting a causes a commit failure
Product: versioncontrol Reporter: jschek <jschek>
Component: SubversionAssignee: issues@versioncontrol <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description jschek 2006-09-18 17:19:34 UTC
I use the "Files" or the "Projects" tab to delete a folder (both empty and non-
empty) that's under subversion control. The folder has been checked into the 
repository.

I can delete the folder; under SVN Show Changes, it shows the folder is 
locally deleted; the parent folder is "remotely modified".

When I try to check-in (from the very top of the project), I get:
"SVN command returned with the following error:
org.tigris.subversion.svnclientadapter.commandline.CmdLineException: svn: 
Commit failed (details follow):
svn: Entry for 'D:\Projects\myproject\test\asdf: has no URL"

In the output window, I see:

==[IDE]== Sep 18, 2006 9:07:40 AM Updating "test" finished.
==[IDE]== Sep 18, 2006 9:07:49 AM Committing...
ci --force-log -m Testing. --username USERNAME --password ******* --non-
interactive --config-dir C:\Documents and Settings\USERNAME\.netbeans\5.5beta2
\config\svn\config D:\Projects\myproject\test\asdf
svn: Commit failed (details follow):
svn: Entry for 'D:\Projects\myproject\test\asdf' has no URL
==[IDE]== Sep 18, 2006 9:07:50 AM Committing... finished.

Locally installed subversion is:
svn, version 1.3.2 (r19776)
   compiled May 26 2006, 13:10:00
Comment 1 Maros Sandor 2006-09-21 09:40:15 UTC
I think this has been already fixed but just for confirmation, what NetBeans
build are you using? (Help/About, Details, Copy info, paste here)

*** This issue has been marked as a duplicate of 75959 ***