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

Re: checkout to remote location

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-10-10 09:41:23 CEST

On Oct 10, 2007, at 02:24, pinky goyal wrote:

> what the requirement for me is to give the facility to the user to
> checkout from website (some users only need to checkout , they dont
> do any updates or commit ) so that they will be able to get the
> project without installation of the subversion client.

Oh! Then you probably want an export, not a working copy. An export
will be less than half the size of a working copy. You can still have
a server-side working copy that gets "svn update"d periodically or
via post-commit, but to make the tarball, you first "svn export" from
that working copy to another directory and tar up that new directory.

As someone else said, ViewVC already has this feature. Other web-
based repo browsers may offer it as well.

Don't forget to Reply To All so your reply goes to the mailing list
too, not just to me.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 10 09:43:51 2007

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.