shokurov / svnx

Automatically exported from code.google.com/p/svnx
0 stars 0 forks source link

Removing folder from source control #104

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add an empty folder to the working copy on the filesystem
2. Refresh the working copy in SvnX
3. Click the folder in SvnX
4. Click "Add" in SvnX
5. Click "Commit" and supply a commit message
6. Delete the folder from the working copy in the filesystem.
7. Refresh the working copy in SvnX
8. Click the removed folder in SvnX
9. Click "Delete"
10. Click "Commit"

What is the expected output? What do you see instead?
I expect the folder to be removed from version control.
Instead, this error message displays: 
svn: Commit failed (details follow):
svn: Entry for '/Users/olivierfischer/svnx/b' has no URL

What version of the product are you using? On what operating system?
Mac OS 10.6.4, SvnX 1.2

Please provide any additional information below.

Original issue reported on code.google.com by vanc...@gmail.com on 26 Jul 2010 at 7:06

GoogleCodeExporter commented 8 years ago
You shouldn't do that.
Subversion stores hidden data in all folders under its control.
By deleting the folder with the Finder you have confused Subversion (and 
effectively broken your working copy).

To fix it:
  1. Select the parent folder of the deleted folder & click Update (or update the entire WC).
  2. Select the newly restored folder (that you want to delete) & click Delete.
  3. Click commit.
This will then also delete the local copy of the folder (after the deletion has 
been committed).

Original comment by chris...@gmail.com on 27 Jul 2010 at 5:29