On 2005-10-10 00:30:24 Petter Reinholdtsen wrote: > [Øyvind A. Holm] > > There is a problem with disk space on developer.skolelinux.no > > though. The new repository will use around 2 gigabytes. > > Not really a problem. There is 14 GiB free in the relevant LVM volume > group. Where do you suggest to mount the svn repository? /var/lib/svn > to be parallel to the cvs repository?
Yes, /var/lib/svn is a nice, FHS-compliant location and the users are pretty used to it. Stored in this directory, an example checkout would be like svn co svn+ssh://[EMAIL PROTECTED]/var/lib/svn/trunk to get the whole thing. Regards, Ø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]

