NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Deleting: weird (Score:1)
One thing that bit me was deleting a file.
It seems like you need to first Delete the file, then Commit the changes on that file.
I guess it seemed weird to me to commit a deleted file since it was removed already at the first stage.
Or maybe if it's just me.
Re:Deleting: weird (Score:1)
I didn't mind that, because from how I understood it, deleting is also an action, just like updating. If you don't like that change, you just rollback. It seemed more natural to me(more database like)
Kind of like "send to recycle bin" and "shift-delete" if you like.
I generally have fun trying to organize my repositories. Wondering if I should have a separate one for documents together with one for my source trees. Something like WinCVS would be handy too :) but that's wishing for a lot
Reply to This
Parent
Re:Deleting: weird (Score:1)
I'm probably damaged by SourceSafe, wherein you can't delete a file twice, unless you destroy the file first, which you can't because you don't have the access rights...
*sigh*