Re: philosophical question about frequent saving of files
Richard Bair <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.user-interface |
|---|---|
| Message-ID | <[email protected]> |
>If I need to make an experiment in a file, I need to check it (out of >sccs) anyway. There's my backup. > >Aren't sccs deltas "personal"? > > What if you aren't using version control? What if you don't want to use version control for holding your diffs? Branching and merging in CVS is a royal pain for managing a personal workspace compared to the approach JBuilder took with local Versioning. Richard