**Private** wrote: > Because I can have my own disconnected repo where I can try all kinds > of crazy stuff and make all kinds of branches but still not cloud the > team repo with all of it.
But I want to see what crazy stuff my team does. And I want them to see what I do and tell me when I am being crazy. > Or., if I'm on the road, I can still have > my version control with me and a full history of my project without an > internet connection. Have you used git? Yes. > Last I checked, you had to be > running some kind of server to host a subversion repository. SVN does not and has never needed a server to run a repository. It is the most common way to run SVN because it facilitates more people connecting to the same repository, but it isn't needed. > I base my vimrc and vim dir on a project up on github. I clone the > repo to my dev machine, but since I don't care for some of their > settings, I change them. I commit my changes back to my own repo, but > never push back to the origin. If the github repo is updated, I can > still pull down whatever updates are made to it without losing my > updates. That is one of my favorite features. I remember trying to > use svn the same way...I think with an addin called svk. It never > worked that great. Typically I manage that in SVN through vendor branches and externals. But the better tracking of what originates where makes that easier in Git then in SVN. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-community/message.cfm/messageid:298416 Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5
