Re: philosophical question about frequent saving of files
Jesse Glick <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.user-interface |
|---|---|
| Organization | Sun Microsystems / NetBeans |
| Message-ID | <[email protected]> |
Ivan Soleimanipour wrote: > In any case, isn't it the case that with SCCS/teamware (as opposed to > CVS) "experiment" gmgmt is easir because of the local repository? It's also true in any VCS that makes branching and merging both fast and safe. E.g. when I used to use PRCS - a little-known VCS with some very nice features - I would just always commit to my own private branch, whenever I felt like it. Periodically I would then run a quick sequence of commands to synch up with coworkers. Similar to CVS' trunk update-modify-commit cycle, but with the intervening revs saved in the repository. -J. -- [email protected] x22801 netbeans.org ant.apache.org