On Fri, 2004-02-20 at 15:16, Tyler Larson wrote: > > For our code repository, I know a lot about CVS, and I know more than enough to > make me hate it. But I still use it for almost everything. Grrrrr.. I enough > enough about subversion to set it up, but I know very little about svn > administration. All the little nuances, like automatically tagging .png files > as binary, that I currently do with cvs are beyond me with svn. Actually, I think that automatically tagging files as binary is built into Subversion. > I really like > that it versions meta-information about files, though, like moving and copying. > I could get used to it once I get better with it. File access is a bit slower > because it goes over HTTP, though. I think that the speed differences are not that significant, especially for small projects. From what I've read about Subversion the developers plan on tackling performance issues post-1.0 (due next week). Jeff