cassiehanyu / svnx

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

Removed working copies reappear after relaunch #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Remove a working copy form the favorites table view.
2. Quit svnX.
3. Relaunch svnX.

What is the expected output? What do you see instead?
The removed work copy should not reappear in the favorites list.

What version of the product are you using? On what operating system?
1.0

Please provide any additional information below.
After quickly browsing through the source code I noticed that work copy removal 
is bound to the 
working copy's ArrayController remove: action. There appears to be nothing 
calling the 
onValidate: action, which subsequently calls [self 
saveFavoriteWorkingCopiesPrefs]. So it appears 
removing a working copy only gets removed from the ArrayContoller and never 
persisted to user 
defaults.

Original issue reported on code.google.com by r0b3rt4...@gmail.com on 29 Apr 2009 at 3:12

GoogleCodeExporter commented 8 years ago
This has been addressed in r91.

Original comment by chris...@gmail.com on 6 May 2009 at 5:17

GoogleCodeExporter commented 8 years ago
Issue 19 has been merged into this issue.

Original comment by chris...@gmail.com on 8 May 2009 at 7:31

GoogleCodeExporter commented 8 years ago
Issue 62 has been merged into this issue.

Original comment by chris...@gmail.com on 16 Oct 2009 at 7:18

GoogleCodeExporter commented 8 years ago
Issue 68 has been merged into this issue.

Original comment by chris...@gmail.com on 17 Dec 2009 at 2:34