I have a few servers that I have personal accounts on, I have created an SVN repository to contain my home directory so that I can manage my dotfiles across these servers, which I'm finding works very well and makes it easy for me to track the changes I make (which previously would get lost/overwritten very easily).
The new problem I face is that at work I'm now forced to share one of two accounts (deploy/root) with a bunch of coworkers, and as a result I can't set too much in the way of global options.
Is there anything I can do to have the other end see my .vimrc in that session while I'm logged in (or some kludge and $VIMRC setting that makes vim load my local one?) vim is the main thing but it'd be nice to extend the principle to others as well.