From: Casper H. <ch...@us...> - 2002-05-29 14:19:36
|
ons, 2002-05-29 kl. 05:45 skrev Steven Edwards: > > Maybe we can switch to a better revision control system. > > There was an article on slashdot about bitkeeper. It has a > > strange status (not open source), but it is used for linux kernel. > > I would like to stick with cvs just because it will make importing a > fork of WINE easy. > > Thanks > Steven > > "Every revolution was once a thought in one man's mind" > - Ralph Waldo Emerson Importing files should be no more difficult with another version control system. You just use "cvs export <module>" with CVS and use whatever is needed to import files using the other version control system. I have been monitoring the progress of subversion (http://subversion.tigris.org). I have set up a read/write test site at http://reactos.wox.org:7000/svn/reactos. If anyone want to try it out, go to subversion.tigris.org and grab a client. Then use "svn co http://reactos.wox.org:7000/svn/reactos" to checkout a copy. - Casper |