Re: [MTT users] SVN URLs

2007-12-21 Thread Jeff Squyres
FWIW, I had to convert over to using svn://-style URLs (vs. file://- style) because my mirrored SVN roots are on an NFS filesystem; executing a bunch of checkouts simultaneously from the same root is Bad (and causes some checkouts to fail). Instead, I setup an svnserve on my cluster head

Re: [MTT users] SVN URLs

2007-12-20 Thread Ethan Mallove
On Thu, Dec/20/2007 11:51:30AM, Jeff Squyres wrote: > On Dec 20, 2007, at 11:38 AM, Ethan Mallove wrote: > > >> FYI: per my post to the OMPI devel list, I discovered the > >> "svnsync" command yesterday. svnsync allows you to > >> mirror an entire SVN repository in a read-only fashion; I > >>

Re: [MTT users] SVN URLs

2007-12-20 Thread Jeff Squyres
On Dec 20, 2007, at 11:38 AM, Ethan Mallove wrote: FYI: per my post to the OMPI devel list, I discovered the "svnsync" command yesterday. svnsync allows you to mirror an entire SVN repository in a read-only fashion; I mirrored the ompi-tests repository locally at Cisco. A one-line cron job