> Thanks for all reply. > > I like the subversion since it is a nice tool running both on window > and linux. I looked git and svk and it seems they are only running on > linux and I am uisng windowXP. I really hope that svk can become more > stable and mature and runs on window.
FYI: Git runs on Windows, Linux and Mac just as svn does. Here is a link to the native windows version. http://code.google.com/p/msysgit/ You can use git-svn command to interface it will an svn repository. Although, as others have said, branches in SVN are exactly to satisfy the scenarios you outline also. BOb