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 - Deleting a causes a commit failure
Summary: Deleting a causes a commit failure
Status: RESOLVED DUPLICATE of bug 75959
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-18 17:19 UTC by jschek
Modified: 2006-09-21 09:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***