R00k wrote:I'm having to build a Linux machine on VMWare. Ubuntu was requested, so I loaded it, but I've had nothing except problems with it.
If you are not using VMWare's enterprise-y features, give VirtualBox a spin. It's heaps easier to configure and deploy.
PS: Is this to be a server image? Were you using vanilla Ubuntu or Ubuntu Server?
Yes, it was the Server edition.
We already have a VMWare box running upstairs, so I wanted to put it on that.
But I've also been working on a project for the last few weeks to get an enterprise VMWare solution installed. I'm making a hard case for it, I really hope it everything works out.
Fender wrote:git-svn chokes after checking out our repository though
That seems to be a common problem with git-svn. With checkout you mean `git svn clone`, right? A simple fix that often works is to run `git svn fetch` afterwards, possibly several times until the entire repository has been checked out.