[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Use of svnserve and Dropbox

From: Les Mikesell <lesmikesell_at_gmail.com>
Date: Fri, 23 Sep 2011 08:03:58 -0500

On Fri, Sep 23, 2011 at 12:18 AM, David Weintraub <qazwart_at_gmail.com> wrote:
>
> Having a publicly available Subversion repository is the best way. The
> problem is what do you do if you don't have that.

VPN's are the usual approach to having access over the internet to
something that isn't public. OpenVPN is fairly simple to set up and
cross-platform.

> For multi-user projects, I've used Git. I keep the main Git repository
> is accessible via Dropbox, and everyone is suppose to be able to pull
> from it, but they're not suppose to push changes directly to the
> Dropbox repository. Instead, they're suppose to email me the patches,
> and I'll push them back to the Dropbox repository.
>
> I'm not a big fan of Git. Tracking patches and diffs is not the same
> as version control, and Git is just not as user friendly or as
> polished.

That's not the way you are supposed to use git. If your dropbox
location had sufficient space, consider how it would work if each user
had his own git clone there so you could pull what you want to merge
from them.

> I am still not convinced that Git is good in corporate environments.
> In those places, you want a centralized repository and the control it
> gives you.

Agreed, but you have to give the users access to the server either
with network connections behind your firewall or VPN access.

-- 
   Les Mikesell
     lesmikesell_at_gmail.com
Received on 2011-09-23 15:04:33 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.