From: Francesco M. <f18...@ya...> - 2006-04-04 19:36:28
|
jb...@um... ha scritto: > If we do move from CVS to Subversion, could we wait until a little while > after Sourceforge fixes its CVS issues? Personally, I know that I have > a lot of changes that I've been trying to check in since last week and > I'd like a chance to check those in before a transition as big as this. in any case, even if we make the change, CVS will still be available as there is no way to 'shut it down'... maybe we could also have a hybrid repository ? I.e. maintainers who want SVN keep their components in SVN and the same for CVS ? wxCode\build and wxCode\template could be just duplicated in SVN... > On a side note, does anyone have a Subversion client recommendation for > Linux? I've been using the Cervisia integration in Konqueror for CVS, > but I don't think that it supports Subversion. I've seen eSvn and > RapidSvn, but maybe there are others (or maybe those are good enough in > themselves). I use eSvn or rather the command line ;) About it, these are my alias in my ~/.bashrc: alias svnstat='svn status -q' alias svndiff='svn diff --diff-cmd="diff" --extensions="-buw"' # ignore blanks!! In case they help... Francesco |