On 2005-06-24 21:50:41 Andreas Schuldei wrote: > On Fri, Jun 24, 2005 at 02:38:27PM +0200, Harald Thingelstad wrote: > > Above setup is an attempt to show how Subversion works, if there are > > any comments, and if the old cvs archive at cvs.skolelinux.no can > > (at least partially) be moved over to a subversion archive. > > i could imagine some cron jobs and scripts which generate the website > would need to be rewritten. how much work is that?
If it's only updating the website against the repository, maybe something like :%s/cvs update/svn update/gc :) The user interface in Subversion is intentionally made quite similar to CVS, so there's probably not very much that needs to change. If there are any hook scripts involved, those would have to be created, but there are flexible hook solutions in a Subversion repository. -- Mvh, Øyvind A. Holm --------------------- #!/bin/bash for f in 1 2 3; do PREF=http://musthave.sunbase.org/Stallman/stallman${f}c wget $PREF.sub ; mplayer -cache 8192 -sub stallman${f}c.sub $PREF.mpeg done -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

