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

Re: Best practices for getting non-tech folks to use subversion?

From: Mark Galbreath <GalbreathM_at_gao.gov>
Date: 2006-02-22 22:02:35 CET

Haven't used any remote interface for svn except SmartSVN and liked it so much I bought a license!
 
mark

>>> Phillip Susi <psusi@cfl.rr.com> 22-Feb-06 15:34:29 PM >>>

Philip Hallstrom wrote:
<snip>
>
> Find or write a CLI-GUI that wraps up the CLI tools into something
> that's a little easier for someone used to a visual tool to use. I've
> looked and haven't found a tool like this (searching for "text gui"
> doesn't help :-). Does anyone know of one that exists? This is nice for
> me because again I don't need to do anything special, and almost nice
> for them as at least it would be simplified a bit.
>

Sounds like you are looking for TortoiseSVN.

> Option 3 -
>
> Setup a VPN b/n the server and the designer and let them mount their
> working-copy/virtual-server via Samba. They could then use TortiouseSVN
> to manage commits. This is a lot more work for me and while initially
> appealing for them, I wonder about how slow it would be for
> updates/commits as it would be going round trip twice so to speak.
>

This is what I'd do. There also isn't a need for any kind of VPN mumbo
jumbo either. Have the server auto checkout /released and /trunk from
the repository, and serve those working copies as two different vhosts.
  That way the developers can commit changes to /trunk, and pull up the
test vhost in their web browser to test, and then merge into released to
  push it live.

Give them TortoiseSVN and show them how to use it, and they can access
the server via https.

I'm no sure what you mean by round trip twice. Small updates and
commits should be plenty quick.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 22 22:05:00 2006

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.