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

Re: Update-Only Checkout Enhancement

From: Thomas Harold <thomas-lists_at_nybeta.com>
Date: Thu, 12 Dec 2013 12:21:35 -0500

On 12/10/2013 8:45 PM, Mark Kneisler wrote:
> I have several environments where I’d like to use a SVN checkout, but
> where I’d never ever want to make changes to the files or perform a
> commit. For these environments, I’d only want to perform an update or
> an update to revision.
>

In cases where you do not want a .svn directory and you are using Linux,
take a look at FSVS:

http://fsvs.tigris.org/

This is a command line tool that works very similar to the "svn"
command-line tool and talks to an SVN repository. We make heavy use of
it to version-control our Linux servers (especially the files under
/usr/local, /boot and /etc).

The big difference over using FSVS vs SVN on the Linux box is that FSVS
does not create a .svn folder in the root.

I don't know off-hand if FSVS can be used in Cygwin under Windows.
Received on 2013-12-12 18:22:15 CET

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.