MakeForce / svnx

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

svnX no longer allows you to click "remove" when viewing a working copy with new files #26

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open a working copy with no changes from the version checked out from the 
server.
2. Create any new file (svnX shows the file in blue, with a "?" question mark
3. In svnX 1.0, you cannot click the "Remove" button to be prompted to remove 
the file(s) from 
the filesystem, as you could in svnX 0.9.13.

What is the expected output? What do you see instead?
svnX 1.0 regresses in that it doesn't allow clicking the 'remove' button to be 
prompted to remove 
a new file from the filesystem (it only allows 'add' to run svn add).  svnX 
should allow removal as 
it did in svnX 0.9.13

What version of the product are you using? On what operating system?
1.0 -- OS X 10.5.7

Please provide any additional information below.
Nearly all major svn GUI clients can remove new files from the filesystem 
(Tortoise, svnX 0.9.13 
and older, etc).  The bug seems to be a simple feature regression.

Original issue reported on code.google.com by david%ar...@gtempaccount.com on 21 May 2009 at 4:35

GoogleCodeExporter commented 8 years ago
Fixed in r101 (along with improvements).
However, as removing un-versioned or modified items deletes them with no regard 
for their content (including 
folders of items), perhaps 'OK' should not be the default for the alert.

Original comment by chris...@gmail.com on 22 May 2009 at 1:29